public class CTTextOutlineEffect extends Object implements 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>
Modifier and Type | Field and Description |
---|---|
protected STPenAlignment |
algn |
protected CTEmpty |
bevel |
protected STLineCap |
cap |
protected STCompoundLine |
cmpd |
protected CTGradientFillProperties |
gradFill |
protected CTLineJoinMiterProperties |
miter |
protected CTEmpty |
noFill |
protected CTPresetLineDashProperties |
prstDash |
protected CTEmpty |
round |
protected CTSolidColorFillProperties |
solidFill |
protected Integer |
w |
Constructor and Description |
---|
CTTextOutlineEffect() |
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.
|
CTEmpty |
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.
|
CTGradientFillProperties |
getGradFill()
Gets the value of the gradFill property.
|
CTLineJoinMiterProperties |
getMiter()
Gets the value of the miter property.
|
CTEmpty |
getNoFill()
Gets the value of the noFill property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPresetLineDashProperties |
getPrstDash()
Gets the value of the prstDash property.
|
CTEmpty |
getRound()
Gets the value of the round property.
|
CTSolidColorFillProperties |
getSolidFill()
Gets the value of the solidFill property.
|
Integer |
getW()
Gets the value of the w property.
|
void |
setAlgn(STPenAlignment value)
Sets the value of the algn property.
|
void |
setBevel(CTEmpty 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 |
setGradFill(CTGradientFillProperties value)
Sets the value of the gradFill property.
|
void |
setMiter(CTLineJoinMiterProperties value)
Sets the value of the miter property.
|
void |
setNoFill(CTEmpty value)
Sets the value of the noFill property.
|
void |
setParent(Object parent) |
void |
setPrstDash(CTPresetLineDashProperties value)
Sets the value of the prstDash property.
|
void |
setRound(CTEmpty value)
Sets the value of the round property.
|
void |
setSolidFill(CTSolidColorFillProperties value)
Sets the value of the solidFill property.
|
void |
setW(Integer value)
Sets the value of the w property.
|
protected CTEmpty noFill
protected CTSolidColorFillProperties solidFill
protected CTGradientFillProperties gradFill
protected CTPresetLineDashProperties prstDash
protected CTEmpty round
protected CTEmpty bevel
protected CTLineJoinMiterProperties miter
protected Integer w
protected STLineCap cap
protected STCompoundLine cmpd
protected STPenAlignment algn
public CTEmpty getNoFill()
CTEmpty
public void setNoFill(CTEmpty value)
value
- allowed object is
CTEmpty
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 CTPresetLineDashProperties getPrstDash()
CTPresetLineDashProperties
public void setPrstDash(CTPresetLineDashProperties value)
value
- allowed object is
CTPresetLineDashProperties
public CTEmpty getRound()
CTEmpty
public void setRound(CTEmpty value)
value
- allowed object is
CTEmpty
public CTEmpty getBevel()
CTEmpty
public void setBevel(CTEmpty value)
value
- allowed object is
CTEmpty
public CTLineJoinMiterProperties getMiter()
CTLineJoinMiterProperties
public void setMiter(CTLineJoinMiterProperties value)
value
- allowed object is
CTLineJoinMiterProperties
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
public 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-2019. All Rights Reserved.