Package org.docx4j.vml
Class CTShadow
java.lang.Object
org.docx4j.vml.CTShadow
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcolorprotected java.lang.Stringcolor2protected java.lang.Stringmatrixprotected STTrueFalseobscuredprotected java.lang.Stringoffsetprotected java.lang.Stringoffset2protected STTrueFalseonprotected java.lang.Stringopacityprotected java.lang.Stringoriginprotected STShadowTypetypeprotected java.lang.StringvmlId -
Constructor Summary
Constructors Constructor Description CTShadow() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetColor()Gets the value of the color property.java.lang.StringgetColor2()Gets the value of the color2 property.java.lang.StringgetMatrix()Gets the value of the matrix property.STTrueFalsegetObscured()Gets the value of the obscured property.java.lang.StringgetOffset()Gets the value of the offset property.java.lang.StringgetOffset2()Gets the value of the offset2 property.STTrueFalsegetOn()Gets the value of the on property.java.lang.StringgetOpacity()Gets the value of the opacity property.java.lang.StringgetOrigin()Gets the value of the origin property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STShadowTypegetType()Gets the value of the type property.java.lang.StringgetVmlId()Gets the value of the vmlId property.voidsetColor(java.lang.String value)Sets the value of the color property.voidsetColor2(java.lang.String value)Sets the value of the color2 property.voidsetMatrix(java.lang.String value)Sets the value of the matrix property.voidsetObscured(STTrueFalse value)Sets the value of the obscured property.voidsetOffset(java.lang.String value)Sets the value of the offset property.voidsetOffset2(java.lang.String value)Sets the value of the offset2 property.voidsetOn(STTrueFalse value)Sets the value of the on property.voidsetOpacity(java.lang.String value)Sets the value of the opacity property.voidsetOrigin(java.lang.String value)Sets the value of the origin property.voidsetParent(java.lang.Object parent)voidsetType(STShadowType value)Sets the value of the type property.voidsetVmlId(java.lang.String value)Sets the value of the vmlId property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
on
-
type
-
obscured
-
color
protected java.lang.String color -
opacity
protected java.lang.String opacity -
offset
protected java.lang.String offset -
color2
protected java.lang.String color2 -
offset2
protected java.lang.String offset2 -
origin
protected java.lang.String origin -
matrix
protected java.lang.String matrix -
vmlId
protected java.lang.String vmlId
-
-
Constructor Details
-
CTShadow
public CTShadow()
-
-
Method Details
-
getOn
Gets the value of the on property.- Returns:
- possible object is
STTrueFalse
-
setOn
Sets the value of the on property.- Parameters:
value- allowed object isSTTrueFalse
-
getType
Gets the value of the type property.- Returns:
- possible object is
STShadowType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTShadowType
-
getObscured
Gets the value of the obscured property.- Returns:
- possible object is
STTrueFalse
-
setObscured
Sets the value of the obscured property.- Parameters:
value- allowed object isSTTrueFalse
-
getColor
public java.lang.String getColor()Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(java.lang.String value)Sets the value of the color property.- Parameters:
value- allowed object isString
-
getOpacity
public java.lang.String getOpacity()Gets the value of the opacity property.- Returns:
- possible object is
String
-
setOpacity
public void setOpacity(java.lang.String value)Sets the value of the opacity property.- Parameters:
value- allowed object isString
-
getOffset
public java.lang.String getOffset()Gets the value of the offset property.- Returns:
- possible object is
String
-
setOffset
public void setOffset(java.lang.String value)Sets the value of the offset property.- Parameters:
value- allowed object isString
-
getColor2
public java.lang.String getColor2()Gets the value of the color2 property.- Returns:
- possible object is
String
-
setColor2
public void setColor2(java.lang.String value)Sets the value of the color2 property.- Parameters:
value- allowed object isString
-
getOffset2
public java.lang.String getOffset2()Gets the value of the offset2 property.- Returns:
- possible object is
String
-
setOffset2
public void setOffset2(java.lang.String value)Sets the value of the offset2 property.- Parameters:
value- allowed object isString
-
getOrigin
public java.lang.String getOrigin()Gets the value of the origin property.- Returns:
- possible object is
String
-
setOrigin
public void setOrigin(java.lang.String value)Sets the value of the origin property.- Parameters:
value- allowed object isString
-
getMatrix
public java.lang.String getMatrix()Gets the value of the matrix property.- Returns:
- possible object is
String
-
setMatrix
public void setMatrix(java.lang.String value)Sets the value of the matrix property.- Parameters:
value- allowed object isString
-
getVmlId
public java.lang.String getVmlId()Gets the value of the vmlId property.- Returns:
- possible object is
String
-
setVmlId
public void setVmlId(java.lang.String value)Sets the value of the vmlId property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-