| 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 |
|---|---|
static String |
NumFmt.getOOXML(Xf xf)
returns the OOXML specifying the fill based on this FormatHandle object
|
static String |
Border.getOOXML(Xf xf)
return an OOXML representation of this border based on this FormatHandle object
|
static String |
Fill.getOOXML(Xf xf)
returns the OOXML specifying the fill based on this FormatHandle object
|
| Modifier and Type | Field and Description |
|---|---|
Xf |
XLSRecord.myxf |
| Modifier and Type | Method and Description |
|---|---|
Xf |
WorkBook.getXf(int i)
return the XF record at the specified index
|
Xf |
BiffRec.getXfRec() |
Xf |
XLSRecord.getXfRec() |
static Xf |
Xf.updateXf(Xf xf,
int fontIdx,
WorkBook wkbook)
if xf parameter doesn't exist, create; if it does, create a new xf based on it
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkBook.updateFormatCache(Xf xf)
formatCache:
links tostring of xf to xf rec for updating/reuse purposes
|
static Xf |
Xf.updateXf(Xf xf,
int fontIdx,
WorkBook wkbook)
if xf parameter doesn't exist, create; if it does, create a new xf based on it
|
| Modifier and Type | Method and Description |
|---|---|
static Xf |
FormatHandle.cloneXf(Xf xf,
Font f,
WorkBook wkbook)
static version of cloneXf
|
static Xf |
FormatHandle.cloneXf(Xf xf,
WorkBook wkbook)
static version of cloneXf
|
protected Xf |
FormatHandle.getXf()
For internal usage only, return the internal XF record that
represents this FormatHandle
|
| Modifier and Type | Method and Description |
|---|---|
int |
FormatHandle.addXf(Xf sourceXf)
adds all formatting represented by the sourceXf to this workbook, if not
already present
This is used internally for transferring formats from one workbook to another |
static Xf |
FormatHandle.cloneXf(Xf xf,
Font f,
WorkBook wkbook)
static version of cloneXf
|
static Xf |
FormatHandle.cloneXf(Xf xf,
WorkBook wkbook)
static version of cloneXf
|
void |
FormatHandle.setXf(Xf xrec)
Sets the internal format to the FormatHandle.
|
| Constructor and Description |
|---|
FormatHandle(WorkBook book,
Xf xfr)
Constructs a FormatHandle for the given WorkBook and format record.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.