Interface CTOleItem
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_OleItem(@http://schemas.openxmlformats.org/spreadsheetml/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 TypeMethodDescriptionbooleanGets the "advise" attributebooleangetIcon()Gets the "icon" attributegetName()Gets the "name" attributebooleanGets the "preferPic" attributebooleanTrue if has "advise" attributebooleanTrue if has "icon" attributebooleanTrue if has "preferPic" attributevoidsetAdvise(boolean advise) Sets the "advise" attributevoidsetIcon(boolean icon) Sets the "icon" attributevoidSets the "name" attributevoidsetPreferPic(boolean preferPic) Sets the "preferPic" attributevoidUnsets the "advise" attributevoidUnsets the "icon" attributevoidUnsets the "preferPic" attributeGets (as xml) the "advise" attributexgetIcon()Gets (as xml) the "icon" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetName()Gets (as xml) the "name" attributeGets (as xml) the "preferPic" attributevoidxsetAdvise(XmlBoolean advise) Sets (as xml) the "advise" attributevoidxsetIcon(XmlBoolean icon) Sets (as xml) the "icon" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name) Sets (as xml) the "name" attributevoidxsetPreferPic(XmlBoolean preferPic) Sets (as xml) the "preferPic" 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
-
getName
String getName()Gets the "name" attribute -
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()Gets (as xml) the "name" attribute -
setName
Sets the "name" attribute -
getIcon
boolean getIcon()Gets the "icon" attribute -
xgetIcon
XmlBoolean xgetIcon()Gets (as xml) the "icon" attribute -
isSetIcon
boolean isSetIcon()True if has "icon" attribute -
setIcon
void setIcon(boolean icon) Sets the "icon" attribute -
xsetIcon
Sets (as xml) the "icon" attribute -
unsetIcon
void unsetIcon()Unsets the "icon" attribute -
getAdvise
boolean getAdvise()Gets the "advise" attribute -
xgetAdvise
XmlBoolean xgetAdvise()Gets (as xml) the "advise" attribute -
isSetAdvise
boolean isSetAdvise()True if has "advise" attribute -
setAdvise
void setAdvise(boolean advise) Sets the "advise" attribute -
xsetAdvise
Sets (as xml) the "advise" attribute -
unsetAdvise
void unsetAdvise()Unsets the "advise" attribute -
getPreferPic
boolean getPreferPic()Gets the "preferPic" attribute -
xgetPreferPic
XmlBoolean xgetPreferPic()Gets (as xml) the "preferPic" attribute -
isSetPreferPic
boolean isSetPreferPic()True if has "preferPic" attribute -
setPreferPic
void setPreferPic(boolean preferPic) Sets the "preferPic" attribute -
xsetPreferPic
Sets (as xml) the "preferPic" attribute -
unsetPreferPic
void unsetPreferPic()Unsets the "preferPic" attribute
-