Package org.apache.poi.hssf.record
Class DefaultRowHeightRecord
java.lang.Object
org.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.DefaultRowHeightRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
Row height for rows with undefined or not explicitly defined heights.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortThe default row height for empty rows is 255 twips (255 / 20 == 12.75 points)static final short -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptioncopy()shortget the (currently unimportant to HSSF) option flagsshortget the default row heightshortgetSid()return the non static version of the id for this record.voidvoidsetOptionFlags(short flags) set the (currently unimportant to HSSF) option flagsvoidsetRowHeight(short height) set the default row heightMethods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serializeMethods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Field Details
-
sid
public static final short sid- See Also:
-
DEFAULT_ROW_HEIGHT
public static final short DEFAULT_ROW_HEIGHTThe default row height for empty rows is 255 twips (255 / 20 == 12.75 points)- See Also:
-
-
Constructor Details
-
DefaultRowHeightRecord
public DefaultRowHeightRecord() -
DefaultRowHeightRecord
-
DefaultRowHeightRecord
-
-
Method Details
-
setOptionFlags
public void setOptionFlags(short flags) set the (currently unimportant to HSSF) option flags- Parameters:
flags- the bitmask to set
-
setRowHeight
public void setRowHeight(short height) set the default row height- Parameters:
height- for undefined rows/rows w/undefined height
-
getOptionFlags
public short getOptionFlags()get the (currently unimportant to HSSF) option flags- Returns:
- flags - the current bitmask
-
getRowHeight
public short getRowHeight()get the default row height- Returns:
- rowheight for undefined rows/rows w/undefined height
-
serialize
-
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record. -
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
-