// For complete examples and data files, please go to https://github.com/aspose-tasks/Aspose.Tasks-for-Java // The path to the documents directory. String dataDir = Utils.getDataDir(DefineLinkType.class); Project project = new Project("Input.mpp"); TaskLinkCollection allinks = project.getTaskLinks(); for (TaskLink tsklnk : allinks) { System.out.println(tsklnk.getLinkType()); }