Foxit PDF SDK
9.1
|
Structure tree entity type: unknown.
More...
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - initWithAction: |
Constructor, with parent class object. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - NS_UNAVAILABLE |
![]() | |
(FSPDFDictionary *) | - getDict |
Get PDF dictionary of current object. More... | |
(FSPDFDoc *) | - getDocument |
Get the PDF document, to which current action belongs. More... | |
(FSAction *) | - getSubAction: |
Get a sub-action by index. More... | |
(int) | - getSubActionCount |
Get the count of sub-actions. More... | |
(FSActionType) | - getType |
Get action type. More... | |
(id) | - initWithDocument:action_dict: |
Constructor, with parameters. More... | |
(void) | - insertSubAction:sub_action: |
Insert a new sub-action to the location specified by index. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
(void) | - removeAllSubActions |
Remove all the sub-actions. More... | |
(void) | - removeSubAction: |
Remove a sub-action, specified by index. More... | |
(void) | - setSubAction:sub_action: |
Set a sub-action by index. More... | |
Properties | |
NSArray< NSString * > * | fieldNames |
Get or Set all field names from the array in current submit form action. More... | |
unsigned int | flags |
Get or Set the flag value used for submission. More... | |
NSString * | uRL |
Get or Set the URI string of the script at the Web server that will process the submission. More... | |
Additional Inherited Members | |
![]() | |
(FSAction *) | + create:action_type: |
Create a new action, for specified action type. More... | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Structure tree entity type: unknown.
Structure tree entity type: Element, which represents a structure element.
Structure tree entity type: MarkedContent, which represents a marked-content item.
Structure tree entity type: ObjectContent, which represents a PDF object content item, such as annotation and XObject.
Submit-form action is to send data to a uniform resource locator. Class FSSubmitFormAction is derived from FSAction and offers functions to get/set submit-form action data.
- (void) dealloc |
Reimplemented from FSAction.
- (void*) getCptr |
Reimplemented from FSAction.
- (id) initWithAction: | (FSAction*) | action |
Constructor, with parent class object.
[in] | action | Parent class object. |
Reimplemented from FSAction.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSAction.
- (id) NS_UNAVAILABLE |
|
readwritenonatomiccopy |
Get or Set all field names from the array in current submit form action.
A submit form action can have an array identifying which fields to include in the submission or which to exclude, depending on the flag value.
|
readwritenonatomicassign |
Get or Set the flag value used for submission.
|
readwritenonatomiccopy |
Get or Set the URI string of the script at the Web server that will process the submission.