Class SignatureFieldInformation

java.lang.Object
com.dynamicpdf.api.SignatureFieldInformation

public class SignatureFieldInformation extends Object
Represents information of a signature field.
  • Constructor Details

    • SignatureFieldInformation

      public SignatureFieldInformation()
  • Method Details

    • getName

      public String getName()
      Gets the name of a signature field.
      Returns:
      The name of a signature field.
    • setName

      public void setName(String value)
      Sets the name of a signature field.
      Parameters:
      value - The name of a signature field.
    • getSigned

      public boolean getSigned()
      Gets the boolean, indicating the field signed or not.
      Returns:
      The boolean, indicating the field signed or not.
    • setSigned

      public void setSigned(boolean value)
      Sets the boolean, indicating the field signed or not.
      Parameters:
      value - The boolean, indicating the field signed or not.