[]
        
(Showing Draft Content)

ICellPadding

Interface ICellPadding

All Known Implementing Classes:
CellPadding

public interface ICellPadding
Gets or sets the cell padding.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    get bottom cell padding.
    int
    get left cell padding.
    int
    get right cell padding.
    int
    get top cell padding.
  • Method Details

    • getLeft

      int getLeft()
      get left cell padding.
      Returns:
      The left padding of the cell.
    • getRight

      int getRight()
      get right cell padding.
      Returns:
      The right padding of the cell.
    • getTop

      int getTop()
      get top cell padding.
      Returns:
      The top padding of the cell.
    • getBottom

      int getBottom()
      get bottom cell padding.
      Returns:
      The bottom padding of the cell.