IUIX_CharFormat::FontStyleMask Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== 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 ==
 
[[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