Uses of Enum Class
org.apache.poi.ss.usermodel.PrintOrientation
Packages that use PrintOrientation
-
Uses of PrintOrientation in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return PrintOrientationModifier and TypeMethodDescriptionstatic PrintOrientation
PrintOrientation.valueOf
(int value) Returns the enum constant of this class with the specified name.static PrintOrientation
Returns the enum constant of this class with the specified name.static PrintOrientation[]
PrintOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PrintOrientation in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return PrintOrientationModifier and TypeMethodDescriptionXSSFPrintSetup.getOrientation()
Orientation of the page: landscape - portrait.Methods in org.apache.poi.xssf.usermodel with parameters of type PrintOrientationModifier and TypeMethodDescriptionvoid
XSSFPrintSetup.setOrientation
(PrintOrientation orientation) Orientation of the page: landscape - portrait.