Uses of Class
org.dhatim.fastexcel.PaperSize
-
-
Uses of PaperSize in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return PaperSize Modifier and Type Method Description static PaperSizePaperSize. 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.Methods in org.dhatim.fastexcel with parameters of type PaperSize Modifier and Type Method Description voidWorksheet. paperSize(PaperSize size)Set the paper size.
-