Uses of Enum
net.sf.jasperreports.pdf.common.PdfTextAlignment
Packages that use PdfTextAlignment
Package
Description
-
Uses of PdfTextAlignment in net.sf.jasperreports.pdf
Fields in net.sf.jasperreports.pdf declared as PdfTextAlignmentModifier and TypeFieldDescriptionprotected PdfTextAlignmentAbstractPdfTextRenderer.horizontalAlignment -
Uses of PdfTextAlignment in net.sf.jasperreports.pdf.classic
Methods in net.sf.jasperreports.pdf.classic with parameters of type PdfTextAlignmentModifier and TypeMethodDescriptionfloatClassicPhrase.go(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection) voidClassicPdfField.setAlignment(PdfTextAlignment alignment) static intClassicPdfUtils.toPdfAlignment(PdfTextAlignment alignment) -
Uses of PdfTextAlignment in net.sf.jasperreports.pdf.common
Methods in net.sf.jasperreports.pdf.common that return PdfTextAlignmentModifier and TypeMethodDescriptionstatic PdfTextAlignmentReturns the enum constant of this type with the specified name.static PdfTextAlignment[]PdfTextAlignment.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.pdf.common with parameters of type PdfTextAlignmentModifier and TypeMethodDescriptionfloatPdfPhrase.go(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection) voidPdfField.setAlignment(PdfTextAlignment alignment)