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)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_List::Font Property}}
 
{{#customTitle:IUIX_List::Font Property}}
{{#parentPage:PXV:IUIX_List|property}}
+
{{#parentPage:PXV:IUIX_List#Properties|Font|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: 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 ==
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