Package | Description |
---|---|
com.itextpdf.layout | |
com.itextpdf.layout.property |
Modifier and Type | Method and Description |
---|---|
T |
ElementPropertyContainer.setTextAlignment(TextAlignment alignment)
Sets the text alignment of this 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)
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)
Convenience method to write a text aligned about the specified point
|
T |
RootElement.showTextAligned(String text, float x, float y, TextAlignment textAlign, float angle)
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 |
---|---|
static TextAlignment |
TextAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAlignment[] |
TextAlignment.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.