Uses of Class
org.apache.poi.ss.usermodel.ReadingOrder
-
Packages that use ReadingOrder Package Description org.apache.poi.ss.usermodel org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.extensions -
-
Uses of ReadingOrder in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ReadingOrder Modifier and Type Method Description static ReadingOrderReadingOrder. forLong(long code)static ReadingOrderReadingOrder. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReadingOrder[]ReadingOrder. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReadingOrder in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return ReadingOrder Modifier and Type Method Description ReadingOrderXSSFCellStyle. getReadingOrder()Get reading order of the cellMethods in org.apache.poi.xssf.usermodel with parameters of type ReadingOrder Modifier and Type Method Description voidXSSFCellStyle. 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 ReadingOrder Modifier and Type Method Description ReadingOrderXSSFCellAlignment. getReadingOrder()Get the reading order for the cellMethods in org.apache.poi.xssf.usermodel.extensions with parameters of type ReadingOrder Modifier and Type Method Description voidXSSFCellAlignment. setReadingOrder(ReadingOrder order)Set the type of reading order for the cell
-