Uses of Enum
com.itextpdf.layout.properties.VerticalAlignment
-
Uses of VerticalAlignment in com.itextpdf.layout
Modifier 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
Modifier and TypeMethodDescriptionBlockElement.setVerticalAlignment
(VerticalAlignment verticalAlignment) Sets the vertical alignment of the element. -
Uses of VerticalAlignment in com.itextpdf.layout.properties
Modifier 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.