form_fields property

form_fields property

Collection of all existing supported Form Fields in the document. This property is supported only for Pdf and Word Processing document types.

Definition:

@property
def form_fields(self):
    ...

See Also