IPXV_SearchEntryItem::FillTextRangeQuads Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(8 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#Methods|FillTextRangeQuads|method}} | ||
+ | {{ToReview}} | ||
− | + | 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 |
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the index in the quads' range. |
− | ; | + | ;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 17: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] |
Latest revision as of 01: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.