Class PDUnknownField

  • All Implemented Interfaces:
    COSObjectable

    public class PDUnknownField
    extends PDField
    This class represents a form field with an unknown type.
    Version:
    $Revision: 1.4 $
    Author:
    Ben Litchfield
    • Method Detail

      • setValue

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

        public java.lang.String getValue()
                                  throws java.io.IOException
        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 getting the value.