Uses of Class
org.nuxeo.ecm.platform.pdf.LinkInfo
-
Packages that use LinkInfo Package Description org.nuxeo.ecm.platform.pdf -
-
Uses of LinkInfo in org.nuxeo.ecm.platform.pdf
Methods in org.nuxeo.ecm.platform.pdf that return types with arguments of type LinkInfo Modifier and Type Method Description List<LinkInfo>
PDFLinks. getLaunchLinks()
Return all links of type "Launch" (PDActionLaunch.SUB_TYPE
).List<LinkInfo>
PDFLinks. getRemoteGoToLinks()
Return all links of type "GoToR" (PDActionRemoteGoTo.SUB_TYPE
).List<LinkInfo>
PDFLinks. getURILinks()
Return all links of type "URI" (PDActionURI.SUB_TYPE
).
-