Interface CTOleObject
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_OleObject(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTOleObject> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "embed" elementAppends and returns a new empty "link" elementAppends and returns a new empty "pic" elementgetEmbed()Gets the "embed" elementgetId()Gets the "id" attributeintgetImgH()Gets the "imgH" attributeintgetImgW()Gets the "imgW" attributegetLink()Gets the "link" elementgetName()Gets the "name" attributegetPic()Gets the "pic" elementGets the "progId" attributebooleanGets the "showAsIcon" attributegetSpid()Gets the "spid" attributebooleanTrue if has "embed" elementbooleanisSetId()True if has "id" attributebooleanTrue if has "imgH" attributebooleanTrue if has "imgW" attributebooleanTrue if has "link" elementbooleanTrue if has "name" attributebooleanisSetPic()True if has "pic" elementbooleanTrue if has "progId" attributebooleanTrue if has "showAsIcon" attributebooleanTrue if has "spid" attributevoidsetEmbed(CTOleObjectEmbed embed) Sets the "embed" elementvoidSets the "id" attributevoidsetImgH(int imgH) Sets the "imgH" attributevoidsetImgW(int imgW) Sets the "imgW" attributevoidsetLink(CTOleObjectLink link) Sets the "link" elementvoidSets the "name" attributevoidSets the "pic" elementvoidSets the "progId" attributevoidsetShowAsIcon(boolean showAsIcon) Sets the "showAsIcon" attributevoidSets the "spid" attributevoidUnsets the "embed" elementvoidunsetId()Unsets the "id" attributevoidUnsets the "imgH" attributevoidUnsets the "imgW" attributevoidUnsets the "link" elementvoidUnsets the "name" attributevoidunsetPic()Unsets the "pic" elementvoidUnsets the "progId" attributevoidUnsets the "showAsIcon" attributevoidUnsets the "spid" attributexgetId()Gets (as xml) the "id" attributexgetImgH()Gets (as xml) the "imgH" attributexgetImgW()Gets (as xml) the "imgW" attributexgetName()Gets (as xml) the "name" attributeGets (as xml) the "progId" attributeGets (as xml) the "showAsIcon" attributexgetSpid()Gets (as xml) the "spid" attributevoidSets (as xml) the "id" attributevoidSets (as xml) the "imgH" attributevoidSets (as xml) the "imgW" attributevoidSets (as xml) the "name" attributevoidxsetProgId(XmlString progId) Sets (as xml) the "progId" attributevoidxsetShowAsIcon(XmlBoolean showAsIcon) Sets (as xml) the "showAsIcon" attributevoidSets (as xml) the "spid" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getEmbed
CTOleObjectEmbed getEmbed()Gets the "embed" element -
isSetEmbed
boolean isSetEmbed()True if has "embed" element -
setEmbed
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
Sets the "link" element -
addNewLink
CTOleObjectLink addNewLink()Appends and returns a new empty "link" element -
unsetLink
void unsetLink()Unsets the "link" element -
getPic
CTPicture getPic()Gets the "pic" element -
isSetPic
boolean isSetPic()True if has "pic" element -
setPic
Sets the "pic" element -
addNewPic
CTPicture addNewPic()Appends and returns a new empty "pic" element -
unsetPic
void unsetPic()Unsets the "pic" element -
getSpid
String getSpid()Gets the "spid" attribute -
xgetSpid
STShapeID xgetSpid()Gets (as xml) the "spid" attribute -
isSetSpid
boolean isSetSpid()True if has "spid" attribute -
setSpid
Sets the "spid" attribute -
xsetSpid
Sets (as xml) the "spid" attribute -
unsetSpid
void unsetSpid()Unsets the "spid" attribute -
getName
String getName()Gets the "name" attribute -
xgetName
XmlString xgetName()Gets (as xml) the "name" attribute -
isSetName
boolean isSetName()True if has "name" attribute -
setName
Sets the "name" attribute -
xsetName
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
Sets (as xml) the "showAsIcon" attribute -
unsetShowAsIcon
void unsetShowAsIcon()Unsets the "showAsIcon" attribute -
getId
String getId()Gets the "id" attribute -
xgetId
STRelationshipId xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
Sets the "id" attribute -
xsetId
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
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
Sets (as xml) the "imgH" attribute -
unsetImgH
void unsetImgH()Unsets the "imgH" attribute -
getProgId
String getProgId()Gets the "progId" attribute -
xgetProgId
XmlString xgetProgId()Gets (as xml) the "progId" attribute -
isSetProgId
boolean isSetProgId()True if has "progId" attribute -
setProgId
Sets the "progId" attribute -
xsetProgId
Sets (as xml) the "progId" attribute -
unsetProgId
void unsetProgId()Unsets the "progId" attribute
-