PXV_ActionTriggerSubclass Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXV_ActionTriggerSubclass Enumeration}} | {{#customTitle:PXV_ActionTriggerSubclass Enumeration}} | ||
+ | {{#parentPage:PXV:PXV_Enumerations|PXV_ActionTriggerSubclass|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXV_ActionTriggerSubclass | <pre class="brush:cpp;gutter:false">enum PXV_ActionTriggerSubclass | ||
{ | { | ||
− | PAESC_Keystroke = 0 | + | PAESC_Keystroke = 0, |
− | PAESC_Validate = 1 | + | PAESC_Validate = 1, |
− | PAESC_Focus = 2 | + | PAESC_Focus = 2, |
− | PAESC_Blur = 3 | + | PAESC_Blur = 3, |
− | PAESC_Format = 4 | + | PAESC_Format = 4, |
− | PAESC_Calculate = 5 | + | PAESC_Calculate = 5, |
− | PAESC_MouseUp = 6 | + | PAESC_MouseUp = 6, |
− | PAESC_MouseDown = 7 | + | PAESC_MouseDown = 7, |
− | PAESC_MouseEnter = 8 | + | PAESC_MouseEnter = 8, |
− | PAESC_MouseExit = 9 | + | PAESC_MouseExit = 9, |
− | PAESC_WillPrint = 10 | + | PAESC_WillPrint = 10, |
− | PAESC_DidPrint = 11 | + | PAESC_DidPrint = 11, |
− | PAESC_WillSave = 12 | + | PAESC_WillSave = 12, |
− | PAESC_DidSave = 13 | + | PAESC_DidSave = 13, |
− | PAESC_Init = 14 | + | PAESC_Init = 14, |
− | PAESC_Exec = 15 | + | PAESC_Exec = 15, |
− | PAESC_Open = 16 | + | PAESC_Open = 16, |
− | PAESC_WillClose = 17 | + | PAESC_WillClose = 17, |
− | PAESC_Close = 18 | + | PAESC_Close = 18, |
− | PAESC_InView = 19 | + | PAESC_InView = 19, |
− | PAESC_OutView = 20 | + | PAESC_OutView = 20, |
− | PAESC_Last = 21 | + | PAESC_Last = 21, |
}; | }; | ||
</pre> | </pre> | ||
Line 79: | Line 83: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Inst_ExecuteJS|IPXV_Inst::ExecuteJS]], [[PXV:IPXV_Inst_ExecuteJSEx|IPXV_Inst::ExecuteJSEx]], [[PXV:IPXV_Inst_PerformActions|IPXV_Inst::PerformActions]], [[PXV:IPXV_ActionHandler_Perform|IPXV_ActionHandler::Perform]], [[PXV:IPXV_DocActionEvent_TriggerSubclass|IPXV_DocActionEvent::TriggerSubclass]] |
Latest revision as of 01:41, 1 December 2017
Specifies the ...
Syntax
enum PXV_ActionTriggerSubclass { PAESC_Keystroke = 0, PAESC_Validate = 1, PAESC_Focus = 2, PAESC_Blur = 3, PAESC_Format = 4, PAESC_Calculate = 5, PAESC_MouseUp = 6, PAESC_MouseDown = 7, PAESC_MouseEnter = 8, PAESC_MouseExit = 9, PAESC_WillPrint = 10, PAESC_DidPrint = 11, PAESC_WillSave = 12, PAESC_DidSave = 13, PAESC_Init = 14, PAESC_Exec = 15, PAESC_Open = 16, PAESC_WillClose = 17, PAESC_Close = 18, PAESC_InView = 19, PAESC_OutView = 20, PAESC_Last = 21, };
Constants
- PAESC_Keystroke
- The ...
- PAESC_Validate
- The ...
- PAESC_Focus
- The ...
- PAESC_Blur
- The ...
- PAESC_Format
- The ...
- PAESC_Calculate
- The ...
- PAESC_MouseUp
- The ...
- PAESC_MouseDown
- The ...
- PAESC_MouseEnter
- The ...
- PAESC_MouseExit
- The ...
- PAESC_WillPrint
- The ...
- PAESC_DidPrint
- The ...
- PAESC_WillSave
- The ...
- PAESC_DidSave
- The ...
- PAESC_Init
- The ...
- PAESC_Exec
- The ...
- PAESC_Open
- The ...
- PAESC_WillClose
- The ...
- PAESC_Close
- The ...
- PAESC_InView
- The ...
- PAESC_OutView
- The ...
- PAESC_Last
- The ...
See Also
IPXV_Inst::ExecuteJS, IPXV_Inst::ExecuteJSEx, IPXV_Inst::PerformActions, IPXV_ActionHandler::Perform, IPXV_DocActionEvent::TriggerSubclass