Uses of Class
net.sf.jasperreports.engine.type.TextAdjustEnum
-
Packages that use TextAdjustEnum Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.type Containsenumtypes used by the library's main classes. -
-
Uses of TextAdjustEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return TextAdjustEnum Modifier and Type Method Description TextAdjustEnumJRTextField. getTextAdjust()Gets the text adjust type.Methods in net.sf.jasperreports.engine with parameters of type TextAdjustEnum Modifier and Type Method Description voidJRTextField. setTextAdjust(TextAdjustEnum textAdjust)Sets the text adjust type. -
Uses of TextAdjustEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as TextAdjustEnum Modifier and Type Field Description protected TextAdjustEnumJRBaseTextField. textAdjustMethods in net.sf.jasperreports.engine.base that return TextAdjustEnum Modifier and Type Method Description TextAdjustEnumJRBaseTextField. getTextAdjust()Methods in net.sf.jasperreports.engine.base with parameters of type TextAdjustEnum Modifier and Type Method Description voidJRBaseTextField. setTextAdjust(TextAdjustEnum textAdjust) -
Uses of TextAdjustEnum in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as TextAdjustEnum Modifier and Type Field Description protected TextAdjustEnumJRDesignTextField. textAdjustMethods in net.sf.jasperreports.engine.design that return TextAdjustEnum Modifier and Type Method Description TextAdjustEnumJRDesignTextField. getTextAdjust()Methods in net.sf.jasperreports.engine.design with parameters of type TextAdjustEnum Modifier and Type Method Description voidJRDesignTextField. setTextAdjust(TextAdjustEnum textAdjust) -
Uses of TextAdjustEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return TextAdjustEnum Modifier and Type Method Description TextAdjustEnumJRFillTextField. getTextAdjust()Methods in net.sf.jasperreports.engine.fill with parameters of type TextAdjustEnum Modifier and Type Method Description voidJRFillTextField. setTextAdjust(TextAdjustEnum textAdjust) -
Uses of TextAdjustEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return TextAdjustEnum Modifier and Type Method Description static TextAdjustEnumTextAdjustEnum. getByName(java.lang.String name)static TextAdjustEnumTextAdjustEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextAdjustEnum[]TextAdjustEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-