IPXC_FormField Interface
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_FormField Interface}} | {{#customTitle:IPXC_FormField Interface}} | ||
+ | {{#parentPage:PXV:PXC_Interfaces|IPXC_FormField|interface}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 11: | ||
{| class="wikitable methods" | {| class="wikitable methods" | ||
|- | |- | ||
− | | [[PXV: | + | | [[PXV:IPXC_FormField_CheckWidget|CheckWidget]] |
+ | | [[PXV:IPXC_FormField_GetOpt|GetOpt]] | ||
+ | | [[PXV:IPXC_FormField_IsItemSelected|IsItemSelected]] | ||
| [[PXV:IPXC_FormField_SetFlags|SetFlags]] | | [[PXV:IPXC_FormField_SetFlags|SetFlags]] | ||
+ | |- | ||
+ | | [[PXV:IPXC_FormField_ClearOpt|ClearOpt]] | ||
+ | | [[PXV:IPXC_FormField_GetSelectedIndex|GetSelectedIndex]] | ||
+ | | [[PXV:IPXC_FormField_IsWidgetChecked|IsWidgetChecked]] | ||
+ | | [[PXV:IPXC_FormField_SetMaxLen|SetMaxLen]] | ||
+ | |- | ||
+ | | [[PXV:IPXC_FormField_ClearSelection|ClearSelection]] | ||
+ | | [[PXV:IPXC_FormField_GetValueText|GetValueText]] | ||
+ | | [[PXV:IPXC_FormField_Reset|Reset]] | ||
+ | | [[PXV:IPXC_FormField_SetValueText|SetValueText]] | ||
+ | |- | ||
+ | | [[PXV:IPXC_FormField_GetChildIndex|GetChildIndex]] | ||
+ | | [[PXV:IPXC_FormField_GetWidgetIndex|GetWidgetIndex]] | ||
+ | | [[PXV:IPXC_FormField_SelectItem|SelectItem]] | ||
+ | | [[PXV:IPXC_FormField_UpdateAP|UpdateAP]] | ||
+ | |- | ||
+ | | [[PXV:IPXC_FormField_GetMaxLen|GetMaxLen]] | ||
+ | | [[PXV:IPXC_FormField_InsertOptRecord|InsertOptRecord]] | ||
| | | | ||
| | | | ||
Line 19: | Line 41: | ||
|- | |- | ||
| [[PXV:IPXC_FormField_Actions|Actions]] | | [[PXV:IPXC_FormField_Actions|Actions]] | ||
− | | [[PXV: | + | | [[PXV:IPXC_FormField_Flags|Flags]] |
+ | | [[PXV:IPXC_FormField_Parent|Parent]] | ||
| [[PXV:IPXC_FormField_Type|Type]] | | [[PXV:IPXC_FormField_Type|Type]] | ||
− | |||
|- | |- | ||
− | | [[PXV: | + | | [[PXV:IPXC_FormField_AlternateName|AlternateName]] |
− | | [[PXV: | + | | [[PXV:IPXC_FormField_FullName|FullName]] |
+ | | [[PXV:IPXC_FormField_PartialName|PartialName]] | ||
| [[PXV:IPXC_FormField_Value|Value]] | | [[PXV:IPXC_FormField_Value|Value]] | ||
− | |||
|- | |- | ||
− | | [[PXV: | + | | [[PXV:IPXC_FormField_Child|Child]] |
− | | | + | | [[PXV:IPXC_FormField_MappingName|MappingName]] |
− | | | + | | [[PXV:IPXC_FormField_PDFObject|PDFObject]] |
− | | | + | | [[PXV:IPXC_FormField_Widget|Widget]] |
+ | |- | ||
+ | | [[PXV:IPXC_FormField_ChildrenCount|ChildrenCount]] | ||
+ | | [[PXV:IPXC_FormField_OptCount|OptCount]] | ||
+ | | [[PXV:IPXC_FormField_SelectedItemsCount|SelectedItemsCount]] | ||
+ | | [[PXV:IPXC_FormField_WidgetsCount|WidgetsCount]] | ||
|} | |} | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IPXC_AcroForm_CreateField|IPXC_AcroForm::CreateField]], [[PXV:IPXC_AcroForm_GetFieldByName|IPXC_AcroForm::GetFieldByName]], [[PXV:IPXC_AcroForm_GetFieldByNameEx|IPXC_AcroForm::GetFieldByNameEx]], [[PXV:IPXC_AcroForm_GetFieldByPDFObject|IPXC_AcroForm::GetFieldByPDFObject]], [[PXV:IPXC_AcroForm_Field|IPXC_AcroForm::Field]], [[PXV:IPXC_AcroForm_Root|IPXC_AcroForm::Root]], [[PXV:IPXC_Document_DeferedDigitalSignField|IPXC_Document::DeferedDigitalSignField]], [[PXV:IPXC_Document_DeferedDigitalSignFieldPFX|IPXC_Document::DeferedDigitalSignFieldPFX]], [[PXV:IPXC_Document_DeferedDigitalSignFieldPFX2|IPXC_Document::DeferedDigitalSignFieldPFX2]], [[PXV:IPXC_Annotation_Field|IPXC_Annotation::Field]], [[PXV:IPXV_Document_FireFieldChangedEvent|IPXV_Document::FireFieldChangedEvent]], [[PXV:IPXV_Document_FireFieldDeletedEvent|IPXV_Document::FireFieldDeletedEvent]], [[PXV:IPXV_Document_FireFieldInsertedEvent|IPXV_Document::FireFieldInsertedEvent]], [[PXV:IPXV_FormFieldsList_Find|IPXV_FormFieldsList::Find]], [[PXV:IPXV_FormFieldsList_Insert|IPXV_FormFieldsList::Insert]], [[PXV:IPXV_FormFieldsList_Remove2|IPXV_FormFieldsList::Remove2]], [[PXV:IPXV_FormFieldsList_Item|IPXV_FormFieldsList::Item]] |
Latest revision as of 23:12, 30 November 2017
The interface of object of PDF-XChange Editor SDK.
Methods
Properties
Actions | Flags | Parent | Type |
AlternateName | FullName | PartialName | Value |
Child | MappingName | PDFObject | Widget |
ChildrenCount | OptCount | SelectedItemsCount | WidgetsCount |
See Also
IPXC_AcroForm::CreateField, IPXC_AcroForm::GetFieldByName, IPXC_AcroForm::GetFieldByNameEx, IPXC_AcroForm::GetFieldByPDFObject, IPXC_AcroForm::Field, IPXC_AcroForm::Root, IPXC_Document::DeferedDigitalSignField, IPXC_Document::DeferedDigitalSignFieldPFX, IPXC_Document::DeferedDigitalSignFieldPFX2, IPXC_Annotation::Field, IPXV_Document::FireFieldChangedEvent, IPXV_Document::FireFieldDeletedEvent, IPXV_Document::FireFieldInsertedEvent, IPXV_FormFieldsList::Find, IPXV_FormFieldsList::Insert, IPXV_FormFieldsList::Remove2, IPXV_FormFieldsList::Item