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, wait
createSubRecord, serialize
public 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_objectType
public static LbsDataSubRecord newAutoFilterInstance()
ComboboxShape.createObjRecord(org.apache.poi.hssf.usermodel.HSSFSimpleShape, int)
public boolean isTerminating()
SubRecord
true
- EndSubRecord (sid = 0x00)
- LbsDataSubRecord (sid = 0x12)isTerminating
in class SubRecord
protected int getDataSize()
getDataSize
in class SubRecord
public void serialize(LittleEndianOutput out)
public java.lang.String toString()
toString
in class java.lang.Object
public Ptg getFormula()
public int getNumberOfItems()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.