IPXC_PageText::CharFlags Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PageText::CharFlags Property}} | {{#customTitle:IPXC_PageText::CharFlags Property}} | ||
− | {{#parentPage:PXV:IPXC_PageText#Properties|CharFlags | + | {{#parentPage:PXV:IPXC_PageText#Properties|CharFlags|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''CharFlags''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns Value of ULONG | + | Property '''CharFlags''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns Value of ULONG containing the [[PXV:PXC_TextCharFlags|character flags]]. |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT get_CharFlags([in] ULONG nCharIndex, | <pre class="brush:cpp;gutter:false">HRESULT get_CharFlags([in] ULONG nCharIndex, | ||
− | [out, retval] ULONG* | + | [out, retval] ULONG* nFlags); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
;nCharIndex | ;nCharIndex | ||
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the index of the character. |
== See Also == | == See Also == | ||
[[PXV:IPXC_PageText|IPXC_PageText]] | [[PXV:IPXC_PageText|IPXC_PageText]] |
Latest revision as of 05:57, 4 July 2016
Property CharFlags of interface IPXC_PageText returns Value of ULONG containing the character flags.
Syntax
HRESULT get_CharFlags([in] ULONG nCharIndex, [out, retval] ULONG* nFlags);
Parameters
- nCharIndex
- [in] Value of ULONG containing the index of the character.