- java.lang.Object
-
- org.dhatim.fastexcel.Table.TableStyleInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Table.TableStyleInfosetShowColumnStripes(boolean showColumnStripes)Table.TableStyleInfosetShowFirstColumn(boolean showFirstColumn)Table.TableStyleInfosetShowLastColumn(boolean showLastColumn)Table.TableStyleInfosetShowRowStripes(boolean showRowStripes)Table.TableStyleInfosetStyleName(String name)voidwrite(org.dhatim.fastexcel.Writer w)
-
-
-
Method Detail
-
setStyleName
public Table.TableStyleInfo setStyleName(String name)
-
setShowFirstColumn
public Table.TableStyleInfo setShowFirstColumn(boolean showFirstColumn)
-
setShowLastColumn
public Table.TableStyleInfo setShowLastColumn(boolean showLastColumn)
-
setShowRowStripes
public Table.TableStyleInfo setShowRowStripes(boolean showRowStripes)
-
setShowColumnStripes
public Table.TableStyleInfo setShowColumnStripes(boolean showColumnStripes)
-
write
public void write(org.dhatim.fastexcel.Writer w) throws IOException- Throws:
IOException
-
-