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

ValueDescription
DEFAULTRepresents the default paper size
PAPER_LETTERRepresents US Letter size
PAPER_TABLOIDRepresents Tabloid size
PAPER_LEGALRepresents Legal size
PAPER_STATEMENTRepresents Statement size
PAPER_EXECUTIVERepresents Executive size
PAPER_A3Represents A3 size
PAPER_A4Represents A4 size
PAPER_A5Represents A5 size
PAPER_B4Represents B4 size
PAPER_B5Represents B5 size

Properties

NameTypeAccessDescription
valueintReadReturns the value.

Methods

SignatureDescription
getValue()intReturns the value.

See Also