public class FillGroup extends Object implements OOXMLElement
| Constructor and Description |
|---|
FillGroup(io.starter.formats.OOXML.BlipFill bf,
io.starter.formats.OOXML.GradFill gpf,
io.starter.formats.OOXML.GrpFill grpf,
io.starter.formats.OOXML.PattFill pf,
io.starter.formats.OOXML.SolidFill sf) |
FillGroup(FillGroup f) |
| Modifier and Type | Method and Description |
|---|---|
OOXMLElement |
cloneElement() |
int |
getColor() |
String |
getEmbed()
return the id for the embedded picture (i.e.
|
String |
getLink()
return the id for the linked picture (i.e.
|
String |
getOOXML() |
static OOXMLElement |
parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
Stack<String> lastTag,
WorkBookHandle bk) |
void |
setColor(String clr)
set the color for this fill
NOTE: at this time only solid fills may be specified
|
void |
setEmbed(String embed)
set the embed attribute for this blip (the id for the embedded picture)
|
void |
setLink(String link)
set the link attribute for this blip (the id for the linked picture)
|
public FillGroup(io.starter.formats.OOXML.BlipFill bf,
io.starter.formats.OOXML.GradFill gpf,
io.starter.formats.OOXML.GrpFill grpf,
io.starter.formats.OOXML.PattFill pf,
io.starter.formats.OOXML.SolidFill sf)
public FillGroup(FillGroup f)
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 String getEmbed()
public String getLink()
public void setEmbed(String embed)
embed - public void setLink(String link)
embed - public void setColor(String clr)
clr - public int getColor()
Copyright © 2002–2019 Starter Inc.. All rights reserved.