Uses of Enum Class
org.apache.poi.ss.usermodel.ReadingOrder
Packages that use ReadingOrder
Package
Description
-
Uses of ReadingOrder in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ReadingOrderModifier and TypeMethodDescriptionstatic ReadingOrderReadingOrder.forLong(long code) static ReadingOrderReturns the enum constant of this class with the specified name.static ReadingOrder[]ReadingOrder.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReadingOrder in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return ReadingOrderMethods in org.apache.poi.xssf.usermodel with parameters of type ReadingOrderModifier and TypeMethodDescriptionvoidXSSFCellStyle.setReadingOrder(ReadingOrder order) Set reading order for the cell -
Uses of ReadingOrder in org.apache.poi.xssf.usermodel.extensions
Methods in org.apache.poi.xssf.usermodel.extensions that return ReadingOrderModifier and TypeMethodDescriptionXSSFCellAlignment.getReadingOrder()Get the reading order for the cellMethods in org.apache.poi.xssf.usermodel.extensions with parameters of type ReadingOrderModifier and TypeMethodDescriptionvoidXSSFCellAlignment.setReadingOrder(ReadingOrder order) Set the type of reading order for the cell