public class GraphicFrame extends Object implements OOXMLElement
| Constructor and Description |
|---|
GraphicFrame() |
GraphicFrame(GraphicFrame gf) |
GraphicFrame(HashMap<String,String> attrs,
Graphic g,
io.starter.formats.OOXML.NvGraphicFramePr gfp,
io.starter.formats.OOXML.Xfrm x) |
| Modifier and Type | Method and Description |
|---|---|
OOXMLElement |
cloneElement() |
String |
getChartRId()
return the rid of the chart element, if exists
|
String |
getDescr()
get cNvPr descr attribute
|
int |
getId()
return the cNvPr id for this element
|
String |
getMacro()
get graphicFrame Macro attribute
|
String |
getName()
get the cNvPr name attribute
|
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 |
setDescr(String descr)
set cNvPr description attribute
sometimes associated with shape name
|
void |
setId(int id)
set the cNvPr id for this element
|
void |
setMacro(String macro)
set graphicFrame Macro attribute
|
void |
setName(String name)
set cNvPr name attribute
|
void |
setURI(String uri)
set the URI associated with this graphic data
|
public GraphicFrame()
public GraphicFrame(HashMap<String,String> attrs, Graphic g, io.starter.formats.OOXML.NvGraphicFramePr gfp, io.starter.formats.OOXML.Xfrm x)
public GraphicFrame(GraphicFrame gf)
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 getMacro()
public void setMacro(String macro)
macro - public String getURI()
public void setURI(String uri)
uri - public String getChartRId()
public void setChartRId(String rid)
public String getName()
public void setName(String name)
name - public String getDescr()
public void setDescr(String descr)
descr - public void setId(int id)
id - public int getId()
Copyright © 2002–2019 Starter Inc.. All rights reserved.