public final class SeriesLabelsRecord extends StandardRecord
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
SeriesLabelsRecord() |
SeriesLabelsRecord(RecordInputStream in) |
SeriesLabelsRecord(SeriesLabelsRecord other) |
| Modifier and Type | Method and Description |
|---|---|
SeriesLabelsRecord |
copy() |
protected int |
getDataSize() |
short |
getFormatFlags()
Get the format flags field for the SeriesLabels record.
|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isLabelAsPercentage()
show category label/value as percentage (pie charts only)
|
boolean |
isShowActual()
show actual value of the data point
|
boolean |
isShowBubbleSizes()
??
|
boolean |
isShowLabel()
display category label
|
boolean |
isShowPercent()
show value as percentage of total (pie charts only)
|
boolean |
isSmoothedLine()
show smooth line
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setFormatFlags(short field_1_formatFlags)
Set the format flags field for the SeriesLabels record.
|
void |
setLabelAsPercentage(boolean value)
Sets the label as percentage field value.
|
void |
setShowActual(boolean value)
Sets the show actual field value.
|
void |
setShowBubbleSizes(boolean value)
Sets the show bubble sizes field value.
|
void |
setShowLabel(boolean value)
Sets the show label field value.
|
void |
setShowPercent(boolean value)
Sets the show percent field value.
|
void |
setSmoothedLine(boolean value)
Sets the smoothed line field value.
|
getRecordSize, serializecloneViaReserialise, serialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic static final short sid
public SeriesLabelsRecord()
public SeriesLabelsRecord(SeriesLabelsRecord other)
public SeriesLabelsRecord(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 StandardRecordout - the output objectprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
Recordpublic SeriesLabelsRecord copy()
copy in interface Duplicatablecopy in class StandardRecordpublic short getFormatFlags()
public void setFormatFlags(short field_1_formatFlags)
public void setShowActual(boolean value)
public boolean isShowActual()
public void setShowPercent(boolean value)
public boolean isShowPercent()
public void setLabelAsPercentage(boolean value)
public boolean isLabelAsPercentage()
public void setSmoothedLine(boolean value)
public boolean isSmoothedLine()
public void setShowLabel(boolean value)
public boolean isShowLabel()
public void setShowBubbleSizes(boolean value)
public boolean isShowBubbleSizes()
public HSSFRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class Recordpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.