Interface CTControl
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Control(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementAppends and returns a new empty "pic" elementGets the "extLst" elementgetId()Gets the "id" attributeintgetImgH()Gets the "imgH" attributeintgetImgW()Gets the "imgW" attributegetName()Gets the "name" attributegetPic()Gets the "pic" elementbooleanGets the "showAsIcon" attributegetSpid()Gets the "spid" attributebooleanTrue if has "extLst" elementbooleanisSetId()True if has "id" attributebooleanTrue if has "imgH" attributebooleanTrue if has "imgW" attributebooleanTrue if has "name" attributebooleanisSetPic()True if has "pic" elementbooleanTrue if has "showAsIcon" attributebooleanTrue if has "spid" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidSets the "id" attributevoidsetImgH(int imgH) Sets the "imgH" attributevoidsetImgW(int imgW) Sets the "imgW" attributevoidSets the "name" attributevoidSets the "pic" elementvoidsetShowAsIcon(boolean showAsIcon) Sets the "showAsIcon" attributevoidSets the "spid" attributevoidUnsets the "extLst" elementvoidunsetId()Unsets the "id" attributevoidUnsets the "imgH" attributevoidUnsets the "imgW" attributevoidUnsets the "name" attributevoidunsetPic()Unsets the "pic" elementvoidUnsets 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 "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" 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
-
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" 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
-