public class LbsDataSubRecord extends SubRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
LbsDataSubRecord.LbsDropData
This structure specifies properties of the dropdown list control
|
| Modifier and Type | Field and Description |
|---|---|
static int |
sid |
| Constructor and Description |
|---|
LbsDataSubRecord(LittleEndianInput in,
int cbFContinued,
int cmoOt) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
protected int |
getDataSize() |
Ptg |
getFormula() |
int |
getNumberOfItems() |
boolean |
isTerminating()
Wether this record terminates the sub-record stream.
|
static LbsDataSubRecord |
newAutoFilterInstance() |
void |
serialize(LittleEndianOutput out) |
String |
toString() |
createSubRecord, serializepublic static final int sid
public LbsDataSubRecord(LittleEndianInput in, int cbFContinued, int cmoOt)
in - the stream to read data fromcbFContinued - the seconf short in the record headercmoOt - the containing Obj's CommonObjectDataSubRecord.field_1_objectTypepublic static LbsDataSubRecord newAutoFilterInstance()
ComboboxShape.createObjRecord(org.zkoss.poi.hssf.usermodel.HSSFSimpleShape, int)public boolean isTerminating()
SubRecordtrue
- EndSubRecord (sid = 0x00)
- LbsDataSubRecord (sid = 0x12)isTerminating in class SubRecordprotected int getDataSize()
getDataSize in class SubRecordpublic void serialize(LittleEndianOutput out)
public Ptg getFormula()
public int getNumberOfItems()
Copyright © 2020. All rights reserved.