Uses of Class
net.sf.jasperreports.engine.type.VerticalAlignEnum
-
Packages that use VerticalAlignEnum Package Description net.sf.jasperreports.engine.type Containsenumtypes used by the library's main classes. -
-
Uses of VerticalAlignEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return VerticalAlignEnum Modifier and Type Method Description static VerticalAlignEnumVerticalAlignEnum. getByName(String name)Deprecated.static VerticalAlignEnumVerticalAlignEnum. getByValue(byte value)Deprecated.static VerticalAlignEnumVerticalAlignEnum. getByValue(Byte value)Deprecated.static VerticalAlignEnumVerticalAlignEnum. getVerticalAlignEnum(VerticalImageAlignEnum verticalImageAlign)Deprecated.static VerticalAlignEnumVerticalAlignEnum. getVerticalAlignEnum(VerticalTextAlignEnum verticalTextAlign)Deprecated.static VerticalAlignEnumVerticalAlignEnum. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static VerticalAlignEnum[]VerticalAlignEnum. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.engine.type with parameters of type VerticalAlignEnum Modifier and Type Method Description static VerticalImageAlignEnumVerticalAlignEnum. getVerticalImageAlignEnum(VerticalAlignEnum verticalAlignment)Deprecated.static VerticalTextAlignEnumVerticalAlignEnum. getVerticalTextAlignEnum(VerticalAlignEnum verticalAlignment)Deprecated.
-