Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 4.34 KB

File metadata and controls

36 lines (33 loc) · 4.34 KB

TextBoxField

Provides TextBoxField.

Inherited from \Aspose\PDF\Model\FormField

Properties

Name Type Description Notes
multiline bool Gets or sets multiline flag of the field. If Multiline is true field can contain multiple lines of text. [optional]
spell_check bool Gets or sets spellcheck flag for field. If true field shall be spell checked. [optional]
scrollable bool Gets or sets scrollable flag of field. If true field can be scrolled. [optional]
force_combs bool Gets or sets flag which indicates is field divided into spaced positions. [optional]
max_len int Gets or sets maximum length of text in the field. [optional]
barcode string Adds barcode 128 into the field. Field value will be changed onto the code and field become read only. [optional]
partial_name string Field name.
Inherited from \Aspose\PDF\Model\FormField
[optional]
full_name string Full Field name.
Inherited from \Aspose\PDF\Model\FormField
[optional]
rect \Aspose\PDF\Model\Rectangle Field rectangle.
Inherited from \Aspose\PDF\Model\FormField
[optional]
value string Field value.
Inherited from \Aspose\PDF\Model\FormField
[optional]
page_index int Page index.
Inherited from \Aspose\PDF\Model\FormField
height double Gets or sets height of the field.
Inherited from \Aspose\PDF\Model\FormField
[optional]
width double Gets or sets width of the field.
Inherited from \Aspose\PDF\Model\FormField
[optional]
z_index int Z index.
Inherited from \Aspose\PDF\Model\FormField
[optional]
is_group bool Is group.
Inherited from \Aspose\PDF\Model\FormField
[optional]
parent \Aspose\PDF\Model\FormField Gets field parent.
Inherited from \Aspose\PDF\Model\FormField
[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.
Inherited from \Aspose\PDF\Model\FormField
[optional]
flags \Aspose\PDF\Model\AnnotationFlags[] Gets Flags of the field.
Inherited from \Aspose\PDF\Model\FormField
[optional]
color \Aspose\PDF\Model\Color Color of the annotation.
Inherited from \Aspose\PDF\Model\FormField
[optional]
contents string Get the field content.
Inherited from \Aspose\PDF\Model\FormField
[optional]
margin \Aspose\PDF\Model\MarginInfo Gets or sets a outer margin for paragraph (for pdf generation)
Inherited from \Aspose\PDF\Model\FormField
[optional]
highlighting \Aspose\PDF\Model\LinkHighlightingMode Field highlighting mode.
Inherited from \Aspose\PDF\Model\FormField
[optional]
horizontal_alignment \Aspose\PDF\Model\HorizontalAlignment Gets HorizontalAlignment of the field.
Inherited from \Aspose\PDF\Model\FormField
[optional]
vertical_alignment \Aspose\PDF\Model\VerticalAlignment Gets VerticalAlignment of the field.
Inherited from \Aspose\PDF\Model\FormField
[optional]
border \Aspose\PDF\Model\Border Gets or sets annotation border characteristics.
Inherited from \Aspose\PDF\Model\FormField
[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]