Uses of Class
net.sf.jasperreports.engine.type.VerticalTextAlignEnum
-
Packages that use VerticalTextAlignEnum 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.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.engine.export.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.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.net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of VerticalTextAlignEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return VerticalTextAlignEnum Modifier and Type Method Description VerticalTextAlignEnumJRStyle. getOwnVerticalTextAlign()VerticalTextAlignEnumJRTextAlignment. getOwnVerticalTextAlign()VerticalTextAlignEnumJRStyle. getVerticalTextAlign()Gets the vertical text alignment of the element.VerticalTextAlignEnumJRTextAlignment. getVerticalTextAlign()Gets the text vertical alignment.Methods in net.sf.jasperreports.engine with parameters of type VerticalTextAlignEnum Modifier and Type Method Description voidJRStyle. setVerticalTextAlign(VerticalTextAlignEnum verticalAlignment)voidJRTextAlignment. setVerticalTextAlign(VerticalTextAlignEnum verticalAlignment)Gets the text vertical alignment. -
Uses of VerticalTextAlignEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as VerticalTextAlignEnum Modifier and Type Field Description protected VerticalTextAlignEnumJRBasePrintText. verticalTextAlignprotected VerticalTextAlignEnumJRBaseStyle. verticalTextAlignprotected VerticalTextAlignEnumJRBaseTextElement. verticalTextAlignMethods in net.sf.jasperreports.engine.base that return VerticalTextAlignEnum Modifier and Type Method Description VerticalTextAlignEnumJRBasePrintText. getOwnVerticalTextAlign()VerticalTextAlignEnumJRBaseStyle. getOwnVerticalTextAlign()VerticalTextAlignEnumJRBaseTextElement. getOwnVerticalTextAlign()VerticalTextAlignEnumJRBasePrintText. getVerticalTextAlign()VerticalTextAlignEnumJRBaseStyle. getVerticalTextAlign()VerticalTextAlignEnumJRBaseTextElement. getVerticalTextAlign()Methods in net.sf.jasperreports.engine.base with parameters of type VerticalTextAlignEnum Modifier and Type Method Description voidJRBasePrintText. setVerticalTextAlign(VerticalTextAlignEnum verticalTextAlign)voidJRBaseStyle. setVerticalTextAlign(VerticalTextAlignEnum verticalTextAlign)voidJRBaseTextElement. setVerticalTextAlign(VerticalTextAlignEnum verticalTextAlign) -
Uses of VerticalTextAlignEnum in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as VerticalTextAlignEnum Modifier and Type Field Description protected VerticalTextAlignEnumJRDesignTextElement. verticalTextAlignMethods in net.sf.jasperreports.engine.design that return VerticalTextAlignEnum Modifier and Type Method Description VerticalTextAlignEnumJRDesignTextElement. getOwnVerticalTextAlign()VerticalTextAlignEnumJRDesignTextElement. getVerticalTextAlign()Methods in net.sf.jasperreports.engine.design with parameters of type VerticalTextAlignEnum Modifier and Type Method Description voidJRDesignTextElement. setVerticalTextAlign(VerticalTextAlignEnum verticalTextAlign) -
Uses of VerticalTextAlignEnum in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as VerticalTextAlignEnum Modifier and Type Field Description VerticalTextAlignEnumExcelAbstractExporter.TextAlignHolder. verticalAlignmentConstructors in net.sf.jasperreports.engine.export with parameters of type VerticalTextAlignEnum Constructor Description TextAlignHolder(HorizontalTextAlignEnum horizontalAlignment, VerticalTextAlignEnum verticalAlignment, RotationEnum rotation) -
Uses of VerticalTextAlignEnum in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type VerticalTextAlignEnum Modifier and Type Method Description static StringParagraphStyle. getHorizontalAlignment(HorizontalTextAlignEnum horizontalAlignment, VerticalTextAlignEnum verticalAlignment, RotationEnum rotation)static StringParagraphStyle. getVerticalAlignment(HorizontalTextAlignEnum horizontalAlignment, VerticalTextAlignEnum verticalAlignment, RotationEnum rotation) -
Uses of VerticalTextAlignEnum in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type VerticalTextAlignEnum Modifier and Type Method Description protected StringXlsxStyleInfo. getHorizontalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation)static StringDocxCellHelper. getVerticalAlignment(VerticalTextAlignEnum verticalAlignment)static StringPptxCellHelper. getVerticalAlignment(VerticalTextAlignEnum verticalAlignment)static StringXlsxParagraphHelper. getVerticalAlignment(VerticalTextAlignEnum verticalAlignment)protected StringXlsxStyleInfo. getVerticalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation) -
Uses of VerticalTextAlignEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return VerticalTextAlignEnum Modifier and Type Method Description VerticalTextAlignEnumJRFillTextElement. getOwnVerticalTextAlign()VerticalTextAlignEnumJRTemplatePrintText. getOwnVerticalTextAlign()VerticalTextAlignEnumJRTemplateText. getOwnVerticalTextAlign()VerticalTextAlignEnumJRFillTextElement. getVerticalTextAlign()VerticalTextAlignEnumJRTemplatePrintText. getVerticalTextAlign()VerticalTextAlignEnumJRTemplateText. getVerticalTextAlign()Methods in net.sf.jasperreports.engine.fill with parameters of type VerticalTextAlignEnum Modifier and Type Method Description voidJRFillTextElement. setVerticalTextAlign(VerticalTextAlignEnum verticalAlignment)voidJRTemplatePrintText. setVerticalTextAlign(VerticalTextAlignEnum verticalAlignment)voidJRTemplateText. setVerticalTextAlign(VerticalTextAlignEnum verticalTextAlign) -
Uses of VerticalTextAlignEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return VerticalTextAlignEnum Modifier and Type Method Description static VerticalTextAlignEnumVerticalTextAlignEnum. getByName(String name)static VerticalTextAlignEnumVerticalAlignEnum. getVerticalTextAlignEnum(VerticalAlignEnum verticalAlignment)Deprecated.static VerticalTextAlignEnumVerticalTextAlignEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VerticalTextAlignEnum[]VerticalTextAlignEnum. values()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 VerticalTextAlignEnum Modifier and Type Method Description static VerticalAlignEnumVerticalAlignEnum. getVerticalAlignEnum(VerticalTextAlignEnum verticalTextAlign)Deprecated. -
Uses of VerticalTextAlignEnum in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return VerticalTextAlignEnum Modifier and Type Method Description VerticalTextAlignEnumStyleResolver. getVerticalTextAlign(JRStyle style)VerticalTextAlignEnumStyleResolver. getVerticalTextAlign(JRTextAlignment alignment)
-