jxl.read.biff
Class RowRecord

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.read.biff.RowRecord

public class RowRecord
extends RecordData

A row record


Method Summary
 int getRowHeight()
          Gets the height of the row
 int getRowNumber()
          Gets the row number
 int getXFIndex()
          Gets the default xf index for this row
 boolean hasDefaultFormat()
          Queries whether the row has a specific default cell format applied
 boolean isCollapsed()
          Queries whether the row is collapsed
 boolean matchesDefaultFontHeight()
          Interrogates this row to see whether it matches the default font height
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

matchesDefaultFontHeight

public boolean matchesDefaultFontHeight()
Interrogates this row to see whether it matches the default font height

Returns:
TRUE if this matches the default font height, FALSE otherwise

getRowNumber

public int getRowNumber()
Gets the row number

Returns:
the number of this row

getRowHeight

public int getRowHeight()
Gets the height of the row

Returns:
the row height

isCollapsed

public boolean isCollapsed()
Queries whether the row is collapsed

Returns:
the collapsed indicator

getXFIndex

public int getXFIndex()
Gets the default xf index for this row

Returns:
the xf index

hasDefaultFormat

public boolean hasDefaultFormat()
Queries whether the row has a specific default cell format applied

Returns:
the default cell format