StaticfromStaticfromStaticparseUpdate widget properties in a type-safe way
Partial object containing properties to update
this instance for chaining
The type of the form widget.
The title of the form widget (default: empty string).
ReadonlypageThe page number where the form widget appears (default: 0).
ReadonlyuuidThe unique identifier for the form widget (default: empty string).
The date when the form widget was created (default: null).
The rectangular coordinates of the form widget (default: null).
The border color of the form widget (default: '#000000').
The fill color of the form widget (default: '#000000').
Base class for form widgets, storing essential form information.
This class represents a form widget in a PDF document, containing basic attributes such as type, title, and the page it appears on. The
fromJsonmethod allows converting JSON data into form widget objects.CPDFWidget