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(LbsDataSubRecord other) |
LbsDataSubRecord(LittleEndianInput in,
int cbFContinued,
int cmoOt) |
Modifier and Type | Method and Description |
---|---|
LbsDataSubRecord |
clone()
Deprecated.
|
LbsDataSubRecord |
copy() |
protected int |
getDataSize() |
Ptg |
getFormula() |
int |
getNumberOfItems() |
boolean |
isTerminating()
Whether this record terminates the sub-record stream.
|
static LbsDataSubRecord |
newAutoFilterInstance() |
void |
serialize(LittleEndianOutput out) |
java.lang.String |
toString() |
createSubRecord, serialize
public static final int sid
public LbsDataSubRecord(LbsDataSubRecord other)
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()
HSSFCombobox
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)
@Deprecated @Removal(version="5.0.0") public LbsDataSubRecord clone()
public LbsDataSubRecord copy()
copy
in interface Duplicatable
copy
in class SubRecord
public java.lang.String toString()
toString
in class java.lang.Object
public Ptg getFormula()
public int getNumberOfItems()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.