PXC_DocModifyType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies | + | Specifies type of document modification. |
== Syntax == | == Syntax == | ||
Line 19: | Line 19: | ||
== Constants == | == Constants == | ||
;DocModify_Undo | ;DocModify_Undo | ||
− | : | + | :Indicates the undoing of actions on the document |
;DocModify_Redo | ;DocModify_Redo | ||
− | : | + | :Indicates the rollback of actions on the document |
;DocModify_Do | ;DocModify_Do | ||
− | : | + | :Indicates the executing of actions on the document |
== See Also == | == See Also == | ||
[[PXV:IPXV_Inst_ModifyCoreDoc|IPXV_Inst::ModifyCoreDoc]], [[PXV:IPXV_Inst_ModifyDoc|IPXV_Inst::ModifyDoc]] | [[PXV:IPXV_Inst_ModifyCoreDoc|IPXV_Inst::ModifyCoreDoc]], [[PXV:IPXV_Inst_ModifyDoc|IPXV_Inst::ModifyDoc]] |
Revision as of 16:01, 25 May 2015
Specifies type of document modification.
Syntax
enum PXC_DocModifyType { DocModify_Undo = 0, DocModify_Redo = 1, DocModify_Do = 2, };
Constants
- DocModify_Undo
- Indicates the undoing of actions on the document
- DocModify_Redo
- Indicates the rollback of actions on the document
- DocModify_Do
- Indicates the executing of actions on the document