| Package | Description |
|---|---|
| io.starter.formats.OOXML | |
| 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 |
|---|---|
SpPr |
ObjectChoice.getSppr()
utility to return the shape properties element for this picture
should be depreciated when OOXML is completely distinct from BIFF8
|
SpPr |
TwoCellAnchor.getSppr()
utility to return the shape properties element (picture element only)
should be depreciated when OOXML is completely distinct from BIFF8
|
SpPr |
GrpSp.getSppr()
utility to return the shape properties element for this picture
should be depreciated when OOXML is completely distinct from BIFF8
|
SpPr |
Pic.getSppr()
utility to return the shape properties element for this picture
should be depreciated when OOXML is completely distinct from BIFF8
|
SpPr |
OneCellAnchor.getSppr()
utility to return the shape properties element (picture element only)
should be depreciated when OOXML is moved into ImageHandle
|
SpPr |
Title.getSpPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
TwoCellAnchor.setAsImage(int rid,
String name,
String descr,
int spid,
SpPr sp)
set this twoCellAnchor as an image
|
void |
Pic.setSppr(SpPr sp)
utility to return the shape properties element for this picture
should be depreciated when OOXML is completely distinct from BIFF8
|
| Constructor and Description |
|---|
CxnSp(HashMap<String,String> attrs,
io.starter.formats.OOXML.NvCxnSpPr nvc,
SpPr sp,
Style s) |
DLbls(boolean showVal,
boolean showLeaderLines,
boolean showLegendKey,
boolean showCatName,
boolean showSerName,
boolean showPercent,
boolean showBubbleSize,
SpPr sp,
TxPr tx) |
DLbls(int showVal,
int showLeaderLines,
int showLegendKey,
int showCatName,
int showSerName,
int showPercent,
int showBubbleSize,
SpPr sp,
TxPr tx) |
DPt(int idx,
boolean invertIfNegative,
boolean bubble3D,
Marker m,
SpPr sp,
int explosion) |
Legend(String pos,
String overlay,
Layout l,
io.starter.formats.OOXML.LegendEntry le,
SpPr sp,
TxPr txpr) |
Marker(String s,
String sz,
SpPr sp) |
Pic(HashMap<String,String> attrs,
io.starter.formats.OOXML.NvPicPr nv,
io.starter.formats.OOXML.BlipFill bf,
SpPr sp,
Style s) |
Sp(io.starter.formats.OOXML.NvSpPr nvsp,
SpPr sppr,
Style sty,
TxBody txb,
HashMap<String,String> attrs) |
SpPr(SpPr clone) |
Title(io.starter.formats.OOXML.ChartText ct,
TxPr txpr,
Layout l,
SpPr sp) |
| Modifier and Type | Method and Description |
|---|---|
SpPr |
Axis.getSpPr()
return the OOXML shape property for this axis
|
SpPr |
Series.getSpPr()
return the OOXML shape property for this series
|
SpPr |
OOXMLChart.getSpPr(int type)
return the OOXML shape property for this chart
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineFormat.setFromOOXML(SpPr sp)
sets the OOXML settings for this line
|
void |
AreaFormat.setFromOOXML(SpPr sp)
sets the OOXML settings for this Area Format
|
void |
OOXMLChart.setSpPr(int type,
SpPr spPr)
define the OOXML shape property for this chart from an existing spPr element
|
void |
Axis.setSpPr(SpPr sp)
define the OOXML shape property for this axis from an existing spPr element
|
void |
Series.setSpPr(SpPr sp)
set the OOXML shape properties for this series
|
| Modifier and Type | Method and Description |
|---|---|
SpPr |
ImageHandle.getSpPr()
return the OOXML shape property for this image
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageHandle.setSpPr(SpPr sp)
define the OOXML shape property for this image from an existing spPr element
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.