IPXC_NumberFormatItem::FractionType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_NumberFormatItem::FractionType Property}}
 
{{#customTitle:IPXC_NumberFormatItem::FractionType Property}}
 
{{#parentPage:PXV:IPXC_NumberFormatItem#Properties|FractionType|property}}
 
{{#parentPage:PXV:IPXC_NumberFormatItem#Properties|FractionType|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{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 ==

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