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 ReadingOrder
ReadingOrder. forLong(long code)
static ReadingOrder
ReadingOrder. 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 ReadingOrder
XSSFCellStyle. getReadingOrder()
Get reading order of the cellMethods in org.apache.poi.xssf.usermodel with parameters of type ReadingOrder Modifier and Type Method Description void
XSSFCellStyle. 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 ReadingOrder
XSSFCellAlignment. 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 void
XSSFCellAlignment. setReadingOrder(ReadingOrder order)
Set the type of reading order for the cell
-