Pdf Form Field
Represents a form field in a PDF document. Form fields can be terminal (with widget annotations) or non-terminal (with child fields). This is the base class for all form field types. Use the specific subclasses (, , , etc.) for type-specific functionality.
Inheritors
Functions
Link copied to clipboard
Gets a child field by index.
Link copied to clipboard
Gets the number of child fields.
Link copied to clipboard
Gets the default value of the field.
Link copied to clipboard
Gets the type of this form field.
Link copied to clipboard
Gets the fully qualified name of this field (dot-separated path from root).
Link copied to clipboard
Gets whether the field is read-only.
Link copied to clipboard
Gets whether the field is required.
Link copied to clipboard
Gets whether this is a terminal field (has widget annotations instead of child fields).
Link copied to clipboard
Gets the parent field of this field, or null if this is a top-level field.
Link copied to clipboard
Gets a widget annotation by index.
Link copied to clipboard
Gets the number of widget annotations.
Link copied to clipboard
Removes a child field at the specified index.
Link copied to clipboard
Sets whether the field is read-only.
Link copied to clipboard
Sets whether the field is required.