类 CellPadding

java.lang.Object
com.grapecity.documents.excel.CellPadding
所有已实现的接口:
ICellPadding

public class CellPadding extends Object implements ICellPadding
Gets or sets the cell padding.
  • 构造器详细资料

    • CellPadding

      public CellPadding(int all)
      Assign the four properties of cellPadding with the same value
      参数:
      all -
    • CellPadding

      public CellPadding(int top, int right, int bottom, int left)
      Assign different values to the four properties of cellPadding
      参数:
      top -
      right -
      bottom -
      left -
  • 方法详细资料

    • getLeft

      public int getLeft()
      get left cell padding.
      指定者:
      getLeft 在接口中 ICellPadding
    • getRight

      public int getRight()
      get right cell padding.
      指定者:
      getRight 在接口中 ICellPadding
    • getTop

      public int getTop()
      get top cell padding.
      指定者:
      getTop 在接口中 ICellPadding
    • getBottom

      public int getBottom()
      get bottom cell padding.
      指定者:
      getBottom 在接口中 ICellPadding