public class CTStrokeChild extends Object implements Child
Java class for CT_StrokeChild complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_StrokeChild"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/> <attribute name="on" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" /> <attribute name="weight" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="color" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" /> <attribute name="color2" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" /> <attribute name="opacity" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="linestyle" type="{urn:schemas-microsoft-com:vml}ST_StrokeLineStyle" /> <attribute name="miterlimit" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <attribute name="joinstyle" type="{urn:schemas-microsoft-com:vml}ST_StrokeJoinStyle" /> <attribute name="endcap" type="{urn:schemas-microsoft-com:vml}ST_StrokeEndCap" /> <attribute name="dashstyle" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="insetpen" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" /> <attribute name="filltype" type="{urn:schemas-microsoft-com:vml}ST_FillType" /> <attribute name="src" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="imageaspect" type="{urn:schemas-microsoft-com:vml}ST_ImageAspect" /> <attribute name="imagesize" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="imagealignshape" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" /> <attribute name="startarrow" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowType" /> <attribute name="startarrowwidth" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowWidth" /> <attribute name="startarrowlength" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowLength" /> <attribute name="endarrow" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowType" /> <attribute name="endarrowwidth" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowWidth" /> <attribute name="endarrowlength" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowLength" /> <attribute ref="{urn:schemas-microsoft-com:office:office}href"/> <attribute ref="{urn:schemas-microsoft-com:office:office}althref"/> <attribute ref="{urn:schemas-microsoft-com:office:office}title"/> <attribute ref="{urn:schemas-microsoft-com:office:office}forcedash"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
althref |
protected String |
color |
protected String |
color2 |
protected String |
dashstyle |
protected STStrokeArrowType |
endarrow |
protected STStrokeArrowLength |
endarrowlength |
protected STStrokeArrowWidth |
endarrowwidth |
protected STStrokeEndCap |
endcap |
protected STExt |
ext |
protected STFillType |
filltype |
protected STTrueFalse |
forcedash |
protected String |
href |
protected STTrueFalse |
imagealignshape |
protected STImageAspect |
imageaspect |
protected String |
imagesize |
protected STTrueFalse |
insetpen |
protected STStrokeJoinStyle |
joinstyle |
protected STStrokeLineStyle |
linestyle |
protected BigDecimal |
miterlimit |
protected STTrueFalse |
on |
protected String |
opacity |
protected String |
src |
protected STStrokeArrowType |
startarrow |
protected STStrokeArrowLength |
startarrowlength |
protected STStrokeArrowWidth |
startarrowwidth |
protected String |
title |
protected String |
weight |
Constructor and Description |
---|
CTStrokeChild() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAlthref()
Alternate Image Reference
|
String |
getColor()
Gets the value of the color property.
|
String |
getColor2()
Gets the value of the color2 property.
|
String |
getDashstyle()
Gets the value of the dashstyle property.
|
STStrokeArrowType |
getEndarrow()
Gets the value of the endarrow property.
|
STStrokeArrowLength |
getEndarrowlength()
Gets the value of the endarrowlength property.
|
STStrokeArrowWidth |
getEndarrowwidth()
Gets the value of the endarrowwidth property.
|
STStrokeEndCap |
getEndcap()
Gets the value of the endcap property.
|
STExt |
getExt()
Gets the value of the ext property.
|
STFillType |
getFilltype()
Gets the value of the filltype property.
|
STTrueFalse |
getForcedash()
Force Dashed Outline
|
String |
getHref()
Original Image Reference
|
STTrueFalse |
getImagealignshape()
Gets the value of the imagealignshape property.
|
STImageAspect |
getImageaspect()
Gets the value of the imageaspect property.
|
String |
getImagesize()
Gets the value of the imagesize property.
|
STTrueFalse |
getInsetpen()
Gets the value of the insetpen property.
|
STStrokeJoinStyle |
getJoinstyle()
Gets the value of the joinstyle property.
|
STStrokeLineStyle |
getLinestyle()
Gets the value of the linestyle property.
|
BigDecimal |
getMiterlimit()
Gets the value of the miterlimit property.
|
STTrueFalse |
getOn()
Gets the value of the on property.
|
String |
getOpacity()
Gets the value of the opacity property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getSrc()
Gets the value of the src property.
|
STStrokeArrowType |
getStartarrow()
Gets the value of the startarrow property.
|
STStrokeArrowLength |
getStartarrowlength()
Gets the value of the startarrowlength property.
|
STStrokeArrowWidth |
getStartarrowwidth()
Gets the value of the startarrowwidth property.
|
String |
getTitle()
Stroke Title
|
String |
getWeight()
Gets the value of the weight property.
|
void |
setAlthref(String value)
Sets the value of the althref property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setColor2(String value)
Sets the value of the color2 property.
|
void |
setDashstyle(String value)
Sets the value of the dashstyle property.
|
void |
setEndarrow(STStrokeArrowType value)
Sets the value of the endarrow property.
|
void |
setEndarrowlength(STStrokeArrowLength value)
Sets the value of the endarrowlength property.
|
void |
setEndarrowwidth(STStrokeArrowWidth value)
Sets the value of the endarrowwidth property.
|
void |
setEndcap(STStrokeEndCap value)
Sets the value of the endcap property.
|
void |
setExt(STExt value)
Sets the value of the ext property.
|
void |
setFilltype(STFillType value)
Sets the value of the filltype property.
|
void |
setForcedash(STTrueFalse value)
Sets the value of the forcedash property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setImagealignshape(STTrueFalse value)
Sets the value of the imagealignshape property.
|
void |
setImageaspect(STImageAspect value)
Sets the value of the imageaspect property.
|
void |
setImagesize(String value)
Sets the value of the imagesize property.
|
void |
setInsetpen(STTrueFalse value)
Sets the value of the insetpen property.
|
void |
setJoinstyle(STStrokeJoinStyle value)
Sets the value of the joinstyle property.
|
void |
setLinestyle(STStrokeLineStyle value)
Sets the value of the linestyle property.
|
void |
setMiterlimit(BigDecimal value)
Sets the value of the miterlimit property.
|
void |
setOn(STTrueFalse value)
Sets the value of the on property.
|
void |
setOpacity(String value)
Sets the value of the opacity property.
|
void |
setParent(Object parent) |
void |
setSrc(String value)
Sets the value of the src property.
|
void |
setStartarrow(STStrokeArrowType value)
Sets the value of the startarrow property.
|
void |
setStartarrowlength(STStrokeArrowLength value)
Sets the value of the startarrowlength property.
|
void |
setStartarrowwidth(STStrokeArrowWidth value)
Sets the value of the startarrowwidth property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setWeight(String value)
Sets the value of the weight property.
|
protected STTrueFalse on
protected String weight
protected String color
protected String color2
protected String opacity
protected STStrokeLineStyle linestyle
protected BigDecimal miterlimit
protected STStrokeJoinStyle joinstyle
protected STStrokeEndCap endcap
protected String dashstyle
protected STTrueFalse insetpen
protected STFillType filltype
protected String src
protected STImageAspect imageaspect
protected String imagesize
protected STTrueFalse imagealignshape
protected STStrokeArrowType startarrow
protected STStrokeArrowWidth startarrowwidth
protected STStrokeArrowLength startarrowlength
protected STStrokeArrowType endarrow
protected STStrokeArrowWidth endarrowwidth
protected STStrokeArrowLength endarrowlength
protected String href
protected String althref
protected String title
protected STTrueFalse forcedash
protected STExt ext
public STTrueFalse getOn()
STTrueFalse
public void setOn(STTrueFalse value)
value
- allowed object is
STTrueFalse
public String getWeight()
String
public void setWeight(String value)
value
- allowed object is
String
public String getColor()
String
public void setColor(String value)
value
- allowed object is
String
public String getColor2()
String
public void setColor2(String value)
value
- allowed object is
String
public String getOpacity()
String
public void setOpacity(String value)
value
- allowed object is
String
public STStrokeLineStyle getLinestyle()
STStrokeLineStyle
public void setLinestyle(STStrokeLineStyle value)
value
- allowed object is
STStrokeLineStyle
public BigDecimal getMiterlimit()
BigDecimal
public void setMiterlimit(BigDecimal value)
value
- allowed object is
BigDecimal
public STStrokeJoinStyle getJoinstyle()
STStrokeJoinStyle
public void setJoinstyle(STStrokeJoinStyle value)
value
- allowed object is
STStrokeJoinStyle
public STStrokeEndCap getEndcap()
STStrokeEndCap
public void setEndcap(STStrokeEndCap value)
value
- allowed object is
STStrokeEndCap
public String getDashstyle()
String
public void setDashstyle(String value)
value
- allowed object is
String
public STTrueFalse getInsetpen()
STTrueFalse
public void setInsetpen(STTrueFalse value)
value
- allowed object is
STTrueFalse
public STFillType getFilltype()
STFillType
public void setFilltype(STFillType value)
value
- allowed object is
STFillType
public void setSrc(String value)
value
- allowed object is
String
public STImageAspect getImageaspect()
STImageAspect
public void setImageaspect(STImageAspect value)
value
- allowed object is
STImageAspect
public String getImagesize()
String
public void setImagesize(String value)
value
- allowed object is
String
public STTrueFalse getImagealignshape()
STTrueFalse
public void setImagealignshape(STTrueFalse value)
value
- allowed object is
STTrueFalse
public STStrokeArrowType getStartarrow()
STStrokeArrowType
public void setStartarrow(STStrokeArrowType value)
value
- allowed object is
STStrokeArrowType
public STStrokeArrowWidth getStartarrowwidth()
STStrokeArrowWidth
public void setStartarrowwidth(STStrokeArrowWidth value)
value
- allowed object is
STStrokeArrowWidth
public STStrokeArrowLength getStartarrowlength()
STStrokeArrowLength
public void setStartarrowlength(STStrokeArrowLength value)
value
- allowed object is
STStrokeArrowLength
public STStrokeArrowType getEndarrow()
STStrokeArrowType
public void setEndarrow(STStrokeArrowType value)
value
- allowed object is
STStrokeArrowType
public STStrokeArrowWidth getEndarrowwidth()
STStrokeArrowWidth
public void setEndarrowwidth(STStrokeArrowWidth value)
value
- allowed object is
STStrokeArrowWidth
public STStrokeArrowLength getEndarrowlength()
STStrokeArrowLength
public void setEndarrowlength(STStrokeArrowLength value)
value
- allowed object is
STStrokeArrowLength
public void setHref(String value)
value
- allowed object is
String
public void setAlthref(String value)
value
- allowed object is
String
public void setTitle(String value)
value
- allowed object is
String
public STTrueFalse getForcedash()
STTrueFalse
public void setForcedash(STTrueFalse value)
value
- allowed object is
STTrueFalse
public void setExt(STExt value)
value
- allowed object is
STExt
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.