Uses of Class
com.lowagie.text.alignment.VerticalAlignment
-
Packages that use VerticalAlignment Package Description com.lowagie.text com.lowagie.text.alignment -
-
Uses of VerticalAlignment in com.lowagie.text
Methods in com.lowagie.text with parameters of type VerticalAlignment Modifier and Type Method Description voidCell. setVerticalAlignment(VerticalAlignment alignment) -
Uses of VerticalAlignment in com.lowagie.text.alignment
Methods in com.lowagie.text.alignment that return VerticalAlignment Modifier and Type Method Description static VerticalAlignmentVerticalAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static VerticalAlignment[]VerticalAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lowagie.text.alignment that return types with arguments of type VerticalAlignment Modifier and Type Method Description static Optional<VerticalAlignment>VerticalAlignment. of(int id)ConstructsVerticalAlignmentinstance from passed unique alignmentid.Methods in com.lowagie.text.alignment with parameters of type VerticalAlignment Modifier and Type Method Description voidWithVerticalAlignment. setVerticalAlignment(VerticalAlignment alignment)Sets vertical alignment mode.
-