public class CTImageData extends Object implements Child
Java class for CT_ImageData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ImageData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Id"/>
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_ImageAttributes"/>
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Chromakey"/>
<attribute name="embosscolor" type="{urn:schemas-microsoft-com:vml}ST_ColorType" />
<attribute name="recolortarget" type="{urn:schemas-microsoft-com:vml}ST_ColorType" />
<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}oleid"/>
<attribute ref="{urn:schemas-microsoft-com:office:office}detectmouseclick"/>
<attribute ref="{urn:schemas-microsoft-com:office:office}movie"/>
<attribute ref="{urn:schemas-microsoft-com:office:office}relid"/>
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/>
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}pict"/>
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}href"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
althref |
protected STTrueFalse |
bilevel |
protected String |
blacklevel |
protected String |
chromakey |
protected String |
cropbottom |
protected String |
cropleft |
protected String |
cropright |
protected String |
croptop |
protected STTrueFalse |
detectmouseclick |
protected String |
embosscolor |
protected String |
gain |
protected String |
gamma |
protected STTrueFalse |
grayscale |
protected String |
href |
protected String |
id |
protected Float |
movie |
protected String |
ohref |
protected Float |
oleid |
protected String |
pict |
protected String |
recolortarget |
protected String |
relid |
protected String |
src |
protected String |
title |
protected String |
vmlId |
| Constructor and Description |
|---|
CTImageData() |
| 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
|
STTrueFalse |
getBilevel()
Gets the value of the bilevel property.
|
String |
getBlacklevel()
Gets the value of the blacklevel property.
|
String |
getChromakey()
Gets the value of the chromakey property.
|
String |
getCropbottom()
Gets the value of the cropbottom property.
|
String |
getCropleft()
Gets the value of the cropleft property.
|
String |
getCropright()
Gets the value of the cropright property.
|
String |
getCroptop()
Gets the value of the croptop property.
|
STTrueFalse |
getDetectmouseclick()
Detect Mouse Click
|
String |
getEmbosscolor()
Gets the value of the embosscolor property.
|
String |
getGain()
Gets the value of the gain property.
|
String |
getGamma()
Gets the value of the gamma property.
|
STTrueFalse |
getGrayscale()
Gets the value of the grayscale property.
|
String |
getHref()
Explicit Relationship to Hyperlink Target
|
String |
getId()
Explicit Relationship to Image Data
|
Float |
getMovie()
Movie Reference
|
String |
getOhref()
Original Image Reference
|
Float |
getOleid()
Image Embedded Object ID
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getPict()
Explicit Relationship to Alternate Image Data
|
String |
getRecolortarget()
Gets the value of the recolortarget property.
|
String |
getRelid()
Relationship to Part
|
String |
getSrc()
Gets the value of the src property.
|
String |
getTitle()
Image Data Title
|
String |
getVmlId()
Gets the value of the vmlId property.
|
void |
setAlthref(String value)
Sets the value of the althref property.
|
void |
setBilevel(STTrueFalse value)
Sets the value of the bilevel property.
|
void |
setBlacklevel(String value)
Sets the value of the blacklevel property.
|
void |
setChromakey(String value)
Sets the value of the chromakey property.
|
void |
setCropbottom(String value)
Sets the value of the cropbottom property.
|
void |
setCropleft(String value)
Sets the value of the cropleft property.
|
void |
setCropright(String value)
Sets the value of the cropright property.
|
void |
setCroptop(String value)
Sets the value of the croptop property.
|
void |
setDetectmouseclick(STTrueFalse value)
Sets the value of the detectmouseclick property.
|
void |
setEmbosscolor(String value)
Sets the value of the embosscolor property.
|
void |
setGain(String value)
Sets the value of the gain property.
|
void |
setGamma(String value)
Sets the value of the gamma property.
|
void |
setGrayscale(STTrueFalse value)
Sets the value of the grayscale property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMovie(Float value)
Sets the value of the movie property.
|
void |
setOhref(String value)
Sets the value of the ohref property.
|
void |
setOleid(Float value)
Sets the value of the oleid property.
|
void |
setParent(Object parent) |
void |
setPict(String value)
Sets the value of the pict property.
|
void |
setRecolortarget(String value)
Sets the value of the recolortarget property.
|
void |
setRelid(String value)
Sets the value of the relid property.
|
void |
setSrc(String value)
Sets the value of the src property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setVmlId(String value)
Sets the value of the vmlId property.
|
protected String embosscolor
protected String recolortarget
protected String ohref
protected String althref
protected String title
protected Float oleid
protected STTrueFalse detectmouseclick
protected Float movie
protected String relid
protected String id
protected String pict
protected String href
protected String vmlId
protected String src
protected String cropleft
protected String croptop
protected String cropright
protected String cropbottom
protected String gain
protected String blacklevel
protected String gamma
protected STTrueFalse grayscale
protected STTrueFalse bilevel
protected String chromakey
public String getEmbosscolor()
Stringpublic void setEmbosscolor(String value)
value - allowed object is
Stringpublic String getRecolortarget()
Stringpublic void setRecolortarget(String value)
value - allowed object is
Stringpublic void setOhref(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 void setOleid(Float value)
value - allowed object is
Floatpublic STTrueFalse getDetectmouseclick()
STTrueFalsepublic void setDetectmouseclick(STTrueFalse value)
value - allowed object is
STTrueFalsepublic void setMovie(Float value)
value - allowed object is
Floatpublic void setRelid(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getPict()
Stringpublic void setPict(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getVmlId()
Stringpublic void setVmlId(String value)
value - allowed object is
Stringpublic String getSrc()
Stringpublic void setSrc(String value)
value - allowed object is
Stringpublic String getCropleft()
Stringpublic void setCropleft(String value)
value - allowed object is
Stringpublic String getCroptop()
Stringpublic void setCroptop(String value)
value - allowed object is
Stringpublic String getCropright()
Stringpublic void setCropright(String value)
value - allowed object is
Stringpublic String getCropbottom()
Stringpublic void setCropbottom(String value)
value - allowed object is
Stringpublic String getGain()
Stringpublic void setGain(String value)
value - allowed object is
Stringpublic String getBlacklevel()
Stringpublic void setBlacklevel(String value)
value - allowed object is
Stringpublic String getGamma()
Stringpublic void setGamma(String value)
value - allowed object is
Stringpublic STTrueFalse getGrayscale()
STTrueFalsepublic void setGrayscale(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getBilevel()
STTrueFalsepublic void setBilevel(STTrueFalse value)
value - allowed object is
STTrueFalsepublic String getChromakey()
Stringpublic void setChromakey(String value)
value - allowed object is
Stringpublic 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-2019. All Rights Reserved.