public class CTCallout extends Object implements Child
Java class for CT_Callout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Callout">
<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="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="gap" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="angle" type="{urn:schemas-microsoft-com:office:office}ST_Angle" />
<attribute name="dropauto" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="drop" type="{urn:schemas-microsoft-com:office:office}ST_CalloutDrop" />
<attribute name="distance" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lengthspecified" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" default="f" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="accentbar" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="textborder" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="minusx" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="minusy" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STTrueFalse |
accentbar |
protected String |
angle |
protected String |
distance |
protected String |
drop |
protected STTrueFalse |
dropauto |
protected STExt |
ext |
protected String |
gap |
protected String |
length |
protected STTrueFalse |
lengthspecified |
protected STTrueFalse |
minusx |
protected STTrueFalse |
minusy |
protected STTrueFalse |
on |
protected STTrueFalse |
textborder |
protected String |
type |
| Constructor and Description |
|---|
CTCallout() |
| 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.
|
STTrueFalse |
getAccentbar()
Gets the value of the accentbar property.
|
String |
getAngle()
Gets the value of the angle property.
|
String |
getDistance()
Gets the value of the distance property.
|
String |
getDrop()
Gets the value of the drop property.
|
STTrueFalse |
getDropauto()
Gets the value of the dropauto property.
|
STExt |
getExt()
Gets the value of the ext property.
|
String |
getGap()
Gets the value of the gap property.
|
String |
getLength()
Gets the value of the length property.
|
STTrueFalse |
getLengthspecified()
Gets the value of the lengthspecified property.
|
STTrueFalse |
getMinusx()
Gets the value of the minusx property.
|
STTrueFalse |
getMinusy()
Gets the value of the minusy property.
|
STTrueFalse |
getOn()
Gets the value of the on property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STTrueFalse |
getTextborder()
Gets the value of the textborder property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAccentbar(STTrueFalse value)
Sets the value of the accentbar property.
|
void |
setAngle(String value)
Sets the value of the angle property.
|
void |
setDistance(String value)
Sets the value of the distance property.
|
void |
setDrop(String value)
Sets the value of the drop property.
|
void |
setDropauto(STTrueFalse value)
Sets the value of the dropauto property.
|
void |
setExt(STExt value)
Sets the value of the ext property.
|
void |
setGap(String value)
Sets the value of the gap property.
|
void |
setLength(String value)
Sets the value of the length property.
|
void |
setLengthspecified(STTrueFalse value)
Sets the value of the lengthspecified property.
|
void |
setMinusx(STTrueFalse value)
Sets the value of the minusx property.
|
void |
setMinusy(STTrueFalse value)
Sets the value of the minusy property.
|
void |
setOn(STTrueFalse value)
Sets the value of the on property.
|
void |
setParent(Object parent) |
void |
setTextborder(STTrueFalse value)
Sets the value of the textborder property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected STTrueFalse on
protected String type
protected String gap
protected String angle
protected STTrueFalse dropauto
protected String drop
protected String distance
protected STTrueFalse lengthspecified
protected String length
protected STTrueFalse accentbar
protected STTrueFalse textborder
protected STTrueFalse minusx
protected STTrueFalse minusy
protected STExt ext
public STTrueFalse getOn()
STTrueFalsepublic void setOn(STTrueFalse value)
value - allowed object is
STTrueFalsepublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getGap()
Stringpublic void setGap(String value)
value - allowed object is
Stringpublic String getAngle()
Stringpublic void setAngle(String value)
value - allowed object is
Stringpublic STTrueFalse getDropauto()
STTrueFalsepublic void setDropauto(STTrueFalse value)
value - allowed object is
STTrueFalsepublic String getDrop()
Stringpublic void setDrop(String value)
value - allowed object is
Stringpublic String getDistance()
Stringpublic void setDistance(String value)
value - allowed object is
Stringpublic STTrueFalse getLengthspecified()
STTrueFalsepublic void setLengthspecified(STTrueFalse value)
value - allowed object is
STTrueFalsepublic String getLength()
Stringpublic void setLength(String value)
value - allowed object is
Stringpublic STTrueFalse getAccentbar()
STTrueFalsepublic void setAccentbar(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getTextborder()
STTrueFalsepublic void setTextborder(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getMinusx()
STTrueFalsepublic void setMinusx(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getMinusy()
STTrueFalsepublic void setMinusy(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.