Uses of Class
net.sf.jasperreports.pdf.common.PdfTextAlignment
-
Packages that use PdfTextAlignment Package Description net.sf.jasperreports.pdf net.sf.jasperreports.pdf.classic net.sf.jasperreports.pdf.common -
-
Uses of PdfTextAlignment in net.sf.jasperreports.pdf
Fields in net.sf.jasperreports.pdf declared as PdfTextAlignment Modifier and Type Field Description protected PdfTextAlignment
AbstractPdfTextRenderer. horizontalAlignment
-
Uses of PdfTextAlignment in net.sf.jasperreports.pdf.classic
Methods in net.sf.jasperreports.pdf.classic with parameters of type PdfTextAlignment Modifier and Type Method Description float
ClassicPhrase. go(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection)
void
ClassicPdfField. setAlignment(PdfTextAlignment alignment)
static int
ClassicPdfUtils. toPdfAlignment(PdfTextAlignment alignment)
-
Uses of PdfTextAlignment in net.sf.jasperreports.pdf.common
Methods in net.sf.jasperreports.pdf.common that return PdfTextAlignment Modifier and Type Method Description static PdfTextAlignment
PdfTextAlignment. valueOf(String name)
Returns 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 PdfTextAlignment Modifier and Type Method Description float
PdfPhrase. go(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection)
void
PdfField. setAlignment(PdfTextAlignment alignment)
-