| Package | stimulsoft.report.enums |
| Class | public final class StiReportUnitType |
| Inheritance | StiReportUnitType Object |
| Constant | Defined By | ||
|---|---|---|---|
| Centimeters : int = 0 [static] Centimeters as report units. | StiReportUnitType | ||
| HundredthsOfInch : int = 1 [static] Hundredth of inches as Report units. | StiReportUnitType | ||
| Inches : int = 2 [static] Inches as report units. | StiReportUnitType | ||
| Millimeters : int = 3 [static] Millimeters as Report units. | StiReportUnitType | ||
| Centimeters | Constant |
public static const Centimeters:int = 0Centimeters as report units.
| HundredthsOfInch | Constant |
public static const HundredthsOfInch:int = 1Hundredth of inches as Report units.
| Inches | Constant |
public static const Inches:int = 2Inches as report units.
| Millimeters | Constant |
public static const Millimeters:int = 3Millimeters as Report units.