public class CTLineProperties extends Object
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 |
---|---|
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.
|
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 |
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()
CTNoFillProperties
public void setNoFill(CTNoFillProperties value)
value
- allowed object is
CTNoFillProperties
public CTSolidColorFillProperties getSolidFill()
CTSolidColorFillProperties
public void setSolidFill(CTSolidColorFillProperties value)
value
- allowed object is
CTSolidColorFillProperties
public CTGradientFillProperties getGradFill()
CTGradientFillProperties
public void setGradFill(CTGradientFillProperties value)
value
- allowed object is
CTGradientFillProperties
public CTPatternFillProperties getPattFill()
CTPatternFillProperties
public void setPattFill(CTPatternFillProperties value)
value
- allowed object is
CTPatternFillProperties
public CTPresetLineDashProperties getPrstDash()
CTPresetLineDashProperties
public void setPrstDash(CTPresetLineDashProperties value)
value
- allowed object is
CTPresetLineDashProperties
public CTDashStopList getCustDash()
CTDashStopList
public void setCustDash(CTDashStopList value)
value
- allowed object is
CTDashStopList
public CTLineJoinRound getRound()
CTLineJoinRound
public void setRound(CTLineJoinRound value)
value
- allowed object is
CTLineJoinRound
public CTLineJoinBevel getBevel()
CTLineJoinBevel
public void setBevel(CTLineJoinBevel value)
value
- allowed object is
CTLineJoinBevel
public CTLineJoinMiterProperties getMiter()
CTLineJoinMiterProperties
public void setMiter(CTLineJoinMiterProperties value)
value
- allowed object is
CTLineJoinMiterProperties
public CTLineEndProperties getHeadEnd()
CTLineEndProperties
public void setHeadEnd(CTLineEndProperties value)
value
- allowed object is
CTLineEndProperties
public CTLineEndProperties getTailEnd()
CTLineEndProperties
public void setTailEnd(CTLineEndProperties value)
value
- allowed object is
CTLineEndProperties
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public void setW(Integer value)
value
- allowed object is
Integer
public STLineCap getCap()
STLineCap
public void setCap(STLineCap value)
value
- allowed object is
STLineCap
public STCompoundLine getCmpd()
STCompoundLine
public void setCmpd(STCompoundLine value)
value
- allowed object is
STCompoundLine
public STPenAlignment getAlgn()
STPenAlignment
public void setAlgn(STPenAlignment value)
value
- allowed object is
STPenAlignment
Copyright © 2007-2018. All Rights Reserved.