Class PDFUri

  • All Implemented Interfaces:
    PDFWritable

    public class PDFUri
    extends PDFAction
    class used to create a PDF Uri link
    • Field Detail

      • uri

        private java.lang.String uri
    • Constructor Detail

      • PDFUri

        public PDFUri​(java.lang.String uri)
        create a Uri instance.
        Parameters:
        uri - the uri to which the link should point
    • Method Detail

      • getAction

        public java.lang.String getAction()
        returns the action ncecessary for a uri
        Specified by:
        getAction in class PDFAction
        Returns:
        the action to place next to /A within a Link
      • getDictString

        private java.lang.String getDictString()
      • toPDFString

        public java.lang.String toPDFString()
        This method returns a String representation of the PDF object. The result is normally converted/encoded to a byte array by toPDF(). Only use this method to implement the serialization if the object can be fully represented as text. If the PDF representation of the object contains binary content use toPDF() or output(OutputStream) instead. This applies to any object potentially containing a string object because string object are encrypted and therefore need to be binary.
        Overrides:
        toPDFString in class PDFObject
        Returns:
        String the String representation