Interface ICellPadding
- All Known Implementing Classes:
CellPadding
public interface ICellPadding
获取或设置单元格边距。
-
Method Summary
-
Method Details
-
getLeft
int getLeft()
获取左侧单元格填充。
-
getRight
int getRight()
获取右侧单元格内边距。
-
getTop
int getTop()
获取顶部单元格内边距。
-
getBottom
int getBottom()
获取底部单元格填充。