public class CTShadow extends java.lang.Object implements Child
Java class for CT_Shadow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Shadow">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Id"/>
<attribute name="on" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="type" type="{urn:schemas-microsoft-com:vml}ST_ShadowType" />
<attribute name="obscured" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="color" type="{urn:schemas-microsoft-com:vml}ST_ColorType" />
<attribute name="opacity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="offset" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="color2" type="{urn:schemas-microsoft-com:vml}ST_ColorType" />
<attribute name="offset2" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="origin" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="matrix" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
color |
protected java.lang.String |
color2 |
protected java.lang.String |
matrix |
protected STTrueFalse |
obscured |
protected java.lang.String |
offset |
protected java.lang.String |
offset2 |
protected STTrueFalse |
on |
protected java.lang.String |
opacity |
protected java.lang.String |
origin |
protected STShadowType |
type |
protected java.lang.String |
vmlId |
| Constructor and Description |
|---|
CTShadow() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getColor()
Gets the value of the color property.
|
java.lang.String |
getColor2()
Gets the value of the color2 property.
|
java.lang.String |
getMatrix()
Gets the value of the matrix property.
|
STTrueFalse |
getObscured()
Gets the value of the obscured property.
|
java.lang.String |
getOffset()
Gets the value of the offset property.
|
java.lang.String |
getOffset2()
Gets the value of the offset2 property.
|
STTrueFalse |
getOn()
Gets the value of the on property.
|
java.lang.String |
getOpacity()
Gets the value of the opacity property.
|
java.lang.String |
getOrigin()
Gets the value of the origin property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STShadowType |
getType()
Gets the value of the type property.
|
java.lang.String |
getVmlId()
Gets the value of the vmlId property.
|
void |
setColor(java.lang.String value)
Sets the value of the color property.
|
void |
setColor2(java.lang.String value)
Sets the value of the color2 property.
|
void |
setMatrix(java.lang.String value)
Sets the value of the matrix property.
|
void |
setObscured(STTrueFalse value)
Sets the value of the obscured property.
|
void |
setOffset(java.lang.String value)
Sets the value of the offset property.
|
void |
setOffset2(java.lang.String value)
Sets the value of the offset2 property.
|
void |
setOn(STTrueFalse value)
Sets the value of the on property.
|
void |
setOpacity(java.lang.String value)
Sets the value of the opacity property.
|
void |
setOrigin(java.lang.String value)
Sets the value of the origin property.
|
void |
setParent(java.lang.Object parent) |
void |
setType(STShadowType value)
Sets the value of the type property.
|
void |
setVmlId(java.lang.String value)
Sets the value of the vmlId property.
|
protected STTrueFalse on
protected STShadowType type
protected STTrueFalse obscured
protected java.lang.String color
protected java.lang.String opacity
protected java.lang.String offset
protected java.lang.String color2
protected java.lang.String offset2
protected java.lang.String origin
protected java.lang.String matrix
protected java.lang.String vmlId
public STTrueFalse getOn()
STTrueFalsepublic void setOn(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STShadowType getType()
STShadowTypepublic void setType(STShadowType value)
value - allowed object is
STShadowTypepublic STTrueFalse getObscured()
STTrueFalsepublic void setObscured(STTrueFalse value)
value - allowed object is
STTrueFalsepublic java.lang.String getColor()
Stringpublic void setColor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOpacity()
Stringpublic void setOpacity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOffset()
Stringpublic void setOffset(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColor2()
Stringpublic void setColor2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOffset2()
Stringpublic void setOffset2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrigin()
Stringpublic void setOrigin(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMatrix()
Stringpublic void setMatrix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVmlId()
Stringpublic void setVmlId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.