public class CTTextOutlineEffect extends java.lang.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 java.lang.Integer |
w |
| Constructor and Description |
|---|
CTTextOutlineEffect() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.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.
|
java.lang.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.
|
java.lang.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(java.lang.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(java.lang.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 java.lang.Integer w
protected STLineCap cap
protected STCompoundLine cmpd
protected STPenAlignment algn
public CTEmpty getNoFill()
CTEmptypublic void setNoFill(CTEmpty value)
value - allowed object is
CTEmptypublic CTSolidColorFillProperties getSolidFill()
CTSolidColorFillPropertiespublic void setSolidFill(CTSolidColorFillProperties value)
value - allowed object is
CTSolidColorFillPropertiespublic CTGradientFillProperties getGradFill()
CTGradientFillPropertiespublic void setGradFill(CTGradientFillProperties value)
value - allowed object is
CTGradientFillPropertiespublic CTPresetLineDashProperties getPrstDash()
CTPresetLineDashPropertiespublic void setPrstDash(CTPresetLineDashProperties value)
value - allowed object is
CTPresetLineDashPropertiespublic CTEmpty getRound()
CTEmptypublic void setRound(CTEmpty value)
value - allowed object is
CTEmptypublic CTEmpty getBevel()
CTEmptypublic void setBevel(CTEmpty value)
value - allowed object is
CTEmptypublic CTLineJoinMiterProperties getMiter()
CTLineJoinMiterPropertiespublic void setMiter(CTLineJoinMiterProperties value)
value - allowed object is
CTLineJoinMiterPropertiespublic java.lang.Integer getW()
Integerpublic void setW(java.lang.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 java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.