Uses of Class
net.sf.jasperreports.customizers.type.TextAnchorEnum
-
Packages that use TextAnchorEnum Package Description net.sf.jasperreports.customizers.type -
-
Uses of TextAnchorEnum in net.sf.jasperreports.customizers.type
Methods in net.sf.jasperreports.customizers.type that return TextAnchorEnum Modifier and Type Method Description static TextAnchorEnumTextAnchorEnum. getByName(String name)static TextAnchorEnumTextAnchorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TextAnchorEnum[]TextAnchorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-