Uses of Class
org.dhatim.fastexcel.Position
-
-
Uses of Position in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return Position Modifier and Type Method Description static PositionPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static Position[]Position. 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 Position Modifier and Type Method Description voidWorksheet. footer(String text, Position position)Set footer text.voidWorksheet. footer(String text, Position position, int fontSize)Set footer text with specified font size.voidWorksheet. footer(String text, Position position, String fontName, int fontSize)Set footer text with specified font and size.voidWorksheet. header(String text, Position position)Set header text with specified font and size.voidWorksheet. header(String text, Position position, int fontSize)Set header text with specified font size.voidWorksheet. header(String text, Position position, String fontName, int fontSize)Set header text.Constructors in org.dhatim.fastexcel with parameters of type Position Constructor Description MarginalInformation(String text, Position position)
-