IUIX_CharFormat::FontStyleMask Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CharFormat::FontStyleMask Property}}
 
{{#customTitle:IUIX_CharFormat::FontStyleMask Property}}
 +
{{#parentPage:PXV:IUIX_CharFormat#Properties|FontStyleMask|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''FontStyleMask''' of interface [[PXV:IUIX_CharFormat|IUIX_CharFormat]] returns/sets  Value of LONG ...
 
Property '''FontStyleMask''' of interface [[PXV:IUIX_CharFormat|IUIX_CharFormat]] returns/sets  Value of LONG ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FontStyleMask([out, retval] LONG* pFontStyleMask);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FontStyleMask([out, retval] LONG* nFontStyleMask);
HRESULT put_FontStyleMask([in] LONG pFontStyleMask);
+
HRESULT put_FontStyleMask([in] LONG nFontStyleMask);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CharFormat|IUIX_CharFormat]].
+
[[PXV:IUIX_CharFormat|IUIX_CharFormat]]

Latest revision as of 04:11, 15 June 2015


Property FontStyleMask of interface IUIX_CharFormat returns/sets Value of LONG ...

Syntax

HRESULT get_FontStyleMask([out, retval]  LONG*  nFontStyleMask);
HRESULT put_FontStyleMask([in]  LONG  nFontStyleMask);

See Also

IUIX_CharFormat