public class CTOleObject extends Object
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 |
---|---|
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.
|
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 |
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()
CTOleObjectEmbed
public void setEmbed(CTOleObjectEmbed value)
value
- allowed object is
CTOleObjectEmbed
public CTOleObjectLink getLink()
CTOleObjectLink
public void setLink(CTOleObjectLink value)
value
- allowed object is
CTOleObjectLink
public void setPic(Pic value)
value
- allowed object is
Pic
public String getProgId()
String
public void setProgId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isShowAsIcon()
Boolean
public void setShowAsIcon(Boolean value)
value
- allowed object is
Boolean
public void setId(String value)
value
- allowed object is
String
public Integer getImgW()
Integer
public void setImgW(Integer value)
value
- allowed object is
Integer
public Integer getImgH()
Integer
Copyright © 2007-2019. All Rights Reserved.