Package | Description |
---|---|
com.itextpdf.layout | |
com.itextpdf.layout.element | |
com.itextpdf.layout.property |
Modifier and Type | Method and 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 point
|
T |
RootElement.showTextAligned(Paragraph p, float x, float y, TextAlignment textAlign, VerticalAlignment vertAlign)
Convenience method to write a text aligned about the specified point
|
T |
RootElement.showTextAligned(String text, float x, float y, TextAlignment textAlign, VerticalAlignment vertAlign, float angle)
Convenience method to write a text aligned about the specified point
|
T |
RootElement.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
|
Modifier and Type | Method and Description |
---|---|
T |
BlockElement.setVerticalAlignment(VerticalAlignment verticalAlignment)
Sets the vertical alignment of the element.
|
Modifier and Type | Method and Description |
---|---|
static VerticalAlignment |
VerticalAlignment.valueOf(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.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.