| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
Cf |
Boundsheet.createCf(Condfmt cfx)
Create a Cf (Conditional format rule) record and
add it to sheet recs
|
static Cf |
Cf.parseXML(org.xmlpull.v1.XmlPullParser xpp,
Condfmt cfx,
Boundsheet bs)
creates a Cf record from the EXML nodes
|
| Modifier and Type | Method and Description |
|---|---|
void |
Condfmt.addRule(Cf c)
add a new CF rule to this conditional format
|
static void |
Cf.setStylePropsFromDxf(Dxf dxf,
Cf cf)
set the conditional format format settings from the OOXML dxf, or differential xf, format settings
|
static void |
Cf.setStylePropsFromString(String style,
Cf cx)
helper method to set the style values on this object from a style string
each name/value pair is delimited by ; possible tokens: pattern pattern fill # color pattern fg color patterncolor pattern bg color vertical vertical alignnment horizontal horizontal alignment border sub-tokens: border-top, border-left, border-bottom, border-top |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FormatHandle.updateFromCF(Cf cf,
WorkBook book)
updates this format handle via a Cf rule
|
| Constructor and Description |
|---|
ConditionalFormatRule(Cf theCf)
Create a conditional format rule from a Cf record.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.