IUIX_CharFormat::FontWeight Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CharFormat::FontWeight Property}} | {{#customTitle:IUIX_CharFormat::FontWeight Property}} | ||
− | {{#parentPage:PXV:IUIX_CharFormat|FontWeight | + | {{#parentPage:PXV:IUIX_CharFormat#Properties|FontWeight|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_FontWeight([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_FontWeight([out, retval] LONG* nFontWeight); |
− | HRESULT put_FontWeight([in] LONG | + | HRESULT put_FontWeight([in] LONG nFontWeight); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_CharFormat|IUIX_CharFormat]] | + | [[PXV:IUIX_CharFormat|IUIX_CharFormat]] |
Latest revision as of 04:11, 15 June 2015
Property FontWeight of interface IUIX_CharFormat returns/sets Value of LONG ...
Syntax
HRESULT get_FontWeight([out, retval] LONG* nFontWeight); HRESULT put_FontWeight([in] LONG nFontWeight);