Class TableStyle
- java.lang.Object
-
- net.sf.jasperreports.engine.export.oasis.Style
-
- net.sf.jasperreports.engine.export.oasis.TableStyle
-
public class TableStyle extends Style
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.export.oasis.Style
styleWriter
-
-
Constructor Summary
Constructors Constructor Description TableStyle(WriterHelper styleWriter, int width, int pageFormatIndex, boolean isFrame, boolean isPageBreak, java.awt.Color tabColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()voidwrite(java.lang.String tableStyleName)
-
-
-
Constructor Detail
-
TableStyle
public TableStyle(WriterHelper styleWriter, int width, int pageFormatIndex, boolean isFrame, boolean isPageBreak, java.awt.Color tabColor)
-
-