Uses of Class
net.sf.jasperreports.engine.type.OrientationEnum
-
Packages that use OrientationEnum Package Description net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.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.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.export Provides exporter input, exporter output and exporter configurations -
-
Uses of OrientationEnum in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return OrientationEnum Modifier and Type Method Description OrientationEnumTableReport. getOrientationValue() -
Uses of OrientationEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return OrientationEnum Modifier and Type Method Description OrientationEnumPrintPageFormat. getOrientation()Returns the page orientation.OrientationEnumSimplePrintPageFormat. getOrientation()Returns the page orientation.OrientationEnumJasperPrint. getOrientationValue()Returns the page orientation.OrientationEnumJRReport. getOrientationValue()Specifies whether document pages will be rendered in a portrait or landscape layout.Methods in net.sf.jasperreports.engine with parameters of type OrientationEnum Modifier and Type Method Description voidJasperPrint. setOrientation(OrientationEnum orientationValue)Sets the page orientation.voidSimplePrintPageFormat. setOrientation(OrientationEnum orientation) -
Uses of OrientationEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as OrientationEnum Modifier and Type Field Description protected OrientationEnumJRBaseReport. orientationValueMethods in net.sf.jasperreports.engine.base that return OrientationEnum Modifier and Type Method Description OrientationEnumJRBaseReport. getOrientationValue() -
Uses of OrientationEnum in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design with parameters of type OrientationEnum Modifier and Type Method Description voidJasperDesign. setOrientation(OrientationEnum orientationValue)Sets the report orientation. -
Uses of OrientationEnum in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return OrientationEnum Modifier and Type Method Description OrientationEnumJRXlsAbstractExporter.SheetInfo.SheetPrintSettings. getOrientation()Methods in net.sf.jasperreports.engine.export with parameters of type OrientationEnum Modifier and Type Method Description voidJRXlsAbstractExporter.SheetInfo.SheetPrintSettings. setOrientation(OrientationEnum orientation) -
Uses of OrientationEnum in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as OrientationEnum Modifier and Type Field Description protected OrientationEnumJRBaseFiller. orientation -
Uses of OrientationEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return OrientationEnum Modifier and Type Method Description static OrientationEnumOrientationEnum. getByName(String name)static OrientationEnumOrientationEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static OrientationEnumOrientationEnum. getByValue(Byte value)Deprecated.Used only by deprecated serialized fields.static OrientationEnumOrientationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OrientationEnum[]OrientationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrientationEnum in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return OrientationEnum Modifier and Type Method Description OrientationEnumReadOnlyPartJasperPrint. getOrientationValue()Methods in net.sf.jasperreports.export with parameters of type OrientationEnum Modifier and Type Method Description voidReadOnlyPartJasperPrint. setOrientation(OrientationEnum orientationValue)
-