public class Graphic extends Object implements OOXMLElement
| Constructor and Description |
|---|
Graphic() |
Graphic(Graphic gr) |
Graphic(io.starter.formats.OOXML.GraphicData g) |
| Modifier and Type | Method and Description |
|---|---|
OOXMLElement |
cloneElement() |
String |
getChartRId()
return the rid of the chart element, if exists
|
String |
getOOXML() |
String |
getURI()
get the URI associated with this graphic Data
|
static OOXMLElement |
parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
Stack<String> lastTag) |
void |
setChartRId(String rid)
set the rid of the chart element
|
void |
setURI(String uri) |
public Graphic()
public Graphic(io.starter.formats.OOXML.GraphicData g)
public Graphic(Graphic gr)
public static OOXMLElement parseOOXML(org.xmlpull.v1.XmlPullParser xpp, Stack<String> lastTag)
public String getOOXML()
getOOXML in interface OOXMLElementOOXMLElement.getOOXML()public OOXMLElement cloneElement()
cloneElement in interface OOXMLElementOOXMLElement.cloneElement()public String getURI()
public void setURI(String uri)
public String getChartRId()
public void setChartRId(String rid)
Copyright © 2002–2019 Starter Inc.. All rights reserved.