public class LbsDataSubRecord extends SubRecord
| Modifier and Type | Class | Description |
|---|---|---|
static class |
LbsDataSubRecord.LbsDropData |
This structure specifies properties of the dropdown list control
|
| Modifier and Type | Field | Description |
|---|---|---|
static int |
sid |
| Constructor | Description |
|---|---|
LbsDataSubRecord(LittleEndianInput in,
int cbFContinued,
int cmoOt) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.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) |
|
java.lang.String |
toString() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateSubRecord, 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.apache.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 java.lang.String toString()
toString in class java.lang.Objectpublic Ptg getFormula()
public int getNumberOfItems()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.