public class CTColor extends Object implements Child
Java class for CT_Color complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Color">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="auto" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="indexed" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="rgb" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_UnsignedIntHex" />
<attribute name="theme" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="tint" type="{http://www.w3.org/2001/XMLSchema}double" default="0.0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
auto |
protected Long |
indexed |
protected byte[] |
rgb |
protected Long |
theme |
protected Double |
tint |
| Constructor and Description |
|---|
CTColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Long |
getIndexed()
Gets the value of the indexed property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
byte[] |
getRgb()
Gets the value of the rgb property.
|
Long |
getTheme()
Gets the value of the theme property.
|
double |
getTint()
Gets the value of the tint property.
|
Boolean |
isAuto()
Gets the value of the auto property.
|
void |
setAuto(Boolean value)
Sets the value of the auto property.
|
void |
setIndexed(Long value)
Sets the value of the indexed property.
|
void |
setParent(Object parent) |
void |
setRgb(byte[] value)
Sets the value of the rgb property.
|
void |
setTheme(Long value)
Sets the value of the theme property.
|
void |
setTint(Double value)
Sets the value of the tint property.
|
protected Boolean auto
protected Long indexed
protected byte[] rgb
protected Long theme
protected Double tint
public Boolean isAuto()
Booleanpublic void setAuto(Boolean value)
value - allowed object is
Booleanpublic Long getIndexed()
Longpublic void setIndexed(Long value)
value - allowed object is
Longpublic byte[] getRgb()
Stringpublic void setRgb(byte[] value)
value - allowed object is
Stringpublic Long getTheme()
Longpublic void setTheme(Long value)
value - allowed object is
Longpublic double getTint()
Doublepublic void setTint(Double value)
value - allowed object is
Doublepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.