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 float
ClassicPhrase. go(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection)
protected static int
ClassicPhrase. 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 TextDirection
TextDirection. 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 float
PdfPhrase. go(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection)
-