IPXC_ParaFormat::Mask Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_ParaFormat::Mask Property}} | {{#customTitle:IPXC_ParaFormat::Mask Property}} | ||
− | {{#parentPage:PXV:IPXC_ParaFormat|Mask | + | {{#parentPage:PXV:IPXC_ParaFormat#Properties|Mask|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Mask''' of interface [[PXV:IPXC_ParaFormat|IPXC_ParaFormat]] returns/sets Value of ULONG | + | Property '''Mask''' of interface [[PXV:IPXC_ParaFormat|IPXC_ParaFormat]] returns/sets Value of ULONG containing the [[PXV:PXC_ParaFormatMask|paragraph format mask]]. |
== Syntax == | == Syntax == | ||
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_ParaFormat|IPXC_ParaFormat]] |
Latest revision as of 04:37, 1 November 2016
Property Mask of interface IPXC_ParaFormat returns/sets Value of ULONG containing the paragraph format mask.
Syntax
HRESULT get_Mask([out, retval] ULONG* pVal); HRESULT put_Mask([in] ULONG pVal);