IPXV_SearchEntryItem::GetTextRange Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchEntryItem::GetTextRange Method}}
 
{{#customTitle:IPXV_SearchEntryItem::GetTextRange Method}}
{{#parentPage:PXV:IPXV_SearchEntryItem#Methods|GetTextRange Method|method}}
+
{{#parentPage:PXV:IPXV_SearchEntryItem#Methods|GetTextRange|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT GetTextRange([in]  ULONG  nRangeIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT GetTextRange([in]  ULONG  nRangeIndex,
                     [out]  ULONG*  pFirstCharIndex,
+
                     [out]  ULONG*  nFirstCharIndex,
                     [out]  ULONG*  pCharsCount,
+
                     [out]  ULONG*  nCharsCount,
                     [out]  ULONG*  pWordIndex);</pre>
+
                     [out]  ULONG*  nWordIndex);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nRangeIndex
 
;nRangeIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;pFirstCharIndex
+
;nFirstCharIndex
 
:[out]  Pointer to ULONG.
 
:[out]  Pointer to ULONG.
;pCharsCount
+
;nCharsCount
 
:[out]  Pointer to ULONG.
 
:[out]  Pointer to ULONG.
;pWordIndex
+
;nWordIndex
 
:[out]  Pointer to ULONG.
 
:[out]  Pointer to ULONG.
  
Line 28: Line 28:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]].
+
[[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]]

Latest revision as of 04:08, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetTextRange([in]   ULONG   nRangeIndex,
                     [out]  ULONG*  nFirstCharIndex,
                     [out]  ULONG*  nCharsCount,
                     [out]  ULONG*  nWordIndex);

Parameters

nRangeIndex
[in] Value of ULONG.
nFirstCharIndex
[out] Pointer to ULONG.
nCharsCount
[out] Pointer to ULONG.
nWordIndex
[out] Pointer to ULONG.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_SearchEntryItem