|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.chart.DataFormatRecord
public final class DataFormatRecord
The data format record is used to index into a series.
Field Summary | |
---|---|
static short |
sid
|
Constructor Summary | |
---|---|
DataFormatRecord()
|
|
DataFormatRecord(RecordInputStream in)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
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) |
Methods inherited from class org.apache.poi.hssf.record.StandardRecord |
---|
getRecordSize, serialize |
Methods inherited from class org.apache.poi.hssf.record.Record |
---|
cloneViaReserialise, serialize |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short sid
Constructor Detail |
---|
public DataFormatRecord()
public DataFormatRecord(RecordInputStream in)
Method Detail |
---|
public java.lang.String toString()
Record
toString
in class Record
public void serialize(LittleEndianOutput out)
StandardRecord
RecordBase.getRecordSize()
}
public short getSid()
Record
getSid
in class Record
public java.lang.Object clone()
clone
in class 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |