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 |
---|---|
java.lang.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) |
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public 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 java.lang.String toString()
Record
public void serialize(LittleEndianOutput out)
StandardRecord
RecordBase.getRecordSize()
} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize
in class StandardRecord
protected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.