IPXV_TextSelection Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_TextSelection Interface}}
 
{{#customTitle:IPXV_TextSelection Interface}}
 +
{{#parentPage:PXV:PXV_Interfaces|IPXV_TextSelection|interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
IPXV_TextSelection extends [[PXV:IPXV_DocSelection|IPXV_DocSelection]] interface.
+
IPXV_TextSelection extends the [[PXV:IPXV_DocSelection|IPXV_DocSelection]] interface.
  
 
== 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:IPXV_TextSelection_CopyAsRich|CopyAsRich]]
 
| [[PXV:IPXV_TextSelection_CopyAsRich|CopyAsRich]]
| ...
 
|-
 
 
| [[PXV:IPXV_TextSelection_GetSel|GetSel]]
 
| [[PXV:IPXV_TextSelection_GetSel|GetSel]]
| ...
+
| [[PXV:IPXV_TextSelection_RemoveSel|RemoveSel]]
 +
| [[PXV:IPXV_TextSelection_SetCaretPos|SetCaretPos]]
 
|-
 
|-
| [[PXV:IPXV_TextSelection_RemoveSel|RemoveSel]]
+
| [[PXV:IPXV_TextSelection_GetCaretPos|GetCaretPos]]
| ...
+
| [[PXV:IPXV_TextSelection_HideCaret|HideCaret]]
 +
|
 +
|
 
|}
 
|}
  
 
== 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:IPXV_TextSelection__NewEnum|_NewEnum]]
 
| [[PXV:IPXV_TextSelection__NewEnum|_NewEnum]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXV_TextSelection_Count|Count]]
 
| [[PXV:IPXV_TextSelection_Count|Count]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXV_TextSelection_Item|Item]]
 
| [[PXV:IPXV_TextSelection_Item|Item]]
| style="text-align: center" | R
+
|  
| .
+
 
|}
 
|}

Latest revision as of 00:54, 9 May 2019


The interface of object of PDF-XChange Editor SDK.

IPXV_TextSelection extends the IPXV_DocSelection interface.

Methods

CopyAsRich GetSel RemoveSel SetCaretPos
GetCaretPos HideCaret

Properties

_NewEnum Count Item