PXV_ActionTriggerClass Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXV_ActionTriggerClass Enumeration}} | {{#customTitle:PXV_ActionTriggerClass Enumeration}} | ||
+ | {{#parentPage:PXV:PXV|PXV_ActionTriggerClass Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum PXV_ActionTriggerClass | <pre class="brush:cpp;gutter:false">enum PXV_ActionTriggerClass | ||
{ | { | ||
− | PAEC_Unknown = 0; | + | PAEC_Unknown = 0; |
− | PAEC_App = 1; | + | PAEC_App = 1; |
− | PAEC_Batch = 2; | + | PAEC_Batch = 2; |
− | PAEC_Bookmark = 3; | + | PAEC_Bookmark = 3; |
− | PAEC_Console = 4; | + | PAEC_Console = 4; |
− | PAEC_External = 5; | + | PAEC_External = 5; |
− | PAEC_Doc = 6; | + | PAEC_Doc = 6; |
− | PAEC_Field = 7; | + | PAEC_Field = 7; |
− | PAEC_Link = 8; | + | PAEC_Link = 8; |
− | PAEC_Page = 9; | + | PAEC_Page = 9; |
− | PAEC_Menu = 10; | + | PAEC_Menu = 10; |
− | PAEC_Annot = 11; | + | PAEC_Annot = 11; |
− | PAEC_Screen = 12; | + | PAEC_Screen = 12; |
PAEC_DynamicStamp = 13; | PAEC_DynamicStamp = 13; | ||
− | PAEC_XFA = 14; | + | PAEC_XFA = 14; |
− | PAEC_Last = 15; | + | PAEC_Last = 15; |
}; | }; | ||
</pre> | </pre> |
Revision as of 06:02, 23 April 2015
Specifies the ...
Syntax
enum PXV_ActionTriggerClass { PAEC_Unknown = 0; PAEC_App = 1; PAEC_Batch = 2; PAEC_Bookmark = 3; PAEC_Console = 4; PAEC_External = 5; PAEC_Doc = 6; PAEC_Field = 7; PAEC_Link = 8; PAEC_Page = 9; PAEC_Menu = 10; PAEC_Annot = 11; PAEC_Screen = 12; PAEC_DynamicStamp = 13; PAEC_XFA = 14; PAEC_Last = 15; };
Constants
- PAEC_Unknown
- The ...
- PAEC_App
- The ...
- PAEC_Batch
- The ...
- PAEC_Bookmark
- The ...
- PAEC_Console
- The ...
- PAEC_External
- The ...
- PAEC_Doc
- The ...
- PAEC_Field
- The ...
- PAEC_Link
- The ...
- PAEC_Page
- The ...
- PAEC_Menu
- The ...
- PAEC_Annot
- The ...
- PAEC_Screen
- The ...
- PAEC_DynamicStamp
- The ...
- PAEC_XFA
- The ...
- PAEC_Last
- The ...
See Also
See also ...