Package org.docx4j.w14
Class CTTextOutlineEffect
java.lang.Object
org.docx4j.w14.CTTextOutlineEffect
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected STPenAlignmentprotected CTEmptyprotected STLineCapprotected STCompoundLineprotected CTGradientFillPropertiesprotected CTLineJoinMiterPropertiesprotected CTEmptyprotected CTPresetLineDashPropertiesprotected CTEmptyprotected CTSolidColorFillPropertiesprotected Integer -
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.getAlgn()Gets the value of the algn property.getBevel()Gets the value of the bevel property.getCap()Gets the value of the cap property.getCmpd()Gets the value of the cmpd property.Gets the value of the gradFill property.getMiter()Gets the value of the miter property.Gets the value of the noFill property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the prstDash property.getRound()Gets the value of the round property.Gets the value of the solidFill property.getW()Gets the value of the w property.voidsetAlgn(STPenAlignment value) Sets the value of the algn property.voidSets the value of the bevel property.voidSets the value of the cap property.voidsetCmpd(STCompoundLine value) Sets the value of the cmpd property.voidSets the value of the gradFill property.voidSets the value of the miter property.voidSets the value of the noFill property.voidvoidSets the value of the prstDash property.voidSets the value of the round property.voidSets the value of the solidFill property.voidSets the value of the w property.
-
Field Details
-
noFill
-
solidFill
-
gradFill
-
prstDash
-
round
-
bevel
-
miter
-
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
Gets the value of the w property.- Returns:
- possible object is
Integer
-
setW
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
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.
-