[]
        
立即试用
(Showing Draft Content)

ICellPadding

Interface ICellPadding

All Known Implementing Classes:
CellPadding

public interface ICellPadding
获取或设置单元格边距。
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    获取底部单元格填充。
    int
    获取左侧单元格填充。
    int
    获取右侧单元格内边距。
    int
    获取顶部单元格内边距。
  • Method Details

    • getLeft

      int getLeft()
      获取左侧单元格填充。
    • getRight

      int getRight()
      获取右侧单元格内边距。
    • getTop

      int getTop()
      获取顶部单元格内边距。
    • getBottom

      int getBottom()
      获取底部单元格填充。