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 VerticalAlignmentModifier and TypeMethodDescriptionvoidCell.setVerticalAlignment(VerticalAlignment alignment) Deprecated. -
Uses of VerticalAlignment in com.lowagie.text.alignment
Subclasses with type arguments of type VerticalAlignment in com.lowagie.text.alignmentModifier and TypeClassDescriptionenumRepresents a possible vertical alignment modes for document elements that can be aligned vertically.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.