IPXC_PageText::GetCharsFlags Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(9 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PageText::GetCharsFlags Method}} | {{#customTitle:IPXC_PageText::GetCharsFlags Method}} | ||
+ | {{#parentPage:PXV:IPXC_PageText#Methods|GetCharsFlags|method}} | ||
+ | {{ToReview}} | ||
− | + | Gets [[PXV:PXC_TextCharFlags|characters' flags]] from the given page text interval. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetCharsFlags([in] ULONG nFirstCharIndex, [in] ULONG nCharsCount, [out] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT GetCharsFlags([in] ULONG nFirstCharIndex, |
+ | [in] ULONG nCharsCount, | ||
+ | [out] ULONG* nCharsFlags);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nFirstCharIndex |
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the starting character index. |
− | ; | + | ;nCharsCount |
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the number of characters. |
− | ; | + | ;nCharsFlags |
− | :[out] Pointer to ULONG. | + | :[out] Pointer to ULONG containing the [[PXV:PXC_TextCharFlags|characters' flags]]. |
== Return Value == | == Return Value == | ||
Line 19: | Line 24: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_PageText|IPXC_PageText]] |
Latest revision as of 22:43, 12 May 2016
Gets characters' flags from the given page text interval.
Syntax
HRESULT GetCharsFlags([in] ULONG nFirstCharIndex, [in] ULONG nCharsCount, [out] ULONG* nCharsFlags);
Parameters
- nFirstCharIndex
- [in] Value of ULONG containing the starting character index.
- nCharsCount
- [in] Value of ULONG containing the number of characters.
- nCharsFlags
- [out] Pointer to ULONG containing the characters' flags.
Return Value
Returns S_OK if operation was successful or error code in other cases.