public class CTLineProperties extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected STPenAlignment |
algn |
protected CTLineJoinBevel |
bevel |
protected STLineCap |
cap |
protected STCompoundLine |
cmpd |
protected CTDashStopList |
custDash |
protected CTOfficeArtExtensionList |
extLst |
protected CTGradientFillProperties |
gradFill |
protected CTLineEndProperties |
headEnd |
protected CTLineJoinMiterProperties |
miter |
protected CTNoFillProperties |
noFill |
protected CTPatternFillProperties |
pattFill |
protected CTPresetLineDashProperties |
prstDash |
protected CTLineJoinRound |
round |
protected CTSolidColorFillProperties |
solidFill |
protected CTLineEndProperties |
tailEnd |
protected Integer |
w |
| Constructor and Description |
|---|
CTLineProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STPenAlignment |
getAlgn()
Gets the value of the algn property.
|
CTLineJoinBevel |
getBevel()
Gets the value of the bevel property.
|
STLineCap |
getCap()
Gets the value of the cap property.
|
STCompoundLine |
getCmpd()
Gets the value of the cmpd property.
|
CTDashStopList |
getCustDash()
Gets the value of the custDash property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTGradientFillProperties |
getGradFill()
Gets the value of the gradFill property.
|
CTLineEndProperties |
getHeadEnd()
Gets the value of the headEnd property.
|
CTLineJoinMiterProperties |
getMiter()
Gets the value of the miter property.
|
CTNoFillProperties |
getNoFill()
Gets the value of the noFill property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPatternFillProperties |
getPattFill()
Gets the value of the pattFill property.
|
CTPresetLineDashProperties |
getPrstDash()
Gets the value of the prstDash property.
|
CTLineJoinRound |
getRound()
Gets the value of the round property.
|
CTSolidColorFillProperties |
getSolidFill()
Gets the value of the solidFill property.
|
CTLineEndProperties |
getTailEnd()
Gets the value of the tailEnd property.
|
Integer |
getW()
Gets the value of the w property.
|
void |
setAlgn(STPenAlignment value)
Sets the value of the algn property.
|
void |
setBevel(CTLineJoinBevel value)
Sets the value of the bevel property.
|
void |
setCap(STLineCap value)
Sets the value of the cap property.
|
void |
setCmpd(STCompoundLine value)
Sets the value of the cmpd property.
|
void |
setCustDash(CTDashStopList value)
Sets the value of the custDash property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setGradFill(CTGradientFillProperties value)
Sets the value of the gradFill property.
|
void |
setHeadEnd(CTLineEndProperties value)
Sets the value of the headEnd property.
|
void |
setMiter(CTLineJoinMiterProperties value)
Sets the value of the miter property.
|
void |
setNoFill(CTNoFillProperties value)
Sets the value of the noFill property.
|
void |
setParent(Object parent) |
void |
setPattFill(CTPatternFillProperties value)
Sets the value of the pattFill property.
|
void |
setPrstDash(CTPresetLineDashProperties value)
Sets the value of the prstDash property.
|
void |
setRound(CTLineJoinRound value)
Sets the value of the round property.
|
void |
setSolidFill(CTSolidColorFillProperties value)
Sets the value of the solidFill property.
|
void |
setTailEnd(CTLineEndProperties value)
Sets the value of the tailEnd property.
|
void |
setW(Integer value)
Sets the value of the w property.
|
protected CTNoFillProperties noFill
protected CTSolidColorFillProperties solidFill
protected CTGradientFillProperties gradFill
protected CTPatternFillProperties pattFill
protected CTPresetLineDashProperties prstDash
protected CTDashStopList custDash
protected CTLineJoinRound round
protected CTLineJoinBevel bevel
protected CTLineJoinMiterProperties miter
protected CTLineEndProperties headEnd
protected CTLineEndProperties tailEnd
protected CTOfficeArtExtensionList extLst
protected Integer w
protected STLineCap cap
protected STCompoundLine cmpd
protected STPenAlignment algn
public CTNoFillProperties getNoFill()
CTNoFillPropertiespublic void setNoFill(CTNoFillProperties value)
value - allowed object is
CTNoFillPropertiespublic CTSolidColorFillProperties getSolidFill()
CTSolidColorFillPropertiespublic void setSolidFill(CTSolidColorFillProperties value)
value - allowed object is
CTSolidColorFillPropertiespublic CTGradientFillProperties getGradFill()
CTGradientFillPropertiespublic void setGradFill(CTGradientFillProperties value)
value - allowed object is
CTGradientFillPropertiespublic CTPatternFillProperties getPattFill()
CTPatternFillPropertiespublic void setPattFill(CTPatternFillProperties value)
value - allowed object is
CTPatternFillPropertiespublic CTPresetLineDashProperties getPrstDash()
CTPresetLineDashPropertiespublic void setPrstDash(CTPresetLineDashProperties value)
value - allowed object is
CTPresetLineDashPropertiespublic CTDashStopList getCustDash()
CTDashStopListpublic void setCustDash(CTDashStopList value)
value - allowed object is
CTDashStopListpublic CTLineJoinRound getRound()
CTLineJoinRoundpublic void setRound(CTLineJoinRound value)
value - allowed object is
CTLineJoinRoundpublic CTLineJoinBevel getBevel()
CTLineJoinBevelpublic void setBevel(CTLineJoinBevel value)
value - allowed object is
CTLineJoinBevelpublic CTLineJoinMiterProperties getMiter()
CTLineJoinMiterPropertiespublic void setMiter(CTLineJoinMiterProperties value)
value - allowed object is
CTLineJoinMiterPropertiespublic CTLineEndProperties getHeadEnd()
CTLineEndPropertiespublic void setHeadEnd(CTLineEndProperties value)
value - allowed object is
CTLineEndPropertiespublic CTLineEndProperties getTailEnd()
CTLineEndPropertiespublic void setTailEnd(CTLineEndProperties value)
value - allowed object is
CTLineEndPropertiespublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic void setW(Integer value)
value - allowed object is
Integerpublic STLineCap getCap()
STLineCappublic void setCap(STLineCap value)
value - allowed object is
STLineCappublic STCompoundLine getCmpd()
STCompoundLinepublic void setCmpd(STCompoundLine value)
value - allowed object is
STCompoundLinepublic STPenAlignment getAlgn()
STPenAlignmentpublic void setAlgn(STPenAlignment value)
value - allowed object is
STPenAlignmentpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.