Uses of Class
com.itextpdf.layout.properties.VerticalAlignment
-
Packages that use VerticalAlignment Package Description com.itextpdf.forms.form.element com.itextpdf.forms.form.renderer com.itextpdf.layout com.itextpdf.layout.element com.itextpdf.layout.properties -
-
Uses of VerticalAlignment in com.itextpdf.forms.form.element
Fields in com.itextpdf.forms.form.element declared as VerticalAlignment Modifier and Type Field Description private static VerticalAlignment
Button. DEFAULT_VERTICAL_ALIGNMENT
-
Uses of VerticalAlignment in com.itextpdf.forms.form.renderer
Fields in com.itextpdf.forms.form.renderer declared as VerticalAlignment Modifier and Type Field Description private static VerticalAlignment
RadioRenderer. DEFAULT_VERTICAL_ALIGNMENT
-
Uses of VerticalAlignment in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type VerticalAlignment Modifier and Type Method Description Style
Style. setVerticalAlignment(VerticalAlignment verticalAlignment)
Sets the vertical alignment of the element.T
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 pointT
RootElement. showTextAligned(Paragraph p, float x, float y, TextAlignment textAlign, VerticalAlignment vertAlign)
Convenience method to write a text aligned about the specified pointT
RootElement. showTextAligned(java.lang.String text, float x, float y, TextAlignment textAlign, VerticalAlignment vertAlign, float angle)
Convenience method to write a text aligned about the specified pointT
RootElement. showTextAlignedKerned(java.lang.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 VerticalAlignment Modifier and Type Method Description T
BlockElement. 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 VerticalAlignment Modifier and Type Method Description static VerticalAlignment
VerticalAlignment. valueOf(java.lang.String name)
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.
-