Foxit PDF SDK
|
Instance Methods | |
(BOOL) | - bold |
(Only useful for rich text) Make the rich text bold. More... | |
(BOOL) | - canCopy |
Check if the text of related XFA widget can be copied. More... | |
(BOOL) | - canCut |
Check if the text of related XFA widget can be cut. More... | |
(BOOL) | - canDelete |
Check if the text of related XFA widget can be deleted. More... | |
(BOOL) | - canDeSelect |
Check if the selection of the text in related XFA widget can be canceled. More... | |
(BOOL) | - canPaste |
Check if the text of related XFA widget can be pasted. More... | |
(BOOL) | - canRedo |
Check if the operation of related XFA widget can be redone. More... | |
(BOOL) | - canSelectAll |
Check if the text of related XFA widget can be selected all. More... | |
(BOOL) | - canUndo |
Check if the operation of related XFA widget can be undone. More... | |
(BOOL) | - clearStyle |
(Only useful for rich text) Clear the style of the rich text. More... | |
(NSString *) | - copy |
Copy the text of related XFA widget. More... | |
(NSString *) | - cut |
Cut the text of related XFA widget. More... | |
(BOOL) | - delete |
Delete all the text of related XFA widget. More... | |
(BOOL) | - deSelect |
Cancel the selection of the text in related XFA widget. More... | |
(id) | - initWithOther: |
Constructor, with another widget menu object. More... | |
(id) | - initWithXfa_widget: |
Constructor, from XFA widget object. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
(BOOL) | - italic |
(Only useful for rich text) Make the rich text italic. More... | |
(BOOL) | - paste: |
Paste the text to related XFA widget. More... | |
(BOOL) | - redo |
Redo the operation of related XFA widget. (No effect for rich text) More... | |
(BOOL) | - selectAll |
Select all the text of related XFA widget. More... | |
(BOOL) | - subscript |
(Only useful for rich text) Make the rich text as subscript. More... | |
(BOOL) | - superscript |
(Only useful for rich text) Make the rich text as superscript. More... | |
(BOOL) | - underline |
(Only useful for rich text) Underline the rich text. More... | |
(BOOL) | - undo |
Undo the operation of related XFA widget. (No effect for rich text) More... | |
Class FSWidgetMenu represents the menu of a XFA widget.
- (BOOL) bold |
(Only useful for rich text) Make the rich text bold.
- (BOOL) canCopy |
Check if the text of related XFA widget can be copied.
- (BOOL) canCut |
Check if the text of related XFA widget can be cut.
- (BOOL) canDelete |
Check if the text of related XFA widget can be deleted.
- (BOOL) canDeSelect |
Check if the selection of the text in related XFA widget can be canceled.
- (BOOL) canPaste |
Check if the text of related XFA widget can be pasted.
- (BOOL) canRedo |
Check if the operation of related XFA widget can be redone.
- (BOOL) canSelectAll |
Check if the text of related XFA widget can be selected all.
- (BOOL) canUndo |
Check if the operation of related XFA widget can be undone.
- (BOOL) clearStyle |
(Only useful for rich text) Clear the style of the rich text.
- (NSString *) copy |
Copy the text of related XFA widget.
- (NSString *) cut |
Cut the text of related XFA widget.
- (BOOL) delete |
Delete all the text of related XFA widget.
- (BOOL) deSelect |
Cancel the selection of the text in related XFA widget.
- (id) initWithOther: | (FSWidgetMenu*) | other |
Constructor, with another widget menu object.
[in] | other | Another widget menu object. |
- (id) initWithXfa_widget: | (FSXFAWidget*) | xfa_widget |
Constructor, from XFA widget object.
[in] | xfa_widget | A valid XFA widget object. |
- (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
- (BOOL) italic |
(Only useful for rich text) Make the rich text italic.
- (BOOL) paste: | (NSString *) | text |
Paste the text to related XFA widget.
[in] | text | A text string to be pasted. |
- (BOOL) redo |
Redo the operation of related XFA widget. (No effect for rich text)
- (BOOL) selectAll |
Select all the text of related XFA widget.
- (BOOL) subscript |
(Only useful for rich text) Make the rich text as subscript.
- (BOOL) superscript |
(Only useful for rich text) Make the rich text as superscript.
- (BOOL) underline |
(Only useful for rich text) Underline the rich text.
- (BOOL) undo |
Undo the operation of related XFA widget. (No effect for rich text)