Uses of Enum Class
com.lowagie.text.alignment.VerticalAlignment
Packages that use VerticalAlignment
-
Uses of VerticalAlignment in com.lowagie.text
Methods in com.lowagie.text with parameters of type VerticalAlignment -
Uses of VerticalAlignment in com.lowagie.text.alignment
Methods in com.lowagie.text.alignment that return VerticalAlignmentModifier and TypeMethodDescriptionstatic VerticalAlignmentReturns the enum constant of this class with the specified name.static VerticalAlignment[]VerticalAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.lowagie.text.alignment that return types with arguments of type VerticalAlignmentModifier and TypeMethodDescriptionstatic Optional<VerticalAlignment>VerticalAlignment.of(int id) ConstructsVerticalAlignmentinstance from passed unique alignmentid.Methods in com.lowagie.text.alignment with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoidWithVerticalAlignment.setVerticalAlignment(VerticalAlignment alignment) Sets vertical alignment mode.