Uses of Class
org.apache.poi.ss.usermodel.ReadingOrder
-
Packages that use ReadingOrder Package Description org.apache.poi.ss.usermodel -
-
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(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.
-