Class PDUnknownField

java.lang.Object
org.apache.pdfbox.pdmodel.interactive.form.PDField
org.apache.pdfbox.pdmodel.interactive.form.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
  • Constructor Details

  • Method Details

    • setValue

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

      public String getValue() throws IOException
      getValue gets the fields value to as a string.
      Specified by:
      getValue in class PDField
      Returns:
      The string value of this field.
      Throws:
      IOException - If there is an error getting the value.