PXC_MeasureFractionType Enumeration

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:PXC_MeasureFractionType Enumeration}}
 
{{#customTitle:PXC_MeasureFractionType Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_MeasureFractionType|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_MeasureFractionType
 
<pre class="brush:cpp;gutter:false">enum PXC_MeasureFractionType
 
{
 
{
     MFT_AsDecimal = 0;
+
     MFT_AsDecimal         = 0,
     MFT_AsFraction = 1;
+
     MFT_AsFraction         = 1,
     MFT_NoFraction_Nearest = 2;
+
     MFT_NoFraction_Nearest = 2,
     MFT_NoFraction_Floor = 3;
+
     MFT_NoFraction_Floor   = 3,
 
};
 
};
 
</pre>
 
</pre>
Line 27: Line 29:
  
 
== See Also ==
 
== 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