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
url
member 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 String
getLink()
int
getPage()
String
getSubType()
String
getText()
String
toString()
-