Uses of Class
org.orbisgis.commons.printer.ICustomPrinter.CellPosition
-
Packages that use ICustomPrinter.CellPosition Package Description org.orbisgis.commons.printer -
-
Uses of ICustomPrinter.CellPosition in org.orbisgis.commons.printer
Methods in org.orbisgis.commons.printer that return ICustomPrinter.CellPosition Modifier and Type Method Description static ICustomPrinter.CellPositionICustomPrinter.CellPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static ICustomPrinter.CellPosition[]ICustomPrinter.CellPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orbisgis.commons.printer with parameters of type ICustomPrinter.CellPosition Modifier and Type Method Description voidAscii. appendTableHeaderValue(Object value, ICustomPrinter.CellPosition position)voidHtml. appendTableHeaderValue(Object value, ICustomPrinter.CellPosition position)voidICustomPrinter. appendTableHeaderValue(Object value, ICustomPrinter.CellPosition position)Add a header value to the table.voidAscii. appendTableValue(Object value, ICustomPrinter.CellPosition position)voidHtml. appendTableValue(Object value, ICustomPrinter.CellPosition position)voidICustomPrinter. appendTableValue(Object value, ICustomPrinter.CellPosition position)Add a single value to the table.
-