Interface Row
-
- All Superinterfaces:
java.lang.Cloneable,JRCloneable
- All Known Implementing Classes:
CompiledRow,StandardRow
public interface Row extends JRCloneable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JRExpressiongetPrintWhenExpression()SplitTypeEnumgetSplitType()-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Method Detail
-
getPrintWhenExpression
JRExpression getPrintWhenExpression()
-
getSplitType
SplitTypeEnum getSplitType()
-
-