Package org.docx4j.w14
Class CTTextOutlineEffect
java.lang.Object
org.docx4j.w14.CTTextOutlineEffect
- All Implemented Interfaces:
Child
public class CTTextOutlineEffect extends java.lang.Object implements Child
Java class for CT_TextOutlineEffect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TextOutlineEffect">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_FillProperties" minOccurs="0"/>
<group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_LineDashProperties" minOccurs="0"/>
<group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_LineJoinProperties" minOccurs="0"/>
</sequence>
<attribute name="w" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_LineWidth" />
<attribute name="cap" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_LineCap" />
<attribute name="cmpd" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_CompoundLine" />
<attribute name="algn" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_PenAlignment" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STPenAlignmentalgnprotected CTEmptybevelprotected STLineCapcapprotected STCompoundLinecmpdprotected CTGradientFillPropertiesgradFillprotected CTLineJoinMiterPropertiesmiterprotected CTEmptynoFillprotected CTPresetLineDashPropertiesprstDashprotected CTEmptyroundprotected CTSolidColorFillPropertiessolidFillprotected java.lang.Integerw -
Constructor Summary
Constructors Constructor Description CTTextOutlineEffect() -
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.STPenAlignmentgetAlgn()Gets the value of the algn property.CTEmptygetBevel()Gets the value of the bevel property.STLineCapgetCap()Gets the value of the cap property.STCompoundLinegetCmpd()Gets the value of the cmpd property.CTGradientFillPropertiesgetGradFill()Gets the value of the gradFill property.CTLineJoinMiterPropertiesgetMiter()Gets the value of the miter property.CTEmptygetNoFill()Gets the value of the noFill property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPresetLineDashPropertiesgetPrstDash()Gets the value of the prstDash property.CTEmptygetRound()Gets the value of the round property.CTSolidColorFillPropertiesgetSolidFill()Gets the value of the solidFill property.java.lang.IntegergetW()Gets the value of the w property.voidsetAlgn(STPenAlignment value)Sets the value of the algn property.voidsetBevel(CTEmpty value)Sets the value of the bevel property.voidsetCap(STLineCap value)Sets the value of the cap property.voidsetCmpd(STCompoundLine value)Sets the value of the cmpd property.voidsetGradFill(CTGradientFillProperties value)Sets the value of the gradFill property.voidsetMiter(CTLineJoinMiterProperties value)Sets the value of the miter property.voidsetNoFill(CTEmpty value)Sets the value of the noFill property.voidsetParent(java.lang.Object parent)voidsetPrstDash(CTPresetLineDashProperties value)Sets the value of the prstDash property.voidsetRound(CTEmpty value)Sets the value of the round property.voidsetSolidFill(CTSolidColorFillProperties value)Sets the value of the solidFill property.voidsetW(java.lang.Integer value)Sets the value of the w property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
noFill
-
solidFill
-
gradFill
-
prstDash
-
round
-
bevel
-
miter
-
w
protected java.lang.Integer w -
cap
-
cmpd
-
algn
-
-
Constructor Details
-
CTTextOutlineEffect
public CTTextOutlineEffect()
-
-
Method Details
-
getNoFill
Gets the value of the noFill property.- Returns:
- possible object is
CTEmpty
-
setNoFill
Sets the value of the noFill property.- Parameters:
value- allowed object isCTEmpty
-
getSolidFill
Gets the value of the solidFill property.- Returns:
- possible object is
CTSolidColorFillProperties
-
setSolidFill
Sets the value of the solidFill property.- Parameters:
value- allowed object isCTSolidColorFillProperties
-
getGradFill
Gets the value of the gradFill property.- Returns:
- possible object is
CTGradientFillProperties
-
setGradFill
Sets the value of the gradFill property.- Parameters:
value- allowed object isCTGradientFillProperties
-
getPrstDash
Gets the value of the prstDash property.- Returns:
- possible object is
CTPresetLineDashProperties
-
setPrstDash
Sets the value of the prstDash property.- Parameters:
value- allowed object isCTPresetLineDashProperties
-
getRound
Gets the value of the round property.- Returns:
- possible object is
CTEmpty
-
setRound
Sets the value of the round property.- Parameters:
value- allowed object isCTEmpty
-
getBevel
Gets the value of the bevel property.- Returns:
- possible object is
CTEmpty
-
setBevel
Sets the value of the bevel property.- Parameters:
value- allowed object isCTEmpty
-
getMiter
Gets the value of the miter property.- Returns:
- possible object is
CTLineJoinMiterProperties
-
setMiter
Sets the value of the miter property.- Parameters:
value- allowed object isCTLineJoinMiterProperties
-
getW
public java.lang.Integer getW()Gets the value of the w property.- Returns:
- possible object is
Integer
-
setW
public void setW(java.lang.Integer value)Sets the value of the w property.- Parameters:
value- allowed object isInteger
-
getCap
Gets the value of the cap property.- Returns:
- possible object is
STLineCap
-
setCap
Sets the value of the cap property.- Parameters:
value- allowed object isSTLineCap
-
getCmpd
Gets the value of the cmpd property.- Returns:
- possible object is
STCompoundLine
-
setCmpd
Sets the value of the cmpd property.- Parameters:
value- allowed object isSTCompoundLine
-
getAlgn
Gets the value of the algn property.- Returns:
- possible object is
STPenAlignment
-
setAlgn
Sets the value of the algn property.- Parameters:
value- allowed object isSTPenAlignment
-
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.
-