Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 4.43 KB

File metadata and controls

36 lines (33 loc) · 4.43 KB

ListBoxField

Provides ListBoxField.

Inherited from \Aspose\PDF\Model\ChoiceField

Properties

Name Type Description Notes
options \Aspose\PDF\Model\Option[] Gets collection of options of the listbox. [optional]
active_state string Gets or sets current annotation appearance state. [optional]
top_index int Gets or sets index of the top visible element of the list. [optional]
selected_items int[] Gets or sets array of the selected items in the multiselect list. For single-select list returns array with single item. [optional]
multi_select bool Gets or sets multiselection flag.
Inherited from \Aspose\PDF\Model\ChoiceField
[optional]
selected int Gets or sets index of selected item. Numbering of items is started from 1.
Inherited from \Aspose\PDF\Model\ChoiceField
[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]