Uses of Class
net.sf.jasperreports.export.pdf.TextDirection
-
Packages that use TextDirection Package Description net.sf.jasperreports.export.pdf net.sf.jasperreports.export.pdf.classic -
-
Uses of TextDirection in net.sf.jasperreports.export.pdf
Methods in net.sf.jasperreports.export.pdf that return TextDirection Modifier and Type Method Description static TextDirectionTextDirection. valueOf(java.lang.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.export.pdf 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) -
Uses of TextDirection in net.sf.jasperreports.export.pdf.classic
Methods in net.sf.jasperreports.export.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)
-