类 CheckBoxListCellType

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

public class CheckBoxListCellType extends BaseCellType
  • 构造器详细资料

    • CheckBoxListCellType

      public CheckBoxListCellType()
  • 方法详细资料

    • getDirection

      public CellTypeDirection getDirection()
      Gets the check-box-list list's orders.
      返回:
    • setDirection

      public void setDirection(CellTypeDirection direction)
      sets the check-box-list list's orders.
      参数:
      direction -
    • getIsFlowLayout

      public boolean getIsFlowLayout()
      Gets the check-box-list's layout is autofit.
      返回:
    • setIsFlowLayout

      public void setIsFlowLayout(boolean isFlowLayout)
      Sets the check-box-list's layout is autofit.
      参数:
      isFlowLayout -
    • getTextAlign

      public CellTypeTextAlign getTextAlign()
      Gets the text of check-box-list's position, only support left and right.
      返回:
    • setTextAlign

      public void setTextAlign(CellTypeTextAlign textAlign)
      Sets the text of check-box-list's position, only support left and right.
      参数:
      textAlign -
    • setMaxRowCount

      public void setMaxRowCount(int maxRowCount)
      Sets the items for the check-box-list's row count.
      参数:
      maxRowCount -
    • getMaxRowCount

      public int getMaxRowCount()
      Gets the items for the check-box-list's row count.
      返回:
    • setMaxColumnCount

      public void setMaxColumnCount(int maxColumnCount)
      Sets the items for the check-box-list's row count.
      参数:
      maxColumnCount -
    • getMaxColumnCount

      public int getMaxColumnCount()
      Gets the items for the check-box-list's row count.
      返回:
    • setHorizontalSpacing

      public void setHorizontalSpacing(int horizontalSpacing)
      Sets the horizontal spacing in the check-box-list.
      参数:
      horizontalSpacing -
    • getHorizontalSpacing

      public int getHorizontalSpacing()
      Gets the horizontal spacing in the check-box-list.
      返回:
    • setVerticalSpacing

      public void setVerticalSpacing(int verticalSpacing)
      Sets the vertical spacing in the check-box-list.
      参数:
      verticalSpacing -
    • getVerticalSpacing

      public int getVerticalSpacing()
      Gets the vertical spacing in the check-box-list.
      返回:
    • 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.