public final class DataFormatRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
DataFormatRecord() |
DataFormatRecord(DataFormatRecord other) |
DataFormatRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
DataFormatRecord |
copy() |
protected int |
getDataSize() |
short |
getFormatFlags()
Get the format flags field for the DataFormat record.
|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
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.
|
getRecordSize, serialize
cloneViaReserialise, serialize, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren
public static final short sid
public DataFormatRecord()
public DataFormatRecord(DataFormatRecord other)
public DataFormatRecord(RecordInputStream in)
public void serialize(LittleEndianOutput out)
StandardRecord
The number of bytes written must equal the record size reported by
RecordBase.getRecordSize()
} minus four (
record header consisting of a 'ushort sid' and 'ushort reclength' has
already been written by their superclass).
serialize
in class StandardRecord
out
- the output objectprotected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
public DataFormatRecord copy()
copy
in interface Duplicatable
copy
in class StandardRecord
public 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()
public HSSFRecordTypes getGenericRecordType()
getGenericRecordType
in interface GenericRecord
getGenericRecordType
in class Record
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.