接口 ICellPadding
- 所有已知实现类:
CellPadding
public interface ICellPadding
Gets or sets the cell padding.
-
方法概要
-
方法详细资料
-
getLeft
int getLeft()get left cell padding. -
getRight
int getRight()get right cell padding. -
getTop
int getTop()get top cell padding. -
getBottom
int getBottom()get bottom cell padding.
-