类 ButtonCellType

java.lang.Object
com.grapecity.documents.excel.BaseCellType
com.grapecity.documents.excel.ButtonCellType

public class ButtonCellType extends BaseCellType
代表一个按钮单元格。
  • 构造器详细资料

    • ButtonCellType

      public ButtonCellType()
  • 方法详细资料

    • getText

      public String getText()
      获取按钮的内容。
    • setText

      public void setText(String value)
      设置按钮的内容。
    • getButtonBackColor

      public String getButtonBackColor()
      获取按钮的背景颜色。
    • setButtonBackColor

      public void setButtonBackColor(String value)
      设置按钮的背景颜色。
    • getMarginLeft

      public double getMarginLeft()
      获取按钮相对于单元格左侧的边距(以像素为单位)。
    • setMarginLeft

      public void setMarginLeft(double value)
      设置按钮相对于单元格的左侧边距(以像素为单位)。
    • getMarginRight

      public double getMarginRight()
      获取按钮相对于单元格右侧的边距(以像素为单位)。
    • setMarginRight

      public void setMarginRight(double value)
      设置按钮相对于单元格的右侧边距(以像素为单位)。
    • getMarginTop

      public double getMarginTop()
      获取按钮相对于单元格顶部边缘的像素值。
    • setMarginTop

      public void setMarginTop(double value)
      设置按钮相对于单元格顶部边距的像素值。
    • getMarginBottom

      public double getMarginBottom()
      获取按钮相对于单元格的底部边距(以像素为单位)。
    • setMarginBottom

      public void setMarginBottom(double value)
      设置按钮相对于单元格的底部边距(以像素为单位)。