| Package | Description |
|---|---|
| io.starter.formats.OOXML | |
| io.starter.formats.XLS | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
Fill |
Dxf.getFill()
returns the OOXML Fill element
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dxf.setFill(Fill f)
Sets the fill for this dxf from an existing Fill element
|
| Constructor and Description |
|---|
Dxf(Font fnt,
NumFmt nf,
Fill f,
Alignment a,
Border b,
WorkBookHandle wbh) |
Fill(Fill f) |
| Modifier and Type | Field and Description |
|---|---|
Fill |
Xf.fill
OOXML fill, if any
|
| Modifier and Type | Method and Description |
|---|---|
Fill |
Cf.getFill()
return the 2007v Fill element, or null if not set
|
Fill |
Xf.getFill()
return the OOXML fill for this xf, if any
|
| Modifier and Type | Method and Description |
|---|---|
void |
Xf.setFill(Fill f)
set the OOXML fill for this xf
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FormatHandle.setFill(Fill f)
sets this fill pattern from an existing OOXML (2007v) fill element
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.