IPXC_AcroForm Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 11: Line 11:
 
|-
 
|-
 
| [[PXV:IPXC_AcroForm_CreateField|CreateField]]
 
| [[PXV:IPXC_AcroForm_CreateField|CreateField]]
| ...
+
| Adds new field of specified type.
 
|-
 
|-
 
| [[PXV:IPXC_AcroForm_ExportAsFDF|ExportAsFDF]]
 
| [[PXV:IPXC_AcroForm_ExportAsFDF|ExportAsFDF]]
| ...
+
| Exports form data to FDF file.
 
|-
 
|-
 
| [[PXV:IPXC_AcroForm_ExportAsHTML|ExportAsHTML]]
 
| [[PXV:IPXC_AcroForm_ExportAsHTML|ExportAsHTML]]
| ...
+
| Exports form data to HTML file.
 
|-
 
|-
 
| [[PXV:IPXC_AcroForm_ExportAsXFDF|ExportAsXFDF]]
 
| [[PXV:IPXC_AcroForm_ExportAsXFDF|ExportAsXFDF]]
| ...
+
| Exports form data to XFDF file.
 
|-
 
|-
 
| [[PXV:IPXC_AcroForm_FlattenAllFields|FlattenAllFields]]
 
| [[PXV:IPXC_AcroForm_FlattenAllFields|FlattenAllFields]]
| ...
+
| Flatten all fields.
 
|-
 
|-
 
| [[PXV:IPXC_AcroForm_FlattenField|FlattenField]]
 
| [[PXV:IPXC_AcroForm_FlattenField|FlattenField]]
| ...
+
| Flatten specified field.
 
|-
 
|-
 
| [[PXV:IPXC_AcroForm_GetFieldByName|GetFieldByName]]
 
| [[PXV:IPXC_AcroForm_GetFieldByName|GetFieldByName]]
| ...
+
| Returns field by its name.
 
|}
 
|}
  
Line 41: Line 41:
 
| [[PXV:IPXC_AcroForm_Document|Document]]
 
| [[PXV:IPXC_AcroForm_Document|Document]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Represents [[IPXC::IPXC_Document|document]] that the acroform belongs to.
 
|-
 
|-
 
| [[PXV:IPXC_AcroForm_Field|Field]]
 
| [[PXV:IPXC_AcroForm_Field|Field]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Returns ''root'' field of the form.
 
|-
 
|-
 
| [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]
 
| [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Returns number of terminal fields in the form.
 
|-
 
|-
 
| [[PXV:IPXC_AcroForm_Type|Type]]
 
| [[PXV:IPXC_AcroForm_Type|Type]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Returns [[PXV::PXC_FormType|type]] of the form.  
 
|}
 
|}

Revision as of 12:10, 12 April 2015

The interface of object of PDF-XChange Editor SDK.

Methods

Method Description
CreateField Adds new field of specified type.
ExportAsFDF Exports form data to FDF file.
ExportAsHTML Exports form data to HTML file.
ExportAsXFDF Exports form data to XFDF file.
FlattenAllFields Flatten all fields.
FlattenField Flatten specified field.
GetFieldByName Returns field by its name.

Properties

Property Access Type Description
Document R Represents document that the acroform belongs to.
Field R Returns root field of the form.
FieldsCount R Returns number of terminal fields in the form.
Type R Returns type of the form.