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
Subclasses with type arguments of type VerticalAlignment in org.openpdf.text.alignmentModifier and TypeClassDescriptionenumRepresents a possible vertical alignment modes for document elements that can be aligned vertically.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.