public interface ICellPadding
| Modifier and Type | Method and Description |
|---|---|
int |
getBottom()
get bottom cell padding.
|
int |
getLeft()
get left cell padding.
|
int |
getRight()
get right cell padding.
|
int |
getTop()
get top cell padding.
|