Package org.docx4j.vml.officedrawing
Class CTShapeDefaults
java.lang.Object
org.docx4j.vml.officedrawing.CTShapeDefaults
- All Implemented Interfaces:
Child
public class CTShapeDefaults extends java.lang.Object implements Child
Java class for CT_ShapeDefaults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ShapeDefaults">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all minOccurs="0">
<element ref="{urn:schemas-microsoft-com:vml}fill" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:vml}stroke" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:vml}textbox" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:vml}shadow" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:office:office}skew" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:office:office}extrusion" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:office:office}callout" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:office:office}lock" minOccurs="0"/>
<element name="colormru" type="{urn:schemas-microsoft-com:office:office}CT_ColorMru" minOccurs="0"/>
<element name="colormenu" type="{urn:schemas-microsoft-com:office:office}CT_ColorMenu" minOccurs="0"/>
</all>
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
<attribute name="spidmax" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fill" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="fillcolor" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" />
<attribute name="stroke" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="strokecolor" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" />
<attribute name="allowincell" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STTrueFalseallowincellprotected CTCalloutcalloutprotected CTColorMenucolormenuprotected CTColorMrucolormruprotected STExtextprotected CTExtrusionextrusionprotected CTFillfillprotected java.lang.Stringfillcolorprotected STTrueFalsefillToggleprotected CTLocklockprotected CTShadowshadowprotected CTSkewskewprotected java.math.BigIntegerspidmaxprotected CTStrokestrokeprotected java.lang.Stringstrokecolorprotected STTrueFalsestrokeToggleprotected java.lang.Stringstyleprotected CTTextboxtextbox -
Constructor Summary
Constructors Constructor Description CTShapeDefaults() -
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.STTrueFalsegetAllowincell()Gets the value of the allowincell property.CTCalloutgetCallout()CalloutCTColorMenugetColormenu()Gets the value of the colormenu property.CTColorMrugetColormru()Gets the value of the colormru property.STExtgetExt()Gets the value of the ext property.CTExtrusiongetExtrusion()Gets the value of the extrusion property.CTFillgetFill()Gets the value of the fill property.java.lang.StringgetFillcolor()Gets the value of the fillcolor property.STTrueFalsegetFillToggle()Gets the value of the fillToggle property.CTLockgetLock()Shape Protectionsjava.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTShadowgetShadow()Gets the value of the shadow property.CTSkewgetSkew()Gets the value of the skew property.java.math.BigIntegergetSpidmax()Gets the value of the spidmax property.CTStrokegetStroke()Gets the value of the stroke property.java.lang.StringgetStrokecolor()Gets the value of the strokecolor property.STTrueFalsegetStrokeToggle()Gets the value of the strokeToggle property.java.lang.StringgetStyle()Gets the value of the style property.CTTextboxgetTextbox()Gets the value of the textbox property.voidsetAllowincell(STTrueFalse value)Sets the value of the allowincell property.voidsetCallout(CTCallout value)Sets the value of the callout property.voidsetColormenu(CTColorMenu value)Sets the value of the colormenu property.voidsetColormru(CTColorMru value)Sets the value of the colormru property.voidsetExt(STExt value)Sets the value of the ext property.voidsetExtrusion(CTExtrusion value)Sets the value of the extrusion property.voidsetFill(CTFill value)Sets the value of the fill property.voidsetFillcolor(java.lang.String value)Sets the value of the fillcolor property.voidsetFillToggle(STTrueFalse value)Sets the value of the fillToggle property.voidsetLock(CTLock value)Sets the value of the lock property.voidsetParent(java.lang.Object parent)voidsetShadow(CTShadow value)Sets the value of the shadow property.voidsetSkew(CTSkew value)Sets the value of the skew property.voidsetSpidmax(java.math.BigInteger value)Sets the value of the spidmax property.voidsetStroke(CTStroke value)Sets the value of the stroke property.voidsetStrokecolor(java.lang.String value)Sets the value of the strokecolor property.voidsetStrokeToggle(STTrueFalse value)Sets the value of the strokeToggle property.voidsetStyle(java.lang.String value)Sets the value of the style property.voidsetTextbox(CTTextbox value)Sets the value of the textbox property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
fill
-
stroke
-
textbox
-
shadow
-
skew
-
extrusion
-
callout
-
lock
-
colormru
-
spidmax
protected java.math.BigInteger spidmax -
style
protected java.lang.String style -
fillToggle
-
fillcolor
protected java.lang.String fillcolor -
strokeToggle
-
strokecolor
protected java.lang.String strokecolor -
allowincell
-
ext
-
-
Constructor Details
-
CTShapeDefaults
public CTShapeDefaults()
-
-
Method Details
-
getFill
Gets the value of the fill property.- Returns:
- possible object is
CTFill
-
setFill
Sets the value of the fill property.- Parameters:
value- allowed object isCTFill
-
getStroke
Gets the value of the stroke property.- Returns:
- possible object is
CTStroke
-
setStroke
Sets the value of the stroke property.- Parameters:
value- allowed object isCTStroke
-
getTextbox
Gets the value of the textbox property.- Returns:
- possible object is
CTTextbox
-
setTextbox
Sets the value of the textbox property.- Parameters:
value- allowed object isCTTextbox
-
getShadow
Gets the value of the shadow property.- Returns:
- possible object is
CTShadow
-
setShadow
Sets the value of the shadow property.- Parameters:
value- allowed object isCTShadow
-
getSkew
Gets the value of the skew property.- Returns:
- possible object is
CTSkew
-
setSkew
Sets the value of the skew property.- Parameters:
value- allowed object isCTSkew
-
getExtrusion
Gets the value of the extrusion property.- Returns:
- possible object is
CTExtrusion
-
setExtrusion
Sets the value of the extrusion property.- Parameters:
value- allowed object isCTExtrusion
-
getCallout
Callout- Returns:
- possible object is
CTCallout
-
setCallout
Sets the value of the callout property.- Parameters:
value- allowed object isCTCallout
-
getLock
Shape Protections- Returns:
- possible object is
CTLock
-
setLock
Sets the value of the lock property.- Parameters:
value- allowed object isCTLock
-
getColormru
Gets the value of the colormru property.- Returns:
- possible object is
CTColorMru
-
setColormru
Sets the value of the colormru property.- Parameters:
value- allowed object isCTColorMru
-
getSpidmax
public java.math.BigInteger getSpidmax()Gets the value of the spidmax property.- Returns:
- possible object is
BigInteger
-
setSpidmax
public void setSpidmax(java.math.BigInteger value)Sets the value of the spidmax property.- Parameters:
value- allowed object isBigInteger
-
getStyle
public java.lang.String getStyle()Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
public void setStyle(java.lang.String value)Sets the value of the style property.- Parameters:
value- allowed object isString
-
getFillToggle
Gets the value of the fillToggle property.- Returns:
- possible object is
STTrueFalse
-
setFillToggle
Sets the value of the fillToggle property.- Parameters:
value- allowed object isSTTrueFalse
-
getFillcolor
public java.lang.String getFillcolor()Gets the value of the fillcolor property.- Returns:
- possible object is
String
-
setFillcolor
public void setFillcolor(java.lang.String value)Sets the value of the fillcolor property.- Parameters:
value- allowed object isString
-
getStrokeToggle
Gets the value of the strokeToggle property.- Returns:
- possible object is
STTrueFalse
-
setStrokeToggle
Sets the value of the strokeToggle property.- Parameters:
value- allowed object isSTTrueFalse
-
getStrokecolor
public java.lang.String getStrokecolor()Gets the value of the strokecolor property.- Returns:
- possible object is
String
-
setStrokecolor
public void setStrokecolor(java.lang.String value)Sets the value of the strokecolor property.- Parameters:
value- allowed object isString
-
getAllowincell
Gets the value of the allowincell property.- Returns:
- possible object is
STTrueFalse
-
setAllowincell
Sets the value of the allowincell property.- Parameters:
value- allowed object isSTTrueFalse
-
getExt
Gets the value of the ext property.- Returns:
- possible object is
STExt
-
setExt
Sets the value of the ext property.- Parameters:
value- allowed object isSTExt
-
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.
-