public class ColorChoice extends Object implements OOXMLElement
| Constructor and Description |
|---|
ColorChoice(ColorChoice c) |
ColorChoice(io.starter.formats.OOXML.SchemeClr s,
io.starter.formats.OOXML.SrgbClr srgb,
io.starter.formats.OOXML.SysClr sys,
io.starter.formats.OOXML.ScrgbClr scrgb,
io.starter.formats.OOXML.PrstClr p) |
| Modifier and Type | Method and Description |
|---|---|
OOXMLElement |
cloneElement() |
int |
getColor() |
String |
getOOXML() |
static OOXMLElement |
parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
Stack<String> lastTag,
WorkBookHandle bk) |
public Theme theme
public ColorChoice(io.starter.formats.OOXML.SchemeClr s,
io.starter.formats.OOXML.SrgbClr srgb,
io.starter.formats.OOXML.SysClr sys,
io.starter.formats.OOXML.ScrgbClr scrgb,
io.starter.formats.OOXML.PrstClr p)
public ColorChoice(ColorChoice c)
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 int getColor()
Copyright © 2002–2019 Starter Inc.. All rights reserved.