Interface Row
-
- All Superinterfaces:
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 JRExpression
getPrintWhenExpression()
SplitTypeEnum
getSplitType()
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Method Detail
-
getPrintWhenExpression
JRExpression getPrintWhenExpression()
-
getSplitType
SplitTypeEnum getSplitType()
-
-