Uses of Class
net.sf.jasperreports.engine.type.BorderSplitType
-
Packages that use BorderSplitType 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.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 BorderSplitType in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return BorderSplitType Modifier and Type Method Description BorderSplitTypeJRFrame. getBorderSplitType()Determines how should the frames borders behave when the frame splits on two pages. -
Uses of BorderSplitType in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base that return BorderSplitType Modifier and Type Method Description BorderSplitTypeJRBaseFrame. getBorderSplitType() -
Uses of BorderSplitType in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design that return BorderSplitType Modifier and Type Method Description BorderSplitTypeJRDesignFrame. getBorderSplitType()Methods in net.sf.jasperreports.engine.design with parameters of type BorderSplitType Modifier and Type Method Description voidJRDesignFrame. setBorderSplitType(BorderSplitType borderSplitType)Sets the border split type for the frame. -
Uses of BorderSplitType in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as BorderSplitType Modifier and Type Field Description protected BorderSplitTypeJRFillFrame. borderSplitTypeMethods in net.sf.jasperreports.engine.fill that return BorderSplitType Modifier and Type Method Description BorderSplitTypeJRFillFrame. getBorderSplitType() -
Uses of BorderSplitType in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return BorderSplitType Modifier and Type Method Description static BorderSplitTypeBorderSplitType. byName(String name)static BorderSplitTypeBorderSplitType. valueOf(String name)Returns the enum constant of this type with the specified name.static BorderSplitType[]BorderSplitType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-