PaperSizeType
Overview
PaperSizeType is a enum in Aspose.Cells FOSS for Java.
Represents the paper size type for a worksheet.
This enum provides 1 method for working with PaperSizeType objects in Java programs.
Available methods include: getValue.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: value.
Values
| Value | Description |
|---|---|
DEFAULT | Represents the default paper size |
PAPER_LETTER | Represents US Letter size |
PAPER_TABLOID | Represents Tabloid size |
PAPER_LEGAL | Represents Legal size |
PAPER_STATEMENT | Represents Statement size |
PAPER_EXECUTIVE | Represents Executive size |
PAPER_A3 | Represents A3 size |
PAPER_A4 | Represents A4 size |
PAPER_A5 | Represents A5 size |
PAPER_B4 | Represents B4 size |
PAPER_B5 | Represents B5 size |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
value | int | Read | Returns the value. |
Methods
| Signature | Description |
|---|---|
getValue() → int | Returns the value. |