Package org.docx4j.dml
Class CTLineProperties
java.lang.Object
org.docx4j.dml.CTLineProperties
- All Implemented Interfaces:
Child
Java class for CT_LineProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_LineProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_LineFillProperties" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_LineDashProperties" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_LineJoinProperties" minOccurs="0"/>
<element name="headEnd" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineEndProperties" minOccurs="0"/>
<element name="tailEnd" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineEndProperties" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="w" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_LineWidth" />
<attribute name="cap" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_LineCap" />
<attribute name="cmpd" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_CompoundLine" />
<attribute name="algn" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PenAlignment" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected STPenAlignmentprotected CTLineJoinBevelprotected STLineCapprotected STCompoundLineprotected CTDashStopListprotected CTOfficeArtExtensionListprotected CTGradientFillPropertiesprotected CTLineEndPropertiesprotected CTLineJoinMiterPropertiesprotected CTNoFillPropertiesprotected CTPatternFillPropertiesprotected CTPresetLineDashPropertiesprotected CTLineJoinRoundprotected CTSolidColorFillPropertiesprotected CTLineEndPropertiesprotected 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 custDash property.Gets the value of the extLst property.Gets the value of the gradFill property.Gets the value of the headEnd 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 pattFill property.Gets the value of the prstDash property.getRound()Gets the value of the round property.Gets the value of the solidFill property.Gets the value of the tailEnd property.getW()Gets the value of the w property.voidsetAlgn(STPenAlignment value) Sets the value of the algn property.voidsetBevel(CTLineJoinBevel value) Sets the value of the bevel property.voidSets the value of the cap property.voidsetCmpd(STCompoundLine value) Sets the value of the cmpd property.voidsetCustDash(CTDashStopList value) Sets the value of the custDash property.voidSets the value of the extLst property.voidSets the value of the gradFill property.voidsetHeadEnd(CTLineEndProperties value) Sets the value of the headEnd property.voidSets the value of the miter property.voidsetNoFill(CTNoFillProperties value) Sets the value of the noFill property.voidvoidSets the value of the pattFill property.voidSets the value of the prstDash property.voidsetRound(CTLineJoinRound value) Sets the value of the round property.voidSets the value of the solidFill property.voidsetTailEnd(CTLineEndProperties value) Sets the value of the tailEnd property.voidSets the value of the w property.
-
Field Details
-
noFill
-
solidFill
-
gradFill
-
pattFill
-
prstDash
-
custDash
-
round
-
bevel
-
miter
-
headEnd
-
tailEnd
-
extLst
-
w
-
cap
-
cmpd
-
algn
-
-
Constructor Details
-
CTLineProperties
public CTLineProperties()
-
-
Method Details
-
getNoFill
Gets the value of the noFill property.- Returns:
- possible object is
CTNoFillProperties
-
setNoFill
Sets the value of the noFill property.- Parameters:
value- allowed object isCTNoFillProperties
-
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
-
getPattFill
Gets the value of the pattFill property.- Returns:
- possible object is
CTPatternFillProperties
-
setPattFill
Sets the value of the pattFill property.- Parameters:
value- allowed object isCTPatternFillProperties
-
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
-
getCustDash
Gets the value of the custDash property.- Returns:
- possible object is
CTDashStopList
-
setCustDash
Sets the value of the custDash property.- Parameters:
value- allowed object isCTDashStopList
-
getRound
Gets the value of the round property.- Returns:
- possible object is
CTLineJoinRound
-
setRound
Sets the value of the round property.- Parameters:
value- allowed object isCTLineJoinRound
-
getBevel
Gets the value of the bevel property.- Returns:
- possible object is
CTLineJoinBevel
-
setBevel
Sets the value of the bevel property.- Parameters:
value- allowed object isCTLineJoinBevel
-
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
-
getHeadEnd
Gets the value of the headEnd property.- Returns:
- possible object is
CTLineEndProperties
-
setHeadEnd
Sets the value of the headEnd property.- Parameters:
value- allowed object isCTLineEndProperties
-
getTailEnd
Gets the value of the tailEnd property.- Returns:
- possible object is
CTLineEndProperties
-
setTailEnd
Sets the value of the tailEnd property.- Parameters:
value- allowed object isCTLineEndProperties
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
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.
-