Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 4.06 KB

File metadata and controls

35 lines (32 loc) · 4.06 KB

CheckBoxField

Provides CheckBoxField.

Inherited from \Aspose\PDF\Model\FormField

Properties

Name Type Description Notes
allowed_states string[] Returns list of allowed states. [optional]
style \Aspose\PDF\Model\BoxStyle Gets or sets style of check box. [optional]
active_state string Gets or sets current annotation appearance state. [optional]
checked bool Gets or sets state of check box.
export_value string Gets or sets export value of CheckBox field. [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]