IPXV_SearchEntryItem::FillTextRangeQuads Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchEntryItem::FillTextRangeQuads Method}}
 
{{#customTitle:IPXV_SearchEntryItem::FillTextRangeQuads Method}}
{{#parentPage:PXV:IPXV_SearchEntryItem|method}}
+
{{#parentPage:PXV:IPXV_SearchEntryItem#Methods|FillTextRangeQuads|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets already created [[PXV:IPXC_QuadsF|IPXC_QuadsF]] object and fills it with data. This method can help avoid the mass creation of the new objects.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT FillTextRangeQuads([in] ULONG nRangeIndex, [in] IPXC_QuadsF* pQuads);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT FillTextRangeQuads([in] ULONG         nRangeIndex,
 +
                          [in] IPXC_QuadsF* pQuads);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nRangeIndex''
+
;nRangeIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the index in the quads' range.
;''pQuads''
+
;pQuads
:[in]  Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]].
+
:[in]  Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]] containing the object that needs to be filled with data.
  
 
== Return Value ==
 
== Return Value ==
Line 20: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]].
+
[[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]]

Latest revision as of 02:44, 20 January 2017


Gets already created IPXC_QuadsF object and fills it with data. This method can help avoid the mass creation of the new objects.

Syntax

HRESULT FillTextRangeQuads([in]  ULONG         nRangeIndex,
                           [in]  IPXC_QuadsF*  pQuads);

Parameters

nRangeIndex
[in] Value of ULONG containing the index in the quads' range.
pQuads
[in] Pointer to IPXC_QuadsF containing the object that needs to be filled with data.

Return Value

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

See Also

IPXV_SearchEntryItem