public class DLbls extends Object implements OOXMLElement
| Constructor and Description |
|---|
DLbls(boolean showVal,
boolean showLeaderLines,
boolean showLegendKey,
boolean showCatName,
boolean showSerName,
boolean showPercent,
boolean showBubbleSize,
SpPr sp,
TxPr tx) |
DLbls(DLbls d) |
DLbls(int showVal,
int showLeaderLines,
int showLegendKey,
int showCatName,
int showSerName,
int showPercent,
int showBubbleSize,
SpPr sp,
TxPr tx) |
| Modifier and Type | Method and Description |
|---|---|
OOXMLElement |
cloneElement()
generate the ooxml necessary to define the data labels for a chart
Controls view of Series name, Category Name, Percents, Leader Lines, Bubble Sizes where applicable
|
String |
getOOXML() |
static OOXMLElement |
parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
Stack<String> lastTag,
WorkBookHandle bk) |
boolean |
showBubbleSize() |
boolean |
showCatName() |
boolean |
showLeaderLines() |
boolean |
showLegendKey()
get methods
|
boolean |
showPercent() |
boolean |
showSerName() |
boolean |
showVal() |
public DLbls(int showVal,
int showLeaderLines,
int showLegendKey,
int showCatName,
int showSerName,
int showPercent,
int showBubbleSize,
SpPr sp,
TxPr tx)
public DLbls(boolean showVal,
boolean showLeaderLines,
boolean showLegendKey,
boolean showCatName,
boolean showSerName,
boolean showPercent,
boolean showBubbleSize,
SpPr sp,
TxPr tx)
public DLbls(DLbls d)
public static OOXMLElement parseOOXML(org.xmlpull.v1.XmlPullParser xpp, Stack<String> lastTag, WorkBookHandle bk)
public String getOOXML()
getOOXML in interface OOXMLElementOOXMLElement.getOOXML()public OOXMLElement cloneElement()
cloneElement in interface OOXMLElementOOXMLElement.cloneElement()public boolean showLegendKey()
public boolean showVal()
public boolean showCatName()
public boolean showSerName()
public boolean showPercent()
public boolean showBubbleSize()
public boolean showLeaderLines()
Copyright © 2002–2019 Starter Inc.. All rights reserved.