Uses of Enum
net.sf.jasperreports.engine.type.HorizontalTextAlignEnum
Packages that use HorizontalTextAlignEnum
Package
Description
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.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains
enum types used by the library's main classes.Contains utility classes for the core library.
-
Uses of HorizontalTextAlignEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return HorizontalTextAlignEnumModifier and TypeMethodDescriptionJRStyle.getHorizontalTextAlign()Gets the horizontal text alignment of the element.JRTextAlignment.getHorizontalTextAlign()Gets the text horizontal alignment.JRStyle.getOwnHorizontalTextAlign()JRTextAlignment.getOwnHorizontalTextAlign()Methods in net.sf.jasperreports.engine with parameters of type HorizontalTextAlignEnumModifier and TypeMethodDescriptionvoidJRStyle.setHorizontalTextAlign(HorizontalTextAlignEnum horizontalAlignment) voidJRTextAlignment.setHorizontalTextAlign(HorizontalTextAlignEnum horizontalAlignment) Sets the text horizontal alignment. -
Uses of HorizontalTextAlignEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as HorizontalTextAlignEnumModifier and TypeFieldDescriptionprotected HorizontalTextAlignEnumJRBasePrintText.horizontalTextAlignprotected HorizontalTextAlignEnumJRBaseStyle.horizontalTextAlignprotected HorizontalTextAlignEnumJRBaseTextElement.horizontalTextAlignMethods in net.sf.jasperreports.engine.base that return HorizontalTextAlignEnumModifier and TypeMethodDescriptionJRBasePrintText.getHorizontalTextAlign()JRBaseStyle.getHorizontalTextAlign()JRBaseTextElement.getHorizontalTextAlign()JRBasePrintText.getOwnHorizontalTextAlign()JRBaseStyle.getOwnHorizontalTextAlign()JRBaseTextElement.getOwnHorizontalTextAlign()Methods in net.sf.jasperreports.engine.base with parameters of type HorizontalTextAlignEnumModifier and TypeMethodDescriptionvoidJRBasePrintText.setHorizontalTextAlign(HorizontalTextAlignEnum horizontalTextAlign) voidJRBaseStyle.setHorizontalTextAlign(HorizontalTextAlignEnum horizontalTextAlign) voidJRBaseTextElement.setHorizontalTextAlign(HorizontalTextAlignEnum horizontalTextAlign) -
Uses of HorizontalTextAlignEnum in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as HorizontalTextAlignEnumModifier and TypeFieldDescriptionprotected HorizontalTextAlignEnumJRDesignTextElement.horizontalTextAlignMethods in net.sf.jasperreports.engine.design that return HorizontalTextAlignEnumModifier and TypeMethodDescriptionJRDesignTextElement.getHorizontalTextAlign()JRDesignTextElement.getOwnHorizontalTextAlign()Methods in net.sf.jasperreports.engine.design with parameters of type HorizontalTextAlignEnumModifier and TypeMethodDescriptionvoidJRDesignTextElement.setHorizontalTextAlign(HorizontalTextAlignEnum horizontalTextAlign) -
Uses of HorizontalTextAlignEnum in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as HorizontalTextAlignEnumModifier and TypeFieldDescriptionfinal HorizontalTextAlignEnumExcelAbstractExporter.TextAlignHolder.horizontalAlignmentConstructors in net.sf.jasperreports.engine.export with parameters of type HorizontalTextAlignEnumModifierConstructorDescriptionTextAlignHolder(HorizontalTextAlignEnum horizontalAlignment, VerticalTextAlignEnum verticalAlignment, RotationEnum rotation) -
Uses of HorizontalTextAlignEnum in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type HorizontalTextAlignEnumModifier and TypeMethodDescriptionstatic StringParagraphStyle.getHorizontalAlignment(HorizontalTextAlignEnum horizontalAlignment, VerticalTextAlignEnum verticalAlignment, RotationEnum rotation) static StringParagraphStyle.getVerticalAlignment(HorizontalTextAlignEnum horizontalAlignment, VerticalTextAlignEnum verticalAlignment, RotationEnum rotation) -
Uses of HorizontalTextAlignEnum in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type HorizontalTextAlignEnumModifier and TypeMethodDescriptionstatic StringXlsxParagraphHelper.getHorizontalAlignment(HorizontalTextAlignEnum horizontalAlignment) protected StringXlsxStyleInfo.getHorizontalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation) static StringDocxParagraphHelper.getHorizontalTextAlign(HorizontalTextAlignEnum horizontalAlignment) static StringPptxParagraphHelper.getHorizontalTextAlign(HorizontalTextAlignEnum horizontalAlignment) protected StringXlsxStyleInfo.getVerticalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation) -
Uses of HorizontalTextAlignEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return HorizontalTextAlignEnumModifier and TypeMethodDescriptionJRFillTextElement.getHorizontalTextAlign()JRTemplatePrintText.getHorizontalTextAlign()JRTemplateText.getHorizontalTextAlign()JRFillTextElement.getOwnHorizontalTextAlign()JRTemplatePrintText.getOwnHorizontalTextAlign()JRTemplateText.getOwnHorizontalTextAlign()Methods in net.sf.jasperreports.engine.fill with parameters of type HorizontalTextAlignEnumModifier and TypeMethodDescriptionvoidJRFillTextElement.setHorizontalTextAlign(HorizontalTextAlignEnum horizontalAlignment) voidJRTemplatePrintText.setHorizontalTextAlign(HorizontalTextAlignEnum horizontalAlignment) voidJRTemplateText.setHorizontalTextAlign(HorizontalTextAlignEnum horizontalTextAlign) -
Uses of HorizontalTextAlignEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return HorizontalTextAlignEnumModifier and TypeMethodDescriptionstatic HorizontalTextAlignEnumstatic HorizontalTextAlignEnumReturns the enum constant of this type with the specified name.static HorizontalTextAlignEnum[]HorizontalTextAlignEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HorizontalTextAlignEnum in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return HorizontalTextAlignEnumModifier and TypeMethodDescriptionStyleResolver.getHorizontalTextAlign(JRStyle style) StyleResolver.getHorizontalTextAlign(JRTextAlignment alignment)