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 |
---|---|
ExcelBorder |
ExcelStyle.addBorder() |
ExcelBorder |
ExcelBorder.setColor(Color inValue) |
ExcelBorder |
ExcelBorder.setLineStyle(ExcelLineStyle inValue) |
ExcelBorder |
ExcelBorder.setPosition(ExcelBorderPosition inValue) |
ExcelBorder |
ExcelBorder.setWeight(int inValue)
Sets the border weight [0 (hairline) to 4 (thick)].
|
Modifier and Type | Method and Description |
---|---|
ExcelStyle |
ExcelStyle.addBorder(ExcelBorder inValue) |
jataylor@hairyfatguy.com