| Package | Description |
|---|---|
| io.starter.formats.OOXML | |
| io.starter.formats.XLS | |
| io.starter.formats.XLS.charts | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
Font |
Ss_rPr.generateFont(DocumentHandle bk)
given an rPr OOXML text run properties, create an OpenXLS font
|
Font |
Dxf.getFont()
returns the Font for ths dxf, if any
|
| Modifier and Type | Method and Description |
|---|---|
static Ss_rPr |
Ss_rPr.createFromFont(Font f)
create a new OOXML ss_rPr shared string table text run properties object using attributes from Font f
|
void |
Dxf.setFont(Font f)
Sts the Font for this dxf from an existing Font
|
| Constructor and Description |
|---|
Dxf(Font fnt,
NumFmt nf,
Fill f,
Alignment a,
Border b,
WorkBookHandle wbh) |
P(Font f,
String s)
create a default paragraph property from the specified Font and text s
|
TxPr(Font fx,
int hrot,
String vrot) |
| Modifier and Type | Method and Description |
|---|---|
Font |
BiffRec.getFont() |
Font |
Cf.getFont() |
Font |
Xf.getFont()
returns the associated Font record for this XF
|
Font |
XLSRecord.getFont()
returns the existing font record
for this Cell
|
Font |
WorkBook.getFont(int t)
Get the font at the specified index.
|
static Font |
Font.parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
WorkBookHandle bk)
parse incoming OOXML into a Font object
|
| Modifier and Type | Method and Description |
|---|---|
int |
WorkBook.addFont(Font f)
add a Font object to the collection of Fonts
|
int |
WorkBook.getFontIdx(Font f)
Get's the index for this particular front.
|
int |
WorkBook.getMatchingFontIndex(Font f)
Get's the index for this font, based on matching through
xml strings.
|
int |
WorkBook.insertFont(Font x)
InsertFont inserts a Font record into the workbook level stream,
For some reason, the addFont only puts it into an array that is never accessed
on output.
|
boolean |
Font.matches(Font f)
return true if font f matches key attributes of this font
|
void |
Xf.setMyFont(Font f)
Set myFont in XF to the same as Workbook's
|
| Constructor and Description |
|---|
Xf(Font f,
WorkBook wkbook)
constructor which takes a Font object + a workbook
useful for cloning xf's from other workbooks
|
| Modifier and Type | Method and Description |
|---|---|
Font |
Chart.getDefaultFont()
return the default font for the chart
|
Font |
Legend.getFnt()
tries to get the best match
|
Font |
Axis.getFont()
returns the font of the Axis Title
|
Font |
TextDisp.getFont(WorkBook wb)
return the font record that sets the font properties for this text element
|
Font |
Axis.getLabelFont()
return the Font object used for Axis labels
|
Font |
ChartAxes.getLabelFont(int axisType)
returns the label font for the desired axis.
|
Font |
Chart.getTitleFont()
return the font associated with the chart title
|
Font |
Axis.getTitleFont()
return the Font object associated with the Axis Title, or null if none
|
Font |
ChartAxes.getTitleFont(int axisType)
returns the font for the title for the desired axis
|
| Modifier and Type | Method and Description |
|---|---|
Font |
ChartHandle.getAxisFont()
return the Font associated with the Chart Axes
|
Font |
CellHandle.getFont()
Get the OpenXLS Font for this Cell, which roughly matches the functionality
of the java.awt.Font class.
|
Font |
ConditionalFormatRule.getFont() |
Font |
FormatHandle.getFont()
returns the existing font record for this Format
Font is an internal record and should not be accessed by end users
|
Font |
ChartHandle.getTitleFont()
returns the Font associated with the Chart Title
|
| Modifier and Type | Method and Description |
|---|---|
static int |
FormatHandle.addFont(Font f,
WorkBookHandle bk)
adds a font to the global font store only if exact font is not already
present
|
static Xf |
FormatHandle.cloneXf(Xf xf,
Font f,
WorkBook wkbook)
static version of cloneXf
|
void |
ChartHandle.setAxisFont(Font f)
set the font for all axes on the Chart
|
void |
FormatHandle.setFont(Font f)
Set the Font for this Format.
|
void |
ChartHandle.setTitleFont(Font f)
set the font for the Chart Title
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.