IPXC_CharFormat::FColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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:IPXC_CharFormat::FColor Property}}
 
{{#customTitle:IPXC_CharFormat::FColor Property}}
 +
{{#parentPage:PXV:IPXC_CharFormat#Properties|FColor|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''FColor''' of interface [[PXV:IPXC_CharFormat|IPXC_CharFormat]] returns/sets  Pointer to [[PXV:IColor|IColor]] ...
 
Property '''FColor''' of interface [[PXV:IPXC_CharFormat|IPXC_CharFormat]] returns/sets  Pointer to [[PXV:IColor|IColor]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FColor([out, retval] IColor** ppVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FColor([out, retval] IColor** ppVal);
HRESULT put_FColor([in] IColor* ppVal);
+
HRESULT put_FColor([in] IColor* ppVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_CharFormat|IPXC_CharFormat]].
+
[[PXV:IPXC_CharFormat|IPXC_CharFormat]]

Latest revision as of 08:12, 23 May 2015


Property FColor of interface IPXC_CharFormat returns/sets Pointer to IColor ...

Syntax

HRESULT get_FColor([out, retval]  IColor**  ppVal);
HRESULT put_FColor([in]  IColor*  ppVal);

See Also

IPXC_CharFormat