PXC_MeasureFractionType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_MeasureFractionType Enumeration}}
 
{{#customTitle:PXC_MeasureFractionType Enumeration}}
{{#parentPage:PXV:PXC_Enumerations|PXC_MeasureFractionType Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_MeasureFractionType|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 29: Line 29:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXC_NumberFormatItem_FractionType|IPXC_NumberFormatItem::FractionType]]

Latest revision as of 10:36, 23 May 2015


Specifies the ...

Syntax

enum PXC_MeasureFractionType
{
    MFT_AsDecimal          = 0,
    MFT_AsFraction         = 1,
    MFT_NoFraction_Nearest = 2,
    MFT_NoFraction_Floor   = 3,
};

Constants

MFT_AsDecimal
The ...
MFT_AsFraction
The ...
MFT_NoFraction_Nearest
The ...
MFT_NoFraction_Floor
The ...

See Also

IPXC_NumberFormatItem::FractionType