Interface CTOleObject
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTOleObject extends XmlObject
An XML CT_OleObject(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTOleObject.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTOleObjectEmbed
addNewEmbed()
Appends and returns a new empty "embed" elementCTOleObjectLink
addNewLink()
Appends and returns a new empty "link" elementCTOleObjectEmbed
getEmbed()
Gets the "embed" elementjava.lang.String
getId()
Gets the "id" attributeint
getImgH()
Gets the "imgH" attributeint
getImgW()
Gets the "imgW" attributeCTOleObjectLink
getLink()
Gets the "link" elementjava.lang.String
getName()
Gets the "name" attributejava.lang.String
getProgId()
Gets the "progId" attributeboolean
getShowAsIcon()
Gets the "showAsIcon" attributejava.lang.String
getSpid()
Gets the "spid" attributeboolean
isSetEmbed()
True if has "embed" elementboolean
isSetId()
True if has "id" attributeboolean
isSetImgH()
True if has "imgH" attributeboolean
isSetImgW()
True if has "imgW" attributeboolean
isSetLink()
True if has "link" elementboolean
isSetName()
True if has "name" attributeboolean
isSetProgId()
True if has "progId" attributeboolean
isSetShowAsIcon()
True if has "showAsIcon" attributevoid
setEmbed(CTOleObjectEmbed embed)
Sets the "embed" elementvoid
setId(java.lang.String id)
Sets the "id" attributevoid
setImgH(int imgH)
Sets the "imgH" attributevoid
setImgW(int imgW)
Sets the "imgW" attributevoid
setLink(CTOleObjectLink link)
Sets the "link" elementvoid
setName(java.lang.String name)
Sets the "name" attributevoid
setProgId(java.lang.String progId)
Sets the "progId" attributevoid
setShowAsIcon(boolean showAsIcon)
Sets the "showAsIcon" attributevoid
setSpid(java.lang.String spid)
Sets the "spid" attributevoid
unsetEmbed()
Unsets the "embed" elementvoid
unsetId()
Unsets the "id" attributevoid
unsetImgH()
Unsets the "imgH" attributevoid
unsetImgW()
Unsets the "imgW" attributevoid
unsetLink()
Unsets the "link" elementvoid
unsetName()
Unsets the "name" attributevoid
unsetProgId()
Unsets the "progId" attributevoid
unsetShowAsIcon()
Unsets the "showAsIcon" attributeSTRelationshipId
xgetId()
Gets (as xml) the "id" attributeSTPositiveCoordinate32
xgetImgH()
Gets (as xml) the "imgH" attributeSTPositiveCoordinate32
xgetImgW()
Gets (as xml) the "imgW" attributeXmlString
xgetName()
Gets (as xml) the "name" attributeXmlString
xgetProgId()
Gets (as xml) the "progId" attributeXmlBoolean
xgetShowAsIcon()
Gets (as xml) the "showAsIcon" attributeSTShapeID
xgetSpid()
Gets (as xml) the "spid" attributevoid
xsetId(STRelationshipId id)
Sets (as xml) the "id" attributevoid
xsetImgH(STPositiveCoordinate32 imgH)
Sets (as xml) the "imgH" attributevoid
xsetImgW(STPositiveCoordinate32 imgW)
Sets (as xml) the "imgW" attributevoid
xsetName(XmlString name)
Sets (as xml) the "name" attributevoid
xsetProgId(XmlString progId)
Sets (as xml) the "progId" attributevoid
xsetShowAsIcon(XmlBoolean showAsIcon)
Sets (as xml) the "showAsIcon" attributevoid
xsetSpid(STShapeID spid)
Sets (as xml) the "spid" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getEmbed
CTOleObjectEmbed getEmbed()
Gets the "embed" element
-
isSetEmbed
boolean isSetEmbed()
True if has "embed" element
-
setEmbed
void setEmbed(CTOleObjectEmbed embed)
Sets the "embed" element
-
addNewEmbed
CTOleObjectEmbed addNewEmbed()
Appends and returns a new empty "embed" element
-
unsetEmbed
void unsetEmbed()
Unsets the "embed" element
-
getLink
CTOleObjectLink getLink()
Gets the "link" element
-
isSetLink
boolean isSetLink()
True if has "link" element
-
setLink
void setLink(CTOleObjectLink link)
Sets the "link" element
-
addNewLink
CTOleObjectLink addNewLink()
Appends and returns a new empty "link" element
-
unsetLink
void unsetLink()
Unsets the "link" element
-
getSpid
java.lang.String getSpid()
Gets the "spid" attribute
-
xgetSpid
STShapeID xgetSpid()
Gets (as xml) the "spid" attribute
-
setSpid
void setSpid(java.lang.String spid)
Sets the "spid" attribute
-
xsetSpid
void xsetSpid(STShapeID spid)
Sets (as xml) the "spid" attribute
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
XmlString xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(XmlString name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getShowAsIcon
boolean getShowAsIcon()
Gets the "showAsIcon" attribute
-
xgetShowAsIcon
XmlBoolean xgetShowAsIcon()
Gets (as xml) the "showAsIcon" attribute
-
isSetShowAsIcon
boolean isSetShowAsIcon()
True if has "showAsIcon" attribute
-
setShowAsIcon
void setShowAsIcon(boolean showAsIcon)
Sets the "showAsIcon" attribute
-
xsetShowAsIcon
void xsetShowAsIcon(XmlBoolean showAsIcon)
Sets (as xml) the "showAsIcon" attribute
-
unsetShowAsIcon
void unsetShowAsIcon()
Unsets the "showAsIcon" attribute
-
getId
java.lang.String getId()
Gets the "id" attribute
-
xgetId
STRelationshipId xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(java.lang.String id)
Sets the "id" attribute
-
xsetId
void xsetId(STRelationshipId id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
getImgW
int getImgW()
Gets the "imgW" attribute
-
xgetImgW
STPositiveCoordinate32 xgetImgW()
Gets (as xml) the "imgW" attribute
-
isSetImgW
boolean isSetImgW()
True if has "imgW" attribute
-
setImgW
void setImgW(int imgW)
Sets the "imgW" attribute
-
xsetImgW
void xsetImgW(STPositiveCoordinate32 imgW)
Sets (as xml) the "imgW" attribute
-
unsetImgW
void unsetImgW()
Unsets the "imgW" attribute
-
getImgH
int getImgH()
Gets the "imgH" attribute
-
xgetImgH
STPositiveCoordinate32 xgetImgH()
Gets (as xml) the "imgH" attribute
-
isSetImgH
boolean isSetImgH()
True if has "imgH" attribute
-
setImgH
void setImgH(int imgH)
Sets the "imgH" attribute
-
xsetImgH
void xsetImgH(STPositiveCoordinate32 imgH)
Sets (as xml) the "imgH" attribute
-
unsetImgH
void unsetImgH()
Unsets the "imgH" attribute
-
getProgId
java.lang.String getProgId()
Gets the "progId" attribute
-
xgetProgId
XmlString xgetProgId()
Gets (as xml) the "progId" attribute
-
isSetProgId
boolean isSetProgId()
True if has "progId" attribute
-
setProgId
void setProgId(java.lang.String progId)
Sets the "progId" attribute
-
xsetProgId
void xsetProgId(XmlString progId)
Sets (as xml) the "progId" attribute
-
unsetProgId
void unsetProgId()
Unsets the "progId" attribute
-
-