Uses of Class
net.sf.jasperreports.pdf.common.TextDirection
-
Packages that use TextDirection Package Description net.sf.jasperreports.pdf.classic net.sf.jasperreports.pdf.common -
-
Uses of TextDirection in net.sf.jasperreports.pdf.classic
Methods in net.sf.jasperreports.pdf.classic with parameters of type TextDirection Modifier and Type Method Description floatClassicPhrase. go(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection)protected static intClassicPhrase. toPdfRunDirection(TextDirection direction) -
Uses of TextDirection in net.sf.jasperreports.pdf.common
Methods in net.sf.jasperreports.pdf.common that return TextDirection Modifier and Type Method Description static TextDirectionTextDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static TextDirection[]TextDirection. 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 TextDirection Modifier and Type Method Description floatPdfPhrase. go(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection)
-