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 PageOrderPageOrder.valueOf(int value) Returns the enum constant of this class with the specified name.static PageOrderReturns 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 TypeMethodDescriptionvoidXSSFPrintSetup.setPageOrder(PageOrder pageOrder) Set print page order.