|
Foxit PDF SDK
|
Public Member Functions | |
| def | WidgetMenu (other) |
| Constructor, with another widget menu object. More... | |
| def | Bold () |
| (Only useful for rich text) Make the rich text bold. More... | |
| def | CanCopy () |
| Check if the text of related XFA widget can be copied. More... | |
| def | CanCut () |
| Check if the text of related XFA widget can be cut. More... | |
| def | CanDelete () |
| Check if the text of related XFA widget can be deleted. More... | |
| def | CanDeSelect () |
| Check if the selection of the text in related XFA widget can be canceled. More... | |
| def | CanPaste () |
| Check if the text of related XFA widget can be pasted. More... | |
| def | CanRedo () |
| Check if the operation of related XFA widget can be redone. More... | |
| def | CanSelectAll () |
| Check if the text of related XFA widget can be selected all. More... | |
| def | CanUndo () |
| Check if the operation of related XFA widget can be undone. More... | |
| def | ClearStyle () |
| (Only useful for rich text) Clear the style of the rich text. More... | |
| def | Copy () |
| Copy the text of related XFA widget. More... | |
| def | Cut () |
| Cut the text of related XFA widget. More... | |
| def | Delete () |
| Delete all the text of related XFA widget. More... | |
| def | DeSelect () |
| Cancel the selection of the text in related XFA widget. More... | |
| def | IsEmpty () |
| Check whether current object is empty or not. More... | |
| def | Italic () |
| (Only useful for rich text) Make the rich text italic. More... | |
| def | Paste (text) |
| Paste the text to related XFA widget. More... | |
| def | Redo () |
| Redo the operation of related XFA widget. (No effect for rich text) More... | |
| def | SelectAll () |
| Select all the text of related XFA widget. More... | |
| def | Subscript () |
| (Only useful for rich text) Make the rich text as subscript. More... | |
| def | Superscript () |
| (Only useful for rich text) Make the rich text as superscript. More... | |
| def | Underline () |
| (Only useful for rich text) Underline the rich text. More... | |
| def | Undo () |
| Undo the operation of related XFA widget. (No effect for rich text) More... | |
Class WidgetMenu represents the menu of an XFA widget.
| def FoxitPDFSDKPython3.WidgetMenu.WidgetMenu | ( | other | ) |
Constructor, with another widget menu object.
| [in] | other | Another widget menu object. |
| def FoxitPDFSDKPython3.WidgetMenu.Bold | ( | ) |
(Only useful for rich text) Make the rich text bold.
| def FoxitPDFSDKPython3.WidgetMenu.CanCopy | ( | ) |
Check if the text of related XFA widget can be copied.
| def FoxitPDFSDKPython3.WidgetMenu.CanCut | ( | ) |
Check if the text of related XFA widget can be cut.
| def FoxitPDFSDKPython3.WidgetMenu.CanDelete | ( | ) |
Check if the text of related XFA widget can be deleted.
| def FoxitPDFSDKPython3.WidgetMenu.CanDeSelect | ( | ) |
Check if the selection of the text in related XFA widget can be canceled.
| def FoxitPDFSDKPython3.WidgetMenu.CanPaste | ( | ) |
Check if the text of related XFA widget can be pasted.
| def FoxitPDFSDKPython3.WidgetMenu.CanRedo | ( | ) |
Check if the operation of related XFA widget can be redone.
| def FoxitPDFSDKPython3.WidgetMenu.CanSelectAll | ( | ) |
Check if the text of related XFA widget can be selected all.
| def FoxitPDFSDKPython3.WidgetMenu.CanUndo | ( | ) |
Check if the operation of related XFA widget can be undone.
| def FoxitPDFSDKPython3.WidgetMenu.ClearStyle | ( | ) |
(Only useful for rich text) Clear the style of the rich text.
| def FoxitPDFSDKPython3.WidgetMenu.Copy | ( | ) |
Copy the text of related XFA widget.
| def FoxitPDFSDKPython3.WidgetMenu.Cut | ( | ) |
Cut the text of related XFA widget.
| def FoxitPDFSDKPython3.WidgetMenu.Delete | ( | ) |
Delete all the text of related XFA widget.
| def FoxitPDFSDKPython3.WidgetMenu.DeSelect | ( | ) |
Cancel the selection of the text in related XFA widget.
| def FoxitPDFSDKPython3.WidgetMenu.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
| def FoxitPDFSDKPython3.WidgetMenu.Italic | ( | ) |
(Only useful for rich text) Make the rich text italic.
| def FoxitPDFSDKPython3.WidgetMenu.Paste | ( | text | ) |
Paste the text to related XFA widget.
| [in] | text | A text string to be pasted. |
| def FoxitPDFSDKPython3.WidgetMenu.Redo | ( | ) |
Redo the operation of related XFA widget. (No effect for rich text)
| def FoxitPDFSDKPython3.WidgetMenu.SelectAll | ( | ) |
Select all the text of related XFA widget.
| def FoxitPDFSDKPython3.WidgetMenu.Subscript | ( | ) |
(Only useful for rich text) Make the rich text as subscript.
| def FoxitPDFSDKPython3.WidgetMenu.Superscript | ( | ) |
(Only useful for rich text) Make the rich text as superscript.
| def FoxitPDFSDKPython3.WidgetMenu.Underline | ( | ) |
(Only useful for rich text) Underline the rich text.
| def FoxitPDFSDKPython3.WidgetMenu.Undo | ( | ) |
Undo the operation of related XFA widget. (No effect for rich text)