Uses of Class
org.apache.poi.ss.usermodel.PaperSize
-
Packages that use PaperSize Package Description org.apache.poi.ss.usermodel -
-
Uses of PaperSize in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return PaperSize Modifier and Type Method Description static PaperSize
PaperSize. valueOf(String name)
Returns the enum constant of this type with the specified name.static PaperSize[]
PaperSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-