类 CheckBoxCellType

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

public class CheckBoxCellType extends BaseCellType
Represents a check box cell.
  • 构造器详细资料

    • CheckBoxCellType

      public CheckBoxCellType()
  • 方法详细资料

    • getCaption

      public String getCaption()
      Gets the caption of the cell type.
    • setCaption

      public void setCaption(String value)
      Sets the caption of the cell type.
    • getTextTrue

      public String getTextTrue()
      Gets the text in the cell when the cell's value is true.
    • setTextTrue

      public void setTextTrue(String value)
      Sets the text in the cell when the cell's value is true.
    • getTextFalse

      public String getTextFalse()
      Gets the text in the cell when the cell's value is false.
    • setTextFalse

      public void setTextFalse(String value)
      Sets the text in the cell when the cell's value is false.
    • getTextIndeterminate

      public String getTextIndeterminate()
      Gets the text in the cell when the cell's value is indeterminate (neither true nor false).
    • setTextIndeterminate

      public void setTextIndeterminate(String value)
      Sets the text in the cell when the cell's value is indeterminate (neither true nor false).
    • getTextAlign

      public CheckBoxAlign getTextAlign()
      Gets the text alignment relative to the check box.
    • setTextAlign

      public void setTextAlign(CheckBoxAlign value)
      Sets the text alignment relative to the check box.
    • getIsThreeState

      public boolean getIsThreeState()
      Gets a value that indicates whether the check box supports three states.
    • setIsThreeState

      public void setIsThreeState(boolean value)
      Sets a value that indicates whether the check box supports three states.
    • getBoxSize

      public int getBoxSize()
      Gets a value that indicates the check box size
    • setBoxSize

      public void setBoxSize(int value)
      Sets a value that indicates the check box size
    • getAutoBoxSize

      public boolean getAutoBoxSize()
      Sets whether boxSize changes with font size.
    • setAutoBoxSize

      public void setAutoBoxSize(boolean value)
      Sets whether boxSize changes with font size.