Uses of Class
net.sf.jasperreports.engine.type.OverflowType
-
Packages that use OverflowType Package Description net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport 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.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 OverflowType in net.sf.jasperreports.components.subreport.fill
Methods in net.sf.jasperreports.components.subreport.fill that return OverflowType Modifier and Type Method Description OverflowTypeSubreportElementAdapter. getOverflowType()Methods in net.sf.jasperreports.components.subreport.fill with parameters of type OverflowType Modifier and Type Method Description voidSubreportElementAdapter. setOverflowType(OverflowType overflowType) -
Uses of OverflowType in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return OverflowType Modifier and Type Method Description OverflowTypeJRSubreport. getOverflowType()Methods in net.sf.jasperreports.engine with parameters of type OverflowType Modifier and Type Method Description voidJRSubreport. setOverflowType(OverflowType overflowType) -
Uses of OverflowType in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base that return OverflowType Modifier and Type Method Description OverflowTypeJRBaseSubreport. getOverflowType()Methods in net.sf.jasperreports.engine.base with parameters of type OverflowType Modifier and Type Method Description voidJRBaseSubreport. setOverflowType(OverflowType overflowType) -
Uses of OverflowType in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design that return OverflowType Modifier and Type Method Description OverflowTypeJRDesignSubreport. getOverflowType()Methods in net.sf.jasperreports.engine.design with parameters of type OverflowType Modifier and Type Method Description voidJRDesignSubreport. setOverflowType(OverflowType overflowType) -
Uses of OverflowType in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return OverflowType Modifier and Type Method Description OverflowTypeJRFillSubreport. getOverflowType()Methods in net.sf.jasperreports.engine.fill with parameters of type OverflowType Modifier and Type Method Description voidJRFillSubreport. setOverflowType(OverflowType overflowType) -
Uses of OverflowType in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return OverflowType Modifier and Type Method Description static OverflowTypeOverflowType. valueOf(String name)Returns the enum constant of this type with the specified name.static OverflowType[]OverflowType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-