Uses of Class
net.sf.jasperreports.engine.type.SectionTypeEnum
-
Packages that use SectionTypeEnum 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.type Containsenumtypes used by the library's main classes. -
-
Uses of SectionTypeEnum in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return SectionTypeEnum Modifier and Type Method Description SectionTypeEnumTableReport. getSectionType() -
Uses of SectionTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return SectionTypeEnum Modifier and Type Method Description SectionTypeEnumJRReport. getSectionType()Specifies whether report sections are made of bands or of parts. -
Uses of SectionTypeEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as SectionTypeEnum Modifier and Type Field Description protected SectionTypeEnumJRBaseReport. sectionTypeMethods in net.sf.jasperreports.engine.base that return SectionTypeEnum Modifier and Type Method Description SectionTypeEnumJRBaseReport. getSectionType()Methods in net.sf.jasperreports.engine.base with parameters of type SectionTypeEnum Modifier and Type Method Description voidJRBaseReport. setSectionType(SectionTypeEnum sectionType) -
Uses of SectionTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return SectionTypeEnum Modifier and Type Method Description static SectionTypeEnumSectionTypeEnum. getByName(java.lang.String name)static SectionTypeEnumSectionTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SectionTypeEnum[]SectionTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-