Uses of Enum
net.sf.jasperreports.pdf.common.TextDirection
Packages that use TextDirection
-
Uses of TextDirection in net.sf.jasperreports.pdf.classic
Methods in net.sf.jasperreports.pdf.classic with parameters of type TextDirectionModifier and TypeMethodDescriptionfloatClassicPhrase.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 TextDirectionModifier and TypeMethodDescriptionstatic TextDirectionReturns 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 TextDirectionModifier and TypeMethodDescriptionfloatPdfPhrase.go(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection)