Package org.nuxeo.ecm.platform.pdf
Class LinkInfo
- java.lang.Object
-
- org.nuxeo.ecm.platform.pdf.LinkInfo
-
public class LinkInfo extends Object
Utility class storing information about a link in the PDF.Notice the
urlmember is not strictly referencing a URL, nor an URI etc. It is a String value, as originally stored in the PDF.- Since:
- 8.10
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLink()intgetPage()StringgetSubType()StringgetText()StringtoString()
-