Uses of Enum
com.itextpdf.layout.properties.TextAlignment
Packages that use TextAlignment
Package
Description
-
Uses of TextAlignment in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields that return TextAlignmentModifier and TypeMethodDescriptionPdfFormField.getJustification()Gets a code specifying the form of quadding (justification) to be used in displaying the text: 0 Left-justified 1 Centered 2 Right-justifiedprivate static TextAlignmentPdfFormField.numberToHorizontalAlignment(int alignment) Methods in com.itextpdf.forms.fields with parameters of type TextAlignmentModifier and TypeMethodDescriptionPdfFormField.setJustification(TextAlignment justification) Sets a code specifying the form of quadding (justification) to be used in displaying the text: 0 Left-justified 1 Centered 2 Right-justified -
Uses of TextAlignment in com.itextpdf.forms.form.element
Fields in com.itextpdf.forms.form.element declared as TextAlignmentModifier and TypeFieldDescriptionprivate static final TextAlignmentButton.DEFAULT_TEXT_ALIGNMENT -
Uses of TextAlignment in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type TextAlignmentModifier and TypeMethodDescriptionElementPropertyContainer.setTextAlignment(TextAlignment alignment) Sets the text alignment of this 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) 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) Convenience method to write a text aligned about the specified pointRootElement.showTextAligned(String text, float x, float y, TextAlignment textAlign, float angle) 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 TextAlignment in com.itextpdf.layout.properties
Subclasses with type arguments of type TextAlignment in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionenumA specialized enum containing potential property values forProperty.TEXT_ALIGNMENT.Methods in com.itextpdf.layout.properties that return TextAlignmentModifier and TypeMethodDescriptionstatic TextAlignmentReturns 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. -
Uses of TextAlignment in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type TextAlignmentModifier and TypeMethodDescriptionprivate voidParagraphRenderer.applyTextAlignment(TextAlignment textAlignment, LineLayoutResult result, LineRenderer processedRenderer, Rectangle layoutBox, List<Rectangle> floatRendererAreas, boolean onlyOverflowedFloatsLeft, float lineIndent) private static PdfNameAccessibleAttributesApplier.transformTextAlignmentValueToName(TextAlignment textAlignment)