Uses of Enum Class
org.apache.poi.ss.usermodel.PageOrder
Packages that use PageOrder
-
Uses of PageOrder in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return PageOrderModifier and TypeMethodDescriptionstatic PageOrder
PageOrder.valueOf
(int value) Returns the enum constant of this class with the specified name.static PageOrder
Returns the enum constant of this class with the specified name.static PageOrder[]
PageOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PageOrder in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return PageOrderMethods in org.apache.poi.xssf.usermodel with parameters of type PageOrderModifier and TypeMethodDescriptionvoid
XSSFPrintSetup.setPageOrder
(PageOrder pageOrder) Set print page order.