IOperationHistory Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOperationHistory Interface}}
 
{{#customTitle:IOperationHistory Interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IOperationHistory_AddNew|AddNew]]
 
| [[PXV:IOperationHistory_AddNew|AddNew]]
| ...
+
| [[PXV:IOperationHistory_Clear|Clear]]
 +
| [[PXV:IOperationHistory_Lock|Lock]]
 +
| [[PXV:IOperationHistory_Undo|Undo]]
 
|-
 
|-
 
| [[PXV:IOperationHistory_BeginMacro|BeginMacro]]
 
| [[PXV:IOperationHistory_BeginMacro|BeginMacro]]
| ...
+
| [[PXV:IOperationHistory_ClearRedo|ClearRedo]]
 +
| [[PXV:IOperationHistory_OnNewUILang|OnNewUILang]]
 +
| [[PXV:IOperationHistory_Unlock|Unlock]]
 
|-
 
|-
 
| [[PXV:IOperationHistory_BeginMacro2|BeginMacro2]]
 
| [[PXV:IOperationHistory_BeginMacro2|BeginMacro2]]
| ...
 
|-
 
| [[PXV:IOperationHistory_Clear|Clear]]
 
| ...
 
|-
 
| [[PXV:IOperationHistory_ClearRedo|ClearRedo]]
 
| ...
 
|-
 
 
| [[PXV:IOperationHistory_EndMacro|EndMacro]]
 
| [[PXV:IOperationHistory_EndMacro|EndMacro]]
| ...
 
|-
 
| [[PXV:IOperationHistory_Lock|Lock]]
 
| ...
 
|-
 
| [[PXV:IOperationHistory_OnNewUILang|OnNewUILang]]
 
| ...
 
|-
 
 
| [[PXV:IOperationHistory_Redo|Redo]]
 
| [[PXV:IOperationHistory_Redo|Redo]]
| ...
+
|  
|-
+
| [[PXV:IOperationHistory_Undo|Undo]]
+
| ...
+
|-
+
| [[PXV:IOperationHistory_Unlock|Unlock]]
+
| ...
+
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IOperationHistory_CanRedo|CanRedo]]
 
| [[PXV:IOperationHistory_CanRedo|CanRedo]]
| style="text-align: center" | R
+
| [[PXV:IOperationHistory_Count|Count]]
| .
+
| [[PXV:IOperationHistory_IsMacroStarted|IsMacroStarted]]
 +
| [[PXV:IOperationHistory_MaxCount|MaxCount]]
 
|-
 
|-
 
| [[PXV:IOperationHistory_CanUndo|CanUndo]]
 
| [[PXV:IOperationHistory_CanUndo|CanUndo]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IOperationHistory_Count|Count]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IOperationHistory_Current|Current]]
 
| [[PXV:IOperationHistory_Current|Current]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IOperationHistory_IsMacroStarted|IsMacroStarted]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IOperationHistory_Item|Item]]
 
| [[PXV:IOperationHistory_Item|Item]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IOperationHistory_MaxCount|MaxCount]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IOperationHistory_MaxUsedMemSize|MaxUsedMemSize]]
 
| [[PXV:IOperationHistory_MaxUsedMemSize|MaxUsedMemSize]]
| style="text-align: center" | R/W
 
| .
 
 
|}
 
|}

Revision as of 15:38, 20 April 2015


The interface of object of PDF-XChange Editor SDK.

Methods

AddNew Clear Lock Undo
BeginMacro ClearRedo OnNewUILang Unlock
BeginMacro2 EndMacro Redo

Properties

CanRedo Count IsMacroStarted MaxCount
CanUndo Current Item MaxUsedMemSize