org.apache.poi.hssf.record.chart
public final class DataFormatRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
DataFormatRecord() |
DataFormatRecord(RecordInputStream in) |
Modifier and Type | Method and 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)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public DataFormatRecord()
public DataFormatRecord(RecordInputStream in)
public java.lang.String toString()
Record
public void serialize(LittleEndianOutput out)
StandardRecord
RecordBase.getRecordSize()
}serialize
in class StandardRecord
protected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
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()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.