IPXC_NumberFormatItem::FractionType Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatItem::FractionType Property}}
 
{{#customTitle:IPXC_NumberFormatItem::FractionType Property}}
 +
{{#parentPage:PXV:IPXC_NumberFormatItem#Properties|FractionType|property}}
 +
{{ToReview}}
  
Property '''FractionType''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets  Value of [[PXV:PXC_MeasureFractionType|PXC_MeasureFractionType]] ...
+
Property '''FractionType''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets  Value of [[PXV:PXC_MeasureFractionType|PXC_MeasureFractionType]] containing the name indicating whether and in what manner to display a fractional value from the result of converting to the units of this dictionary.
 
+
entry.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FractionType([out, retval] PXC_MeasureFractionType* pType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FractionType([out, retval] PXC_MeasureFractionType* pType);
HRESULT put_FractionType([in] PXC_MeasureFractionType pType);
+
HRESULT put_FractionType([in] PXC_MeasureFractionType pType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]].
+
[[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]]

Latest revision as of 00:54, 31 March 2016


Property FractionType of interface IPXC_NumberFormatItem returns/sets Value of PXC_MeasureFractionType containing the name indicating whether and in what manner to display a fractional value from the result of converting to the units of this dictionary. entry.

Syntax

HRESULT get_FractionType([out, retval]  PXC_MeasureFractionType*  pType);
HRESULT put_FractionType([in]  PXC_MeasureFractionType  pType);

See Also

IPXC_NumberFormatItem