public class XSSFTableStyleInfo extends java.lang.Object implements TableStyleInfo
Constructor and Description |
---|
XSSFTableStyleInfo(StylesTable stylesTable,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyleInfo tableStyleInfo) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
TableStyle |
getStyle() |
boolean |
isShowColumnStripes() |
boolean |
isShowFirstColumn() |
boolean |
isShowLastColumn() |
boolean |
isShowRowStripes() |
void |
setFirstColumn(boolean showFirstColumn) |
void |
setLastColumn(boolean showLastColumn) |
void |
setName(java.lang.String name) |
void |
setShowColumnStripes(boolean show) |
void |
setShowRowStripes(boolean show) |
public XSSFTableStyleInfo(StylesTable stylesTable, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyleInfo tableStyleInfo)
stylesTable
- tableStyleInfo
- public boolean isShowColumnStripes()
isShowColumnStripes
in interface TableStyleInfo
public void setShowColumnStripes(boolean show)
public boolean isShowRowStripes()
isShowRowStripes
in interface TableStyleInfo
public void setShowRowStripes(boolean show)
public boolean isShowFirstColumn()
isShowFirstColumn
in interface TableStyleInfo
public void setFirstColumn(boolean showFirstColumn)
public boolean isShowLastColumn()
isShowLastColumn
in interface TableStyleInfo
public void setLastColumn(boolean showLastColumn)
public java.lang.String getName()
getName
in interface TableStyleInfo
public void setName(java.lang.String name)
public TableStyle getStyle()
getStyle
in interface TableStyleInfo
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.