IUIX_List::Font Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_List::Font Property}}
 
{{#customTitle:IUIX_List::Font Property}}
{{#parentPage:PXV:IUIX_List#Properties|Font Property|property}}
+
{{#parentPage:PXV:IUIX_List#Properties|Font|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Font([out, retval]  IUIX_Font**  ppFont);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Font([out, retval]  IUIX_Font**  pFont);
HRESULT put_Font([in]  IUIX_Font*  ppFont);
+
HRESULT put_Font([in]  IUIX_Font*  pFont);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_List|IUIX_List]].
+
[[PXV:IUIX_List|IUIX_List]]

Latest revision as of 04:28, 15 June 2015


Property Font of interface IUIX_List returns/sets Pointer to IUIX_Font ...

Syntax

HRESULT get_Font([out, retval]  IUIX_Font**  pFont);
HRESULT put_Font([in]  IUIX_Font*  pFont);

See Also

IUIX_List