org.millscript.office.excel.records
Class Row
java.lang.Object
org.millscript.office.excel.Record
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)
|
| 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 |
Row
public Row(int row,
int firstCell,
int lastCell)
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.