public class CTFill extends Object implements Child
Java class for CT_Fill complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Fill"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:schemas-microsoft-com:office:office}fill" minOccurs="0"/> </sequence> <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Id"/> <attribute name="type" type="{urn:schemas-microsoft-com:vml}ST_FillType" /> <attribute name="on" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" /> <attribute name="color" type="{urn:schemas-microsoft-com:vml}ST_ColorType" /> <attribute name="opacity" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="color2" type="{urn:schemas-microsoft-com:vml}ST_ColorType" /> <attribute name="src" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute ref="{urn:schemas-microsoft-com:office:office}href"/> <attribute ref="{urn:schemas-microsoft-com:office:office}althref"/> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="origin" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="aspect" type="{urn:schemas-microsoft-com:vml}ST_ImageAspect" /> <attribute name="colors" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="angle" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <attribute name="alignshape" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" /> <attribute name="focus" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="focussize" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="focusposition" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="method" type="{urn:schemas-microsoft-com:vml}ST_FillMethod" /> <attribute ref="{urn:schemas-microsoft-com:office:office}detectmouseclick"/> <attribute ref="{urn:schemas-microsoft-com:office:office}title"/> <attribute ref="{urn:schemas-microsoft-com:office:office}opacity2"/> <attribute name="recolor" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" /> <attribute name="rotate" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" /> <attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/> <attribute ref="{urn:schemas-microsoft-com:office:office}relid"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STTrueFalse |
alignshape |
protected String |
althref |
protected BigDecimal |
angle |
protected STImageAspect |
aspect |
protected String |
color |
protected String |
color2 |
protected String |
colors |
protected STTrueFalse |
detectmouseclick |
protected CTFill |
fill |
protected String |
focus |
protected String |
focusposition |
protected String |
focussize |
protected String |
href |
protected String |
id |
protected STFillMethod |
method |
protected STTrueFalse |
on |
protected String |
opacity |
protected String |
opacity2 |
protected String |
origin |
protected String |
position |
protected STTrueFalse |
recolor |
protected String |
relid |
protected STTrueFalse |
rotate |
protected String |
size |
protected String |
src |
protected String |
title |
protected STFillType |
type |
protected String |
vmlId |
Constructor and Description |
---|
CTFill() |
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.
|
STTrueFalse |
getAlignshape()
Gets the value of the alignshape property.
|
String |
getAlthref()
Alternate Image Reference Location
|
BigDecimal |
getAngle()
Gets the value of the angle property.
|
STImageAspect |
getAspect()
Gets the value of the aspect property.
|
String |
getColor()
Gets the value of the color property.
|
String |
getColor2()
Gets the value of the color2 property.
|
String |
getColors()
Gets the value of the colors property.
|
STTrueFalse |
getDetectmouseclick()
Detect Mouse Click
|
CTFill |
getFill()
Gets the value of the fill property.
|
String |
getFocus()
Gets the value of the focus property.
|
String |
getFocusposition()
Gets the value of the focusposition property.
|
String |
getFocussize()
Gets the value of the focussize property.
|
String |
getHref()
Hyperlink Target
|
String |
getId()
Relationship to Part
|
STFillMethod |
getMethod()
Gets the value of the method property.
|
STTrueFalse |
getOn()
Gets the value of the on property.
|
String |
getOpacity()
Gets the value of the opacity property.
|
String |
getOpacity2()
Secondary Color Opacity
|
String |
getOrigin()
Gets the value of the origin property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getPosition()
Gets the value of the position property.
|
STTrueFalse |
getRecolor()
Gets the value of the recolor property.
|
String |
getRelid()
Relationship to Part
|
STTrueFalse |
getRotate()
Gets the value of the rotate property.
|
String |
getSize()
Gets the value of the size property.
|
String |
getSrc()
Gets the value of the src property.
|
String |
getTitle()
Title
|
STFillType |
getType()
Gets the value of the type property.
|
String |
getVmlId()
Gets the value of the vmlId property.
|
void |
setAlignshape(STTrueFalse value)
Sets the value of the alignshape property.
|
void |
setAlthref(String value)
Sets the value of the althref property.
|
void |
setAngle(BigDecimal value)
Sets the value of the angle property.
|
void |
setAspect(STImageAspect value)
Sets the value of the aspect property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setColor2(String value)
Sets the value of the color2 property.
|
void |
setColors(String value)
Sets the value of the colors property.
|
void |
setDetectmouseclick(STTrueFalse value)
Sets the value of the detectmouseclick property.
|
void |
setFill(CTFill value)
Sets the value of the fill property.
|
void |
setFocus(String value)
Sets the value of the focus property.
|
void |
setFocusposition(String value)
Sets the value of the focusposition property.
|
void |
setFocussize(String value)
Sets the value of the focussize property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMethod(STFillMethod value)
Sets the value of the method property.
|
void |
setOn(STTrueFalse value)
Sets the value of the on property.
|
void |
setOpacity(String value)
Sets the value of the opacity property.
|
void |
setOpacity2(String value)
Sets the value of the opacity2 property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setParent(Object parent) |
void |
setPosition(String value)
Sets the value of the position property.
|
void |
setRecolor(STTrueFalse value)
Sets the value of the recolor property.
|
void |
setRelid(String value)
Sets the value of the relid property.
|
void |
setRotate(STTrueFalse value)
Sets the value of the rotate property.
|
void |
setSize(String value)
Sets the value of the size property.
|
void |
setSrc(String value)
Sets the value of the src property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(STFillType value)
Sets the value of the type property.
|
void |
setVmlId(String value)
Sets the value of the vmlId property.
|
protected CTFill fill
protected STFillType type
protected STTrueFalse on
protected String color
protected String opacity
protected String color2
protected String src
protected String href
protected String althref
protected String size
protected String origin
protected String position
protected STImageAspect aspect
protected String colors
protected BigDecimal angle
protected STTrueFalse alignshape
protected String focus
protected String focussize
protected String focusposition
protected STFillMethod method
protected STTrueFalse detectmouseclick
protected String title
protected String opacity2
protected STTrueFalse recolor
protected STTrueFalse rotate
protected String id
protected String relid
protected String vmlId
public CTFill getFill()
CTFill
public void setFill(CTFill value)
value
- allowed object is
CTFill
public STFillType getType()
STFillType
public void setType(STFillType value)
value
- allowed object is
STFillType
public STTrueFalse getOn()
STTrueFalse
public void setOn(STTrueFalse value)
value
- allowed object is
STTrueFalse
public String getColor()
String
public void setColor(String value)
value
- allowed object is
String
public String getOpacity()
String
public void setOpacity(String value)
value
- allowed object is
String
public String getColor2()
String
public void setColor2(String value)
value
- allowed object is
String
public void setSrc(String value)
value
- allowed object is
String
public void setHref(String value)
value
- allowed object is
String
public String getAlthref()
String
public void setAlthref(String value)
value
- allowed object is
String
public String getSize()
String
public void setSize(String value)
value
- allowed object is
String
public String getOrigin()
String
public void setOrigin(String value)
value
- allowed object is
String
public String getPosition()
String
public void setPosition(String value)
value
- allowed object is
String
public STImageAspect getAspect()
STImageAspect
public void setAspect(STImageAspect value)
value
- allowed object is
STImageAspect
public String getColors()
String
public void setColors(String value)
value
- allowed object is
String
public BigDecimal getAngle()
BigDecimal
public void setAngle(BigDecimal value)
value
- allowed object is
BigDecimal
public STTrueFalse getAlignshape()
STTrueFalse
public void setAlignshape(STTrueFalse value)
value
- allowed object is
STTrueFalse
public String getFocus()
String
public void setFocus(String value)
value
- allowed object is
String
public String getFocussize()
String
public void setFocussize(String value)
value
- allowed object is
String
public String getFocusposition()
String
public void setFocusposition(String value)
value
- allowed object is
String
public STFillMethod getMethod()
STFillMethod
public void setMethod(STFillMethod value)
value
- allowed object is
STFillMethod
public STTrueFalse getDetectmouseclick()
STTrueFalse
public void setDetectmouseclick(STTrueFalse value)
value
- allowed object is
STTrueFalse
public void setTitle(String value)
value
- allowed object is
String
public void setOpacity2(String value)
value
- allowed object is
String
public STTrueFalse getRecolor()
STTrueFalse
public void setRecolor(STTrueFalse value)
value
- allowed object is
STTrueFalse
public STTrueFalse getRotate()
STTrueFalse
public void setRotate(STTrueFalse value)
value
- allowed object is
STTrueFalse
public void setId(String value)
value
- allowed object is
String
public void setRelid(String value)
value
- allowed object is
String
public String getVmlId()
String
public void setVmlId(String value)
value
- allowed object is
String
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.