Package | Description |
---|---|
com.hfg.xml.msoffice2003.spreadsheetml |
The classes in this package can be used to construct simple Microsoft Office 2003 Excel spreadsheets in an object-oriented fashion.
|
Modifier and Type | Method and Description |
---|---|
ExcelComment |
ExcelComment.setAuthor(String inValue)
Specifies the author of this comment.
|
ExcelComment |
ExcelComment.setShowAlways(boolean inValue)
Specifies whether this comment is displayed regardless of whether the user is hovering over the cell or not.
|
jataylor@hairyfatguy.com