Package com.aspose.tasks
Class PageSize
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.PageSize
-
public final class PageSize extends com.aspose.ms.System.EnumSpecifies page size.
-
-
Field Summary
Fields Modifier and Type Field Description static intA0The size of the A0 page in points is 3371 × 2384static intA1The size of the A1 page in points is 2384 × 1685static intA2The size of the A2 page in points is 1684 × 1190static intA3The size of the A3 page in points is 1190 × 842static intA4The size of the A4 page in points is 842 × 595static intDefinedInViewUse page size defined in View'sPageSettings(View.PageInfo.PageSettings).static intLedgerThe size of the Ledger page in points is 1224 × 792static intLetterThe size of the Letter page in points is 792 × 612
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
Letter
public static final int Letter
The size of the Letter page in points is 792 × 612
- See Also:
- Constant Field Values
-
Ledger
public static final int Ledger
The size of the Ledger page in points is 1224 × 792
- See Also:
- Constant Field Values
-
A0
public static final int A0
The size of the A0 page in points is 3371 × 2384
- See Also:
- Constant Field Values
-
A1
public static final int A1
The size of the A1 page in points is 2384 × 1685
- See Also:
- Constant Field Values
-
A2
public static final int A2
The size of the A2 page in points is 1684 × 1190
- See Also:
- Constant Field Values
-
A3
public static final int A3
The size of the A3 page in points is 1190 × 842
- See Also:
- Constant Field Values
-
A4
public static final int A4
The size of the A4 page in points is 842 × 595
- See Also:
- Constant Field Values
-
DefinedInView
public static final int DefinedInView
Use page size defined in View's
PageSettings(View.PageInfo.PageSettings).- See Also:
- Constant Field Values
-
-