Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
double |
HSSFSheet.getMargin(PageMargin margin)
Gets the size of the margin in inches.
|
void |
HSSFSheet.setMargin(PageMargin margin,
double size)
Sets the size of the margin in inches.
|
Modifier and Type | Method and Description |
---|---|
static PageMargin |
PageMargin.getByShortValue(short legacyApiValue)
Retrieves the enumeration value which corresponds to a legacy API
constant value
|
static PageMargin |
PageMargin.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageMargin[] |
PageMargin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
Sheet.getMargin(PageMargin margin)
Gets the size of the margin in inches.
|
void |
Sheet.setMargin(PageMargin margin,
double size)
Sets the size of the margin in inches.
|
Modifier and Type | Method and Description |
---|---|
double |
SXSSFSheet.getMargin(PageMargin margin)
Gets the size of the margin in inches.
|
void |
SXSSFSheet.setMargin(PageMargin margin,
double size)
Sets the size of the margin in inches.
|
Modifier and Type | Method and Description |
---|---|
double |
XSSFSheet.getMargin(PageMargin margin)
Gets the size of the margin in inches.
|
void |
XSSFSheet.setMargin(PageMargin margin,
double size)
Sets the size of the margin in inches.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.