Class JRXlsAbstractExporter.SheetInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.export.JRXlsAbstractExporter.SheetInfo
-
- Enclosing class:
- JRXlsAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>
public static class JRXlsAbstractExporter.SheetInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
JRXlsAbstractExporter.SheetInfo.SheetPrintSettings
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SheetInfo()
-
-
-
Field Detail
-
sheetFirstPageIndex
public Integer sheetFirstPageIndex
-
sheetName
public String sheetName
-
sheetFirstPageNumber
public Integer sheetFirstPageNumber
-
sheetPageScale
public Integer sheetPageScale
-
sheetShowGridlines
public Boolean sheetShowGridlines
-
tabColor
public Color tabColor
-
ignoreCellBorder
public Boolean ignoreCellBorder
-
ignoreCellBackground
public Boolean ignoreCellBackground
-
whitePageBackground
public Boolean whitePageBackground
-
columnFreezeIndex
public Integer columnFreezeIndex
-
rowFreezeIndex
public Integer rowFreezeIndex
-
columnWidthRatio
public Float columnWidthRatio
-
printSettings
public JRXlsAbstractExporter.SheetInfo.SheetPrintSettings printSettings
-
-