|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.record.LbsDataSubRecord.LbsDropData
public static class LbsDataSubRecord.LbsDropData
This structure specifies properties of the dropdown list control
Field Summary | |
---|---|
static int |
STYLE_COMBO_DROPDOWN
Combo dropdown control |
static int |
STYLE_COMBO_EDIT_DROPDOWN
Combo Edit dropdown control |
static int |
STYLE_COMBO_SIMPLE_DROPDOWN
Simple dropdown control (just the dropdown button) |
Constructor Summary | |
---|---|
LbsDataSubRecord.LbsDropData()
|
|
LbsDataSubRecord.LbsDropData(LittleEndianInput in)
|
Method Summary | |
---|---|
int |
getDataSize()
|
void |
serialize(LittleEndianOutput out)
|
void |
setNumLines(int num)
Set the number of lines to be displayed in the dropdown. |
void |
setStyle(int style)
Set the style of this dropdown. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int STYLE_COMBO_DROPDOWN
public static final int STYLE_COMBO_EDIT_DROPDOWN
public static final int STYLE_COMBO_SIMPLE_DROPDOWN
Constructor Detail |
---|
public LbsDataSubRecord.LbsDropData()
public LbsDataSubRecord.LbsDropData(LittleEndianInput in)
Method Detail |
---|
public void setStyle(int style)
Possible values:
style
- the style - see possible valuespublic void setNumLines(int num)
num
- the number of lines to be displayed in the dropdownpublic void serialize(LittleEndianOutput out)
public int getDataSize()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |