Class PDSignature

    • Method Detail

      • setValue

        public void setValue​(java.lang.String value)
                      throws java.io.IOException
        Deprecated.
        Description copied from class: PDField
        setValue sets the fields value to a given string.
        Specified by:
        setValue in class PDField
        Parameters:
        value - The new value for the field.
        Throws:
        java.io.IOException - If there is an error creating the appearance stream.
        See Also:
        PDField.setValue(java.lang.String)
      • getValue

        public java.lang.String getValue()
                                  throws java.io.IOException
        Deprecated.
        Description copied from class: PDField
        getValue gets the fields value to as a string.
        Specified by:
        getValue in class PDField
        Returns:
        The string value of this field.
        Throws:
        java.io.IOException - If there is an error creating the appearance stream.
        See Also:
        PDField.setValue(java.lang.String)
      • toString

        public java.lang.String toString()
        Deprecated.
        Return a string rep of this object.
        Overrides:
        toString in class PDField
        Returns:
        A string rep of this object.