Package org.docx4j.dml
Class CTLineProperties
java.lang.Object
org.docx4j.dml.CTLineProperties
- All Implemented Interfaces:
Child
public class CTLineProperties extends java.lang.Object implements 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
Fields Modifier and Type Field Description protected STPenAlignmentalgnprotected CTLineJoinBevelbevelprotected STLineCapcapprotected STCompoundLinecmpdprotected CTDashStopListcustDashprotected CTOfficeArtExtensionListextLstprotected CTGradientFillPropertiesgradFillprotected CTLineEndPropertiesheadEndprotected CTLineJoinMiterPropertiesmiterprotected CTNoFillPropertiesnoFillprotected CTPatternFillPropertiespattFillprotected CTPresetLineDashPropertiesprstDashprotected CTLineJoinRoundroundprotected CTSolidColorFillPropertiessolidFillprotected CTLineEndPropertiestailEndprotected java.lang.Integerw -
Constructor Summary
Constructors Constructor Description CTLineProperties() -
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.CTLineJoinBevelgetBevel()Gets the value of the bevel property.STLineCapgetCap()Gets the value of the cap property.STCompoundLinegetCmpd()Gets the value of the cmpd property.CTDashStopListgetCustDash()Gets the value of the custDash property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.CTGradientFillPropertiesgetGradFill()Gets the value of the gradFill property.CTLineEndPropertiesgetHeadEnd()Gets the value of the headEnd property.CTLineJoinMiterPropertiesgetMiter()Gets the value of the miter property.CTNoFillPropertiesgetNoFill()Gets the value of the noFill property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPatternFillPropertiesgetPattFill()Gets the value of the pattFill property.CTPresetLineDashPropertiesgetPrstDash()Gets the value of the prstDash property.CTLineJoinRoundgetRound()Gets the value of the round property.CTSolidColorFillPropertiesgetSolidFill()Gets the value of the solidFill property.CTLineEndPropertiesgetTailEnd()Gets the value of the tailEnd property.java.lang.IntegergetW()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.voidsetCap(STLineCap value)Sets 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.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetGradFill(CTGradientFillProperties value)Sets the value of the gradFill property.voidsetHeadEnd(CTLineEndProperties value)Sets the value of the headEnd property.voidsetMiter(CTLineJoinMiterProperties value)Sets the value of the miter property.voidsetNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidsetParent(java.lang.Object parent)voidsetPattFill(CTPatternFillProperties value)Sets the value of the pattFill property.voidsetPrstDash(CTPresetLineDashProperties value)Sets the value of the prstDash property.voidsetRound(CTLineJoinRound value)Sets the value of the round property.voidsetSolidFill(CTSolidColorFillProperties value)Sets the value of the solidFill property.voidsetTailEnd(CTLineEndProperties value)Sets the value of the tailEnd 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
-
pattFill
-
prstDash
-
custDash
-
round
-
bevel
-
miter
-
headEnd
-
tailEnd
-
extLst
-
w
protected java.lang.Integer 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
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.
-