Uses of Class
org.apache.poi.ss.usermodel.PageMargin
-
Packages that use PageMargin Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of PageMargin in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type PageMargin Modifier and Type Method 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. -
Uses of PageMargin in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return PageMargin Modifier and Type Method Description static PageMargin
PageMargin. getByShortValue(short legacyApiValue)
Retrieves the enumeration value which corresponds to a legacy API constant valuestatic PageMargin
PageMargin. valueOf(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.Methods in org.apache.poi.ss.usermodel with parameters of type PageMargin Modifier and Type Method 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.
-