Package org.docx4j.vml
Class CTShadow
java.lang.Object
org.docx4j.vml.CTShadow
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected STTrueFalseprotected Stringprotected Stringprotected STTrueFalseprotected Stringprotected Stringprotected STShadowTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getColor()Gets the value of the color property.Gets the value of the color2 property.Gets the value of the matrix property.Gets the value of the obscured property.Gets the value of the offset property.Gets the value of the offset2 property.getOn()Gets the value of the on property.Gets the value of the opacity property.Gets the value of the origin property.Gets the parent object in the object tree representing the unmarshalled xml document.getType()Gets the value of the type property.getVmlId()Gets the value of the vmlId property.voidSets the value of the color property.voidSets the value of the color2 property.voidSets the value of the matrix property.voidsetObscured(STTrueFalse value) Sets the value of the obscured property.voidSets the value of the offset property.voidsetOffset2(String value) Sets the value of the offset2 property.voidsetOn(STTrueFalse value) Sets the value of the on property.voidsetOpacity(String value) Sets the value of the opacity property.voidSets the value of the origin property.voidvoidsetType(STShadowType value) Sets the value of the type property.voidSets the value of the vmlId property.
-
Field Details
-
on
-
type
-
obscured
-
color
-
opacity
-
offset
-
color2
-
offset2
-
origin
-
matrix
-
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
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
Sets the value of the color property.- Parameters:
value- allowed object isString
-
getOpacity
Gets the value of the opacity property.- Returns:
- possible object is
String
-
setOpacity
Sets the value of the opacity property.- Parameters:
value- allowed object isString
-
getOffset
Gets the value of the offset property.- Returns:
- possible object is
String
-
setOffset
Sets the value of the offset property.- Parameters:
value- allowed object isString
-
getColor2
Gets the value of the color2 property.- Returns:
- possible object is
String
-
setColor2
Sets the value of the color2 property.- Parameters:
value- allowed object isString
-
getOffset2
Gets the value of the offset2 property.- Returns:
- possible object is
String
-
setOffset2
Sets the value of the offset2 property.- Parameters:
value- allowed object isString
-
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
String
-
setOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isString
-
getMatrix
Gets the value of the matrix property.- Returns:
- possible object is
String
-
setMatrix
Sets the value of the matrix property.- Parameters:
value- allowed object isString
-
getVmlId
Gets the value of the vmlId property.- Returns:
- possible object is
String
-
setVmlId
Sets the value of the vmlId property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-