Uses of Enum Class
org.openpdf.text.alignment.VerticalAlignment
Packages that use VerticalAlignment
-
Uses of VerticalAlignment in org.openpdf.text
Methods in org.openpdf.text with parameters of type VerticalAlignment -
Uses of VerticalAlignment in org.openpdf.text.alignment
Methods in org.openpdf.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 org.openpdf.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 org.openpdf.text.alignment with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoidWithVerticalAlignment.setVerticalAlignment(VerticalAlignment alignment) Sets vertical alignment mode.