Package org.apache.poi.hssf.record
Class LbsDataSubRecord
java.lang.Object
org.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.LbsDataSubRecord
This structure specifies the properties of a list or drop-down list embedded object in a sheet.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This structure specifies properties of the dropdown list control -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
protected int
int
boolean
Whether this record terminates the sub-record stream.static LbsDataSubRecord
void
toString()
Methods inherited from class org.apache.poi.hssf.record.SubRecord
createSubRecord, serialize
-
Field Details
-
sid
public static final int sid- See Also:
-
-
Constructor Details
-
LbsDataSubRecord
- Parameters:
in
- the stream to read data fromcbFContinued
- the seconf short in the record headercmoOt
- the containing Obj'sCommonObjectDataSubRecord.field_1_objectType
-
-
Method Details
-
newAutoFilterInstance
- Returns:
- a new instance of LbsDataSubRecord to construct auto-filters
- See Also:
-
isTerminating
public boolean isTerminating()Description copied from class:SubRecord
Whether this record terminates the sub-record stream. There are two cases when this method must be overridden and returntrue
- EndSubRecord (sid = 0x00) - LbsDataSubRecord (sid = 0x12)- Overrides:
isTerminating
in classSubRecord
- Returns:
- true as LbsDataSubRecord is always the last sub-record
-
getDataSize
protected int getDataSize()- Specified by:
getDataSize
in classSubRecord
- Returns:
- the size of the data for this record (which is always 4 bytes less than the total record size). Note however, that ushort encoded after the record sid is usually but not always the data size.
-
serialize
-
clone
-
toString
-
getFormula
- Returns:
- the formula that specifies the range of cell values that are the items in this list.
-
getNumberOfItems
public int getNumberOfItems()- Returns:
- the number of items in the list
-