类 SelectFieldItem
java.lang.Object
com.grapecity.documents.excel.SelectFieldItem
Represents an checkBoxList/radioList item.
-
构造器概要
构造器说明Generate an item for check box list or radio button list.SelectFieldItem
(String text, Object value) Generate an item for check box list or radio button list. -
方法概要
-
构造器详细资料
-
SelectFieldItem
public SelectFieldItem()Generate an item for check box list or radio button list. -
SelectFieldItem
Generate an item for check box list or radio button list.- 参数:
text
-value
-
-
-
方法详细资料
-
getText
Gets the text of the item.- 返回:
-
setText
Sets the text of the item.- 参数:
text
-
-
getValue
Gets the value of the item.- 返回:
-
setValue
Sets the value of the item.- 参数:
value
-
-