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 VerticalAlignment
Returns 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) ConstructsVerticalAlignment
instance from passed unique alignmentid
.Methods in com.lowagie.text.alignment with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoid
WithVerticalAlignment.setVerticalAlignment
(VerticalAlignment alignment) Sets vertical alignment mode.