ICabNode 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:ICabNode Interface}}
 
{{#customTitle:ICabNode 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:ICabNode_Add|Add]]
 
| [[PXV:ICabNode_Add|Add]]
| ...
+
| [[PXV:ICabNode_GetInt64|GetInt64]]
 +
| [[PXV:ICabNode_Remove|Remove]]
 +
| [[PXV:ICabNode_SetStream|SetStream]]
 
|-
 
|-
 
| [[PXV:ICabNode_Clear|Clear]]
 
| [[PXV:ICabNode_Clear|Clear]]
| ...
+
| [[PXV:ICabNode_GetStream|GetStream]]
 +
| [[PXV:ICabNode_RemoveBlock|RemoveBlock]]
 +
| [[PXV:ICabNode_SetString|SetString]]
 
|-
 
|-
 
| [[PXV:ICabNode_Copy|Copy]]
 
| [[PXV:ICabNode_Copy|Copy]]
| ...
+
| [[PXV:ICabNode_GetString|GetString]]
 +
| [[PXV:ICabNode_SetBool|SetBool]]
 +
| [[PXV:ICabNode_SetTemplate|SetTemplate]]
 
|-
 
|-
 
| [[PXV:ICabNode_GetBool|GetBool]]
 
| [[PXV:ICabNode_GetBool|GetBool]]
| ...
+
| [[PXV:ICabNode_GetUnknown|GetUnknown]]
 +
| [[PXV:ICabNode_SetDouble|SetDouble]]
 +
| [[PXV:ICabNode_SetTemplate2|SetTemplate2]]
 
|-
 
|-
 
| [[PXV:ICabNode_GetDouble|GetDouble]]
 
| [[PXV:ICabNode_GetDouble|GetDouble]]
| ...
+
| [[PXV:ICabNode_Insert|Insert]]
 +
| [[PXV:ICabNode_SetInt|SetInt]]
 +
| [[PXV:ICabNode_SetUnknown|SetUnknown]]
 
|-
 
|-
 
| [[PXV:ICabNode_GetInt|GetInt]]
 
| [[PXV:ICabNode_GetInt|GetInt]]
| ...
 
|-
 
| [[PXV:ICabNode_GetInt64|GetInt64]]
 
| ...
 
|-
 
| [[PXV:ICabNode_GetStream|GetStream]]
 
| ...
 
|-
 
| [[PXV:ICabNode_GetString|GetString]]
 
| ...
 
|-
 
| [[PXV:ICabNode_GetUnknown|GetUnknown]]
 
| ...
 
|-
 
| [[PXV:ICabNode_Insert|Insert]]
 
| ...
 
|-
 
 
| [[PXV:ICabNode_MoveBlock|MoveBlock]]
 
| [[PXV:ICabNode_MoveBlock|MoveBlock]]
| ...
 
|-
 
| [[PXV:ICabNode_Remove|Remove]]
 
| ...
 
|-
 
| [[PXV:ICabNode_RemoveBlock|RemoveBlock]]
 
| ...
 
|-
 
| [[PXV:ICabNode_SetBool|SetBool]]
 
| ...
 
|-
 
| [[PXV:ICabNode_SetDouble|SetDouble]]
 
| ...
 
|-
 
| [[PXV:ICabNode_SetInt|SetInt]]
 
| ...
 
|-
 
 
| [[PXV:ICabNode_SetInt64|SetInt64]]
 
| [[PXV:ICabNode_SetInt64|SetInt64]]
| ...
+
|  
|-
+
| [[PXV:ICabNode_SetStream|SetStream]]
+
| ...
+
|-
+
| [[PXV:ICabNode_SetString|SetString]]
+
| ...
+
|-
+
| [[PXV:ICabNode_SetTemplate|SetTemplate]]
+
| ...
+
|-
+
| [[PXV:ICabNode_SetTemplate2|SetTemplate2]]
+
| ...
+
|-
+
| [[PXV:ICabNode_SetUnknown|SetUnknown]]
+
| ...
+
 
|}
 
|}
  
 
== 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:ICabNode_Bool|Bool]]
 
| [[PXV:ICabNode_Bool|Bool]]
| style="text-align: center" | R/W
+
| [[PXV:ICabNode_Int|Int]]
| .
+
| [[PXV:ICabNode_LastError|LastError]]
 +
| [[PXV:ICabNode_Type|Type]]
 
|-
 
|-
 
| [[PXV:ICabNode_Count|Count]]
 
| [[PXV:ICabNode_Count|Count]]
| style="text-align: center" | R
+
| [[PXV:ICabNode_Int64|Int64]]
| .
+
| [[PXV:ICabNode_Stream|Stream]]
 +
| [[PXV:ICabNode_Unknown|Unknown]]
 
|-
 
|-
 
| [[PXV:ICabNode_Double|Double]]
 
| [[PXV:ICabNode_Double|Double]]
| style="text-align: center" | R/W
+
| [[PXV:ICabNode_Item|Item]]
| .
+
| [[PXV:ICabNode_String|String]]
 +
| [[PXV:ICabNode_v|v]]
 
|-
 
|-
 
| [[PXV:ICabNode_Flags|Flags]]
 
| [[PXV:ICabNode_Flags|Flags]]
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:ICabNode_Int|Int]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:ICabNode_Int64|Int64]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:ICabNode_Item|Item]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:ICabNode_ItemKey|ItemKey]]
 
| [[PXV:ICabNode_ItemKey|ItemKey]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:ICabNode_LastError|LastError]]
 
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:ICabNode_Stream|Stream]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:ICabNode_String|String]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:ICabNode_StringPtr|StringPtr]]
 
| [[PXV:ICabNode_StringPtr|StringPtr]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:ICabNode_Type|Type]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:ICabNode_Unknown|Unknown]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:ICabNode_v|v]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:ICabNode_Valid|Valid]]
 
| [[PXV:ICabNode_Valid|Valid]]
| style="text-align: center" | R
 
| .
 
 
|}
 
|}

Revision as of 15:34, 20 April 2015


The interface of object of PDF-XChange Editor SDK.

Methods

Add GetInt64 Remove SetStream
Clear GetStream RemoveBlock SetString
Copy GetString SetBool SetTemplate
GetBool GetUnknown SetDouble SetTemplate2
GetDouble Insert SetInt SetUnknown
GetInt MoveBlock SetInt64

Properties

Bool Int LastError Type
Count Int64 Stream Unknown
Double Item String v
Flags ItemKey StringPtr Valid