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 ReadingOrderReadingOrder. forLong(long code)static ReadingOrderReadingOrder. 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.
-