类 Margin

java.lang.Object
com.grapecity.documents.excel.Margin

public class Margin extends Object
Gets or sets the watermark margin in pixels relative to the cell.
  • 构造器详细资料

    • Margin

      public Margin(int all)
      Constructor for one argument
      参数:
      all -
    • Margin

      public Margin(int top, int right, int bottom, int left)
      Constructor for four arguments
      参数:
      top -
      right -
      bottom -
      left -
  • 方法详细资料

    • getLeft

      public int getLeft()
      Gets left margin.
      返回:
    • getRight

      public int getRight()
      Gets right margin.
      返回:
    • getTop

      public int getTop()
      Gets top margin.
      返回:
    • getBottom

      public int getBottom()
      Gets bottom margin.
      返回:
    • toString

      public String toString()
      Print the margin.
      覆盖:
      toString 在类中 Object