public final class DefaultRowHeightRecord extends StandardRecord
[MS-XLS].pdf 2.4.87 DefaultRowHeight page 265
| Modifier and Type | Field and Description |
|---|---|
static short |
DEFAULT_ROW_HEIGHT
The default row height for empty rows is 300 twips (0x12c)
|
static short |
sid |
| Constructor and Description |
|---|
DefaultRowHeightRecord() |
DefaultRowHeightRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
protected int |
getDataSize() |
short |
getRowHeight()
get the default row height
|
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isDefaultChanged() |
boolean |
isThickBottomBorder() |
boolean |
isThickTopBorder() |
boolean |
isZeroHeight() |
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setDefaultChanged(boolean flag) |
void |
setRowHeight(short height) |
void |
setThickBottomBorder(boolean flag) |
void |
setThickTopBorder(boolean flag) |
void |
setZeroHeight(boolean flag) |
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public static final short DEFAULT_ROW_HEIGHT
public DefaultRowHeightRecord()
public DefaultRowHeightRecord(RecordInputStream in)
public short getRowHeight()
public void setRowHeight(short height)
public boolean isDefaultChanged()
public void setDefaultChanged(boolean flag)
public boolean isZeroHeight()
public void setZeroHeight(boolean flag)
public boolean isThickTopBorder()
public void setThickTopBorder(boolean flag)
public boolean isThickBottomBorder()
public void setThickBottomBorder(boolean flag)
public 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()
RecordCopyright © 2020. All rights reserved.