接口 ICellPadding

所有已知实现类:
CellPadding

public interface ICellPadding
Gets or sets the cell padding.
  • 方法概要

    修饰符和类型
    方法
    说明
    int
    get bottom cell padding.
    int
    get left cell padding.
    int
    get right cell padding.
    int
    get top 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.