Package org.apache.poi.xddf.usermodel
Class XDDFColorSystemDefined
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.XDDFColor
-
- org.apache.poi.xddf.usermodel.XDDFColorSystemDefined
-
-
Constructor Summary
Constructors Modifier Constructor Description XDDFColorSystemDefined(SystemColor color)protectedXDDFColorSystemDefined(org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor color)protectedXDDFColorSystemDefined(org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor color, org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getLastColor()SystemColorgetValue()protected XmlObjectgetXmlObject()voidsetLastColor(byte[] last)voidsetValue(SystemColor value)-
Methods inherited from class org.apache.poi.xddf.usermodel.XDDFColor
forColorContainer, from, from, from, from, from, getColorContainer
-
-
-
-
Constructor Detail
-
XDDFColorSystemDefined
public XDDFColorSystemDefined(SystemColor color)
-
XDDFColorSystemDefined
@Internal protected XDDFColorSystemDefined(org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor color)
-
XDDFColorSystemDefined
@Internal protected XDDFColorSystemDefined(org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor color, org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
-
-
Method Detail
-
getXmlObject
@Internal protected XmlObject getXmlObject()
- Specified by:
getXmlObjectin classXDDFColor
-
getValue
public SystemColor getValue()
-
setValue
public void setValue(SystemColor value)
-
getLastColor
public byte[] getLastColor()
-
setLastColor
public void setLastColor(byte[] last)
-
-