public class CTShadow extends 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 String |
color |
protected String |
color2 |
protected String |
matrix |
protected STTrueFalse |
obscured |
protected String |
offset |
protected String |
offset2 |
protected STTrueFalse |
on |
protected String |
opacity |
protected String |
origin |
protected STShadowType |
type |
protected String |
vmlId |
Constructor and Description |
---|
CTShadow() |
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.
|
String |
getColor()
Gets the value of the color property.
|
String |
getColor2()
Gets the value of the color2 property.
|
String |
getMatrix()
Gets the value of the matrix property.
|
STTrueFalse |
getObscured()
Gets the value of the obscured property.
|
String |
getOffset()
Gets the value of the offset property.
|
String |
getOffset2()
Gets the value of the offset2 property.
|
STTrueFalse |
getOn()
Gets the value of the on property.
|
String |
getOpacity()
Gets the value of the opacity property.
|
String |
getOrigin()
Gets the value of the origin property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STShadowType |
getType()
Gets the value of the type property.
|
String |
getVmlId()
Gets the value of the vmlId property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setColor2(String value)
Sets the value of the color2 property.
|
void |
setMatrix(String value)
Sets the value of the matrix property.
|
void |
setObscured(STTrueFalse value)
Sets the value of the obscured property.
|
void |
setOffset(String value)
Sets the value of the offset property.
|
void |
setOffset2(String value)
Sets the value of the offset2 property.
|
void |
setOn(STTrueFalse value)
Sets the value of the on property.
|
void |
setOpacity(String value)
Sets the value of the opacity property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setParent(Object parent) |
void |
setType(STShadowType value)
Sets the value of the type property.
|
void |
setVmlId(String value)
Sets the value of the vmlId property.
|
protected STTrueFalse on
protected STShadowType type
protected STTrueFalse obscured
protected String color
protected String opacity
protected String offset
protected String color2
protected String offset2
protected String origin
protected String matrix
protected String vmlId
public STTrueFalse getOn()
STTrueFalse
public void setOn(STTrueFalse value)
value
- allowed object is
STTrueFalse
public STShadowType getType()
STShadowType
public void setType(STShadowType value)
value
- allowed object is
STShadowType
public STTrueFalse getObscured()
STTrueFalse
public void setObscured(STTrueFalse value)
value
- allowed object is
STTrueFalse
public String getColor()
String
public void setColor(String value)
value
- allowed object is
String
public String getOpacity()
String
public void setOpacity(String value)
value
- allowed object is
String
public String getOffset()
String
public void setOffset(String value)
value
- allowed object is
String
public String getColor2()
String
public void setColor2(String value)
value
- allowed object is
String
public String getOffset2()
String
public void setOffset2(String value)
value
- allowed object is
String
public String getOrigin()
String
public void setOrigin(String value)
value
- allowed object is
String
public String getMatrix()
String
public void setMatrix(String value)
value
- allowed object is
String
public String getVmlId()
String
public void setVmlId(String value)
value
- allowed object is
String
public 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.