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 doubleHSSFSheet. getMargin(PageMargin margin)Gets the size of the margin in inches.voidHSSFSheet. 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 PageMarginPageMargin. getByShortValue(short legacyApiValue)Retrieves the enumeration value which corresponds to a legacy API constant valuestatic PageMarginPageMargin. 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 doubleSheet. getMargin(PageMargin margin)Gets the size of the margin in inches.voidSheet. setMargin(PageMargin margin, double size)Sets the size of the margin in inches.
-