org.millscript.office.excel.records
Class Row

java.lang.Object
  extended by org.millscript.office.excel.Record
      extended by org.millscript.office.excel.records.Row
All Implemented Interfaces:
org.millscript.commons.alert.AlertDecorator

public class Row
extends Record


Constructor Summary
Row(int row, int firstCell, int lastCell)
           
 
Method Summary
 boolean additionalSpaceAboveTheRow()
           
 boolean additionalSpaceBelowTheRow()
           
 int getIndexToXFRecord()
           
 byte getOutlineLevel()
           
 void handle(RecordParser recordParser)
           
 boolean outlineGroupEdgeHereAndIsCollapsed()
           
 boolean rowHasExplicitDefaultFormat()
           
 boolean rowHeightAndDefaultFontHeightDoNotMatch()
           
 boolean rowIsHidden()
           
 void setDefaultRowAttributes(CellAttributes defaults)
           
 void setIndexToXFRecord(int index)
           
 void setOptions(int options)
           
 void setRelativeOffsetToFirstCell(int offset)
           
 void setRowHeight(int height)
           
 
Methods inherited from class org.millscript.office.excel.Record
decorate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Row

public Row(int row,
           int firstCell,
           int lastCell)
Method Detail

additionalSpaceAboveTheRow

public boolean additionalSpaceAboveTheRow()

additionalSpaceBelowTheRow

public boolean additionalSpaceBelowTheRow()

getIndexToXFRecord

public int getIndexToXFRecord()

getOutlineLevel

public byte getOutlineLevel()

handle

public void handle(RecordParser recordParser)
Overrides:
handle in class Record
See Also:
Record.handle(org.millscript.office.excel.RecordParser)

outlineGroupEdgeHereAndIsCollapsed

public boolean outlineGroupEdgeHereAndIsCollapsed()

rowIsHidden

public boolean rowIsHidden()

rowHasExplicitDefaultFormat

public boolean rowHasExplicitDefaultFormat()

rowHeightAndDefaultFontHeightDoNotMatch

public boolean rowHeightAndDefaultFontHeightDoNotMatch()

setDefaultRowAttributes

public void setDefaultRowAttributes(CellAttributes defaults)
Parameters:
defaults - The defaultRowAttributes to set.

setIndexToXFRecord

public void setIndexToXFRecord(int index)
Parameters:
index - The indexToXFRecord to set.

setOptions

public void setOptions(int options)
Parameters:
options - The options to set.

setRelativeOffsetToFirstCell

public void setRelativeOffsetToFirstCell(int offset)
Parameters:
offset - The relativeOffsetToFirstCell to set.

setRowHeight

public void setRowHeight(int height)
Parameters:
height - The rowHeight to set.


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.