public interface TableStyle
| 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.
|
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
|
java.lang.String getName()
DxfCellStyle getDxfCellStyle(java.lang.String name)
name - void addTableStyleElement(int dxfId,
java.lang.String type,
int stripeSize)
dxfId - type - stripSize - void addTableStyleElement(int dxfId,
java.lang.String type)
dxfId - type - Copyright © 2005-2010 Potix Corporation. All Rights Reserved.