PXC_DocModifyType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_DocModifyType Enumeration}}
 
{{#customTitle:PXC_DocModifyType Enumeration}}
{{#parentPage:PXV:PXC|PXC_DocModifyType Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_DocModifyType|enum}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies type of document modification.
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">enum PXC_DocModifyType
 
<pre class="brush:cpp;gutter:false">enum PXC_DocModifyType
 
{
 
{
     DocModify_Undo = 0;
+
     DocModify_Undo = 0,
     DocModify_Redo = 1;
+
     DocModify_Redo = 1,
     DocModify_Do  = 2;
+
     DocModify_Do  = 2,
 
};
 
};
 
</pre>
 
</pre>
Line 18: Line 18:
 
== Constants ==
 
== Constants ==
 
;DocModify_Undo
 
;DocModify_Undo
:The ...
+
:Indicates the undoing of actions on the document
 
;DocModify_Redo
 
;DocModify_Redo
:The ...
+
:Indicates the rollback of actions on the document
 
;DocModify_Do
 
;DocModify_Do
:The ...
+
:Indicates the executing of actions on the document
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXV_Inst_ModifyCoreDoc|IPXV_Inst::ModifyCoreDoc]], [[PXV:IPXV_Inst_ModifyDoc|IPXV_Inst::ModifyDoc]]

Latest revision as of 17:02, 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

See Also

IPXV_Inst::ModifyCoreDoc, IPXV_Inst::ModifyDoc