public class CTOleObject extends Object implements Child
Java class for CT_OleObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OleObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="embed" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_OleObjectEmbed"/>
<element name="link" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_OleObjectLink"/>
<element name="pic" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Picture"/>
</choice>
<attGroup ref="{http://schemas.openxmlformats.org/presentationml/2006/main}AG_Ole"/>
<attribute name="progId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTOleObjectEmbed |
embed |
protected String |
id |
protected Integer |
imgH |
protected Integer |
imgW |
protected CTOleObjectLink |
link |
protected String |
name |
protected Pic |
pic |
protected String |
progId |
protected Boolean |
showAsIcon |
protected String |
spid |
| Constructor and Description |
|---|
CTOleObject() |
| 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.
|
CTOleObjectEmbed |
getEmbed()
Gets the value of the embed property.
|
String |
getId()
Relationship ID
|
Integer |
getImgH()
Gets the value of the imgH property.
|
Integer |
getImgW()
Gets the value of the imgW property.
|
CTOleObjectLink |
getLink()
Gets the value of the link property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Pic |
getPic()
Gets the value of the pic property.
|
String |
getProgId()
Gets the value of the progId property.
|
String |
getSpid() |
boolean |
isShowAsIcon()
Gets the value of the showAsIcon property.
|
void |
setEmbed(CTOleObjectEmbed value)
Sets the value of the embed property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setImgH(Integer value)
Sets the value of the imgH property.
|
void |
setImgW(Integer value)
Sets the value of the imgW property.
|
void |
setLink(CTOleObjectLink value)
Sets the value of the link property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setPic(Pic value)
Sets the value of the pic property.
|
void |
setProgId(String value)
Sets the value of the progId property.
|
void |
setShowAsIcon(Boolean value)
Sets the value of the showAsIcon property.
|
void |
setSpid(String value) |
protected CTOleObjectEmbed embed
protected CTOleObjectLink link
protected Pic pic
protected String progId
protected String name
protected Boolean showAsIcon
protected String id
protected Integer imgW
protected Integer imgH
protected String spid
public String getSpid()
public void setSpid(String value)
public CTOleObjectEmbed getEmbed()
CTOleObjectEmbedpublic void setEmbed(CTOleObjectEmbed value)
value - allowed object is
CTOleObjectEmbedpublic CTOleObjectLink getLink()
CTOleObjectLinkpublic void setLink(CTOleObjectLink value)
value - allowed object is
CTOleObjectLinkpublic void setPic(Pic value)
value - allowed object is
Picpublic String getProgId()
Stringpublic void setProgId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isShowAsIcon()
Booleanpublic void setShowAsIcon(Boolean value)
value - allowed object is
Booleanpublic void setId(String value)
value - allowed object is
Stringpublic Integer getImgW()
Integerpublic void setImgW(Integer value)
value - allowed object is
Integerpublic Integer getImgH()
Integerpublic void setImgH(Integer value)
value - allowed object is
Integerpublic 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-2021. All Rights Reserved.