public final class DataFormatRecord extends StandardRecord
| Modifier and Type | Field | Description |
|---|---|---|
static short |
sid |
| Constructor | Description |
|---|---|
DataFormatRecord() |
|
DataFormatRecord(RecordInputStream in) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
protected int |
getDataSize() |
|
short |
getFormatFlags() |
Get the format flags field for the DataFormat record.
|
short |
getPointNumber() |
Get the point number field for the DataFormat record.
|
short |
getSeriesIndex() |
Get the series index field for the DataFormat record.
|
short |
getSeriesNumber() |
Get the series number field for the DataFormat record.
|
short |
getSid() |
return the non static version of the id for this record.
|
boolean |
isUseExcel4Colors() |
set true to use excel 4 colors.
|
void |
serialize(LittleEndianOutput out) |
Write the data content of this BIFF record.
|
void |
setFormatFlags(short field_4_formatFlags) |
Set the format flags field for the DataFormat record.
|
void |
setPointNumber(short field_1_pointNumber) |
Set the point number field for the DataFormat record.
|
void |
setSeriesIndex(short field_2_seriesIndex) |
Set the series index field for the DataFormat record.
|
void |
setSeriesNumber(short field_3_seriesNumber) |
Set the series number field for the DataFormat record.
|
void |
setUseExcel4Colors(boolean value) |
Sets the use excel 4 colors field value.
|
java.lang.String |
toString() |
get a string representation of the record (for biffview/debugging)
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloneViaReserialise, serializegetRecordSize, serializepublic static final short sid
public DataFormatRecord()
public DataFormatRecord(RecordInputStream in)
public java.lang.String toString()
Recordpublic void serialize(LittleEndianOutput out)
StandardRecordRecordBase.getRecordSize()} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize in class StandardRecordprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
Recordpublic short getPointNumber()
public void setPointNumber(short field_1_pointNumber)
public short getSeriesIndex()
public void setSeriesIndex(short field_2_seriesIndex)
public short getSeriesNumber()
public void setSeriesNumber(short field_3_seriesNumber)
public short getFormatFlags()
public void setFormatFlags(short field_4_formatFlags)
public void setUseExcel4Colors(boolean value)
public boolean isUseExcel4Colors()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.