Uses of Enum
com.itextpdf.layout.properties.VerticalAlignment
Packages that use VerticalAlignment
-
Uses of VerticalAlignment in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionStyle.setVerticalAlignment
(VerticalAlignment verticalAlignment) Sets the vertical alignment of the element.RootElement.showTextAligned
(Paragraph p, float x, float y, int pageNumber, TextAlignment textAlign, VerticalAlignment vertAlign, float radAngle) Convenience method to write a text aligned about the specified pointRootElement.showTextAligned
(Paragraph p, float x, float y, TextAlignment textAlign, VerticalAlignment vertAlign) Convenience method to write a text aligned about the specified pointRootElement.showTextAligned
(String text, float x, float y, TextAlignment textAlign, VerticalAlignment vertAlign, float angle) Convenience method to write a text aligned about the specified pointRootElement.showTextAlignedKerned
(String text, float x, float y, TextAlignment textAlign, VerticalAlignment vertAlign, float radAngle) Convenience method to write a kerned text aligned about the specified point -
Uses of VerticalAlignment in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionBlockElement.setVerticalAlignment
(VerticalAlignment verticalAlignment) Sets the vertical alignment of the element. -
Uses of VerticalAlignment in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return VerticalAlignmentModifier and TypeMethodDescriptionstatic VerticalAlignment
Returns the enum constant of this type with the specified name.static VerticalAlignment[]
VerticalAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared.