public interface TableStyle
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.
|
DxfCellStyle |
getDxfCellStyle(String name)
Returns DxfCellStyle per the given name; e.g.
|
String |
getName()
Returns table style name
|
String getName()
DxfCellStyle getDxfCellStyle(String name)
name
- void addTableStyleElement(int dxfId, String type, int stripeSize)
dxfId
- type
- stripSize
- void addTableStyleElement(int dxfId, String type)
dxfId
- type
- Copyright © 2020. All rights reserved.