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 String |
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(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.
|
String |
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(String 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 String 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()
STTrueFalsepublic void setOn(STTrueFalse value)
value - allowed object is
STTrueFalsepublic String getWeight()
Stringpublic void setWeight(String value)
value - allowed object is
Stringpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic String getColor2()
Stringpublic void setColor2(String value)
value - allowed object is
Stringpublic String getOpacity()
Stringpublic void setOpacity(String value)
value - allowed object is
Stringpublic STStrokeLineStyle getLinestyle()
STStrokeLineStylepublic void setLinestyle(STStrokeLineStyle value)
value - allowed object is
STStrokeLineStylepublic String getMiterlimit()
BigDecimalpublic void setMiterlimit(String value)
value - allowed object is
BigDecimalpublic STStrokeJoinStyle getJoinstyle()
STStrokeJoinStylepublic void setJoinstyle(STStrokeJoinStyle value)
value - allowed object is
STStrokeJoinStylepublic STStrokeEndCap getEndcap()
STStrokeEndCappublic void setEndcap(STStrokeEndCap value)
value - allowed object is
STStrokeEndCappublic String getDashstyle()
Stringpublic void setDashstyle(String value)
value - allowed object is
Stringpublic STTrueFalse getInsetpen()
STTrueFalsepublic void setInsetpen(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STFillType getFilltype()
STFillTypepublic void setFilltype(STFillType value)
value - allowed object is
STFillTypepublic String getSrc()
Stringpublic void setSrc(String value)
value - allowed object is
Stringpublic STImageAspect getImageaspect()
STImageAspectpublic void setImageaspect(STImageAspect value)
value - allowed object is
STImageAspectpublic String getImagesize()
Stringpublic void setImagesize(String value)
value - allowed object is
Stringpublic STTrueFalse getImagealignshape()
STTrueFalsepublic void setImagealignshape(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STStrokeArrowType getStartarrow()
STStrokeArrowTypepublic void setStartarrow(STStrokeArrowType value)
value - allowed object is
STStrokeArrowTypepublic STStrokeArrowWidth getStartarrowwidth()
STStrokeArrowWidthpublic void setStartarrowwidth(STStrokeArrowWidth value)
value - allowed object is
STStrokeArrowWidthpublic STStrokeArrowLength getStartarrowlength()
STStrokeArrowLengthpublic void setStartarrowlength(STStrokeArrowLength value)
value - allowed object is
STStrokeArrowLengthpublic STStrokeArrowType getEndarrow()
STStrokeArrowTypepublic void setEndarrow(STStrokeArrowType value)
value - allowed object is
STStrokeArrowTypepublic STStrokeArrowWidth getEndarrowwidth()
STStrokeArrowWidthpublic void setEndarrowwidth(STStrokeArrowWidth value)
value - allowed object is
STStrokeArrowWidthpublic STStrokeArrowLength getEndarrowlength()
STStrokeArrowLengthpublic void setEndarrowlength(STStrokeArrowLength value)
value - allowed object is
STStrokeArrowLengthpublic void setHref(String value)
value - allowed object is
Stringpublic void setAlthref(String value)
value - allowed object is
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic STTrueFalse getForcedash()
STTrueFalsepublic void setForcedash(STTrueFalse value)
value - allowed object is
STTrueFalsepublic void setExt(STExt value)
value - allowed object is
STExtpublic 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.