Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static PaperType |
PaperType.forValue(int value)
Deprecated.
This method is internal and should not be used.
|
PaperType |
ExcelPrintOptions.getPaperType()
Gets the type of the paper for the page.
|
static PaperType |
PaperType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaperType[] |
PaperType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelPrintOptions.setPaperType(PaperType paperType)
Sets the type of the paper for the page.
|
© GemBox d.o.o. — All rights reserved.