public class XSSFTableStyle extends java.lang.Object implements TableStyle
Constructor and Description |
---|
XSSFTableStyle(int styleId,
StylesTable stylesSource,
XSSFWorkbook book) |
XSSFTableStyle(java.lang.String name,
StylesTable styleSource,
XSSFWorkbook book) |
Modifier and Type | Method and Description |
---|---|
void |
addTableStyleElement(int dxfId,
java.lang.String type)
Add a new TableStyleElement without stripe size
|
void |
addTableStyleElement(int dxfId,
java.lang.String type,
int stripeSize)
Add a new TableStyleElement with stripe size.
|
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle |
getCTTableStyle() |
DxfCellStyle |
getDxfCellStyle(java.lang.String name)
Returns DxfCellStyle per the given name; e.g. wholeTable, totolRow, etc..
|
java.lang.String |
getName()
Returns table style name
|
public XSSFTableStyle(int styleId, StylesTable stylesSource, XSSFWorkbook book)
public XSSFTableStyle(java.lang.String name, StylesTable styleSource, XSSFWorkbook book)
public java.lang.String getName()
TableStyle
getName
in interface TableStyle
public DxfCellStyle getDxfCellStyle(java.lang.String name)
TableStyle
getDxfCellStyle
in interface TableStyle
public void addTableStyleElement(int dxfId, java.lang.String type, int stripeSize)
TableStyle
addTableStyleElement
in interface TableStyle
public void addTableStyleElement(int dxfId, java.lang.String type)
TableStyle
addTableStyleElement
in interface TableStyle
public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle getCTTableStyle()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.