PdfWidgetAnnotation
Represents a widget annotation (form field).
from nutrient_sdk import PdfWidgetAnnotationInherits from: PdfAnnotation
Construction
PdfWidgetAnnotation cannot be instantiated directly. Obtain instances through static factory methods or via other SDK classes.
Properties
alternate_field_name
@propertydef alternate_field_name(self) -> strThe alternate field name for display.
Type: str
Read-only property.
field_name
@propertydef field_name(self) -> strThe field name (partial name).
Type: str
Read-only property.
field_type
@propertydef field_type(self) -> strThe field type (Tx, Btn, Ch, Sig).
Type: str
Read-only property.
is_button
@propertydef is_button(self) -> boolWhether this is a button (checkbox, radio button, or push button).
Type: bool
Read-only property.
is_choice_field
@propertydef is_choice_field(self) -> boolWhether this is a choice field (combo box or list box).
Type: bool
Read-only property.
is_signature_field
@propertydef is_signature_field(self) -> boolWhether this is a signature field.
Type: bool
Read-only property.
is_text_field
@propertydef is_text_field(self) -> boolWhether this is a text field.
Type: bool
Read-only property.
Inherited members
From PdfAnnotation: blend_mode, border_effect, border_effect_intensity, border_style, border_width, color, contents, index, is_hidden, is_printable, modification_date, name, rect, sub_type, title