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 void
Cell. 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 VerticalAlignment
VerticalAlignment. valueOf(java.lang.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 java.util.Optional<VerticalAlignment>
VerticalAlignment. of(int id)
ConstructsVerticalAlignment
instance from passed unique alignmentid
.Methods in com.lowagie.text.alignment with parameters of type VerticalAlignment Modifier and Type Method Description void
WithVerticalAlignment. setVerticalAlignment(VerticalAlignment alignment)
Sets vertical alignment mode.
-