public class LbsDataSubRecord extends SubRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
LbsDataSubRecord.LbsDropData
This structure specifies properties of the dropdown list control
|
SubRecord.SubRecordTypes| 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 |
copy() |
protected int |
getDataSize() |
Ptg |
getFormula() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
SubRecord.SubRecordTypes |
getGenericRecordType() |
int |
getNumberOfItems() |
boolean |
isTerminating()
Whether this record terminates the sub-record stream.
|
static LbsDataSubRecord |
newAutoFilterInstance() |
void |
serialize(LittleEndianOutput out) |
createSubRecord, getMaxRecordLength, serialize, setMaxRecordLength, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic 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_objectTypepublic static LbsDataSubRecord newAutoFilterInstance()
HSSFComboboxpublic boolean isTerminating()
SubRecordtrue
- EndSubRecord (sid = 0x00)
- LbsDataSubRecord (sid = 0x12)isTerminating in class SubRecordprotected int getDataSize()
getDataSize in class SubRecordpublic void serialize(LittleEndianOutput out)
public LbsDataSubRecord copy()
copy in interface Duplicatablecopy in class SubRecordpublic Ptg getFormula()
public int getNumberOfItems()
public SubRecord.SubRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class SubRecordpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.