public class XSSFTableStyle extends Object implements TableStyle
| Constructor and Description |
|---|
XSSFTableStyle(int styleId,
StylesTable stylesSource,
XSSFWorkbook book) |
XSSFTableStyle(String name,
StylesTable styleSource,
XSSFWorkbook book) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTableStyleElement(int dxfId,
String type)
Add a new TableStyleElement without stripe size
|
void |
addTableStyleElement(int dxfId,
String type,
int stripeSize)
Add a new TableStyleElement with stripe size.
|
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle |
getCTTableStyle() |
DxfCellStyle |
getDxfCellStyle(String name)
Returns DxfCellStyle per the given name; e.g.
|
String |
getName()
Returns table style name
|
public XSSFTableStyle(int styleId,
StylesTable stylesSource,
XSSFWorkbook book)
public XSSFTableStyle(String name, StylesTable styleSource, XSSFWorkbook book)
public String getName()
TableStylegetName in interface TableStylepublic DxfCellStyle getDxfCellStyle(String name)
TableStylegetDxfCellStyle in interface TableStylepublic void addTableStyleElement(int dxfId,
String type,
int stripeSize)
TableStyleaddTableStyleElement in interface TableStylepublic void addTableStyleElement(int dxfId,
String type)
TableStyleaddTableStyleElement in interface TableStylepublic org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle getCTTableStyle()
Copyright © 2020. All rights reserved.