public class AcroSignatureField
extends java.lang.Object
Represents a digital signature field in an interactive AcroForm.
PDFxStream does not provide higher-level support for this type of field, and its value cannot be updated
(calling setValue(String)
on an AcroSignatureField
will result in an
UnsupportedOperationException
exception being thrown).
However, all of a signature field's raw data may be accessed via getValue(), which will return a java.util.Map object containing dictionary values as specified by Section 8.6.3 ('Signature Fields') and Table 8.9.3 in the PDF document specification.
FIELD_TYPE_BUTTON, FIELD_TYPE_CHOICE, FIELD_TYPE_OTHER, FIELD_TYPE_SIGNATURE, FIELD_TYPE_TEXT
canChangeValue, getDefaultValue, getFullName, getLocalName, getMappingName, getType, getUIName, getValue, hasValueChanged, isReadOnly, setValue
pageNumber