Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 2.41 KB

File metadata and controls

30 lines (27 loc) · 2.41 KB

FormField

Provides form field.

Inherited from \Aspose\PDF\Model\LinkElement

Properties

Name Type Description Notes
partial_name string Field name. [optional]
full_name string Full Field name. [optional]
rect \Aspose\PDF\Model\Rectangle Field rectangle. [optional]
value string Field value. [optional]
page_index int Page index.
height double Gets or sets height of the field. [optional]
width double Gets or sets width of the field. [optional]
z_index int Z index. [optional]
is_group bool Is group. [optional]
parent \Aspose\PDF\Model\FormField Gets field parent. [optional]
is_shared_field bool Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. [optional]
flags \Aspose\PDF\Model\AnnotationFlags[] Gets Flags of the field. [optional]
color \Aspose\PDF\Model\Color Color of the annotation. [optional]
contents string Get the field content. [optional]
margin \Aspose\PDF\Model\MarginInfo Gets or sets a outer margin for paragraph (for pdf generation) [optional]
highlighting \Aspose\PDF\Model\LinkHighlightingMode Field highlighting mode. [optional]
horizontal_alignment \Aspose\PDF\Model\HorizontalAlignment Gets HorizontalAlignment of the field. [optional]
vertical_alignment \Aspose\PDF\Model\VerticalAlignment Gets VerticalAlignment of the field. [optional]
border \Aspose\PDF\Model\Border Gets or sets annotation border characteristics. [optional]
links \Aspose\PDF\Model\Link[] Link to the document.
Inherited from \Aspose\PDF\Model\LinkElement
[optional]

[Back to Model list] [Back to API list] [Back to README] [View Source]