Interface CTOleItem
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTOleItem extends XmlObject
An XML CT_OleItem(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTOleItem.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 booleangetAdvise()Gets the "advise" attributebooleangetIcon()Gets the "icon" attributejava.lang.StringgetName()Gets the "name" attributebooleangetPreferPic()Gets the "preferPic" attributebooleanisSetAdvise()True if has "advise" attributebooleanisSetIcon()True if has "icon" attributebooleanisSetPreferPic()True if has "preferPic" attributevoidsetAdvise(boolean advise)Sets the "advise" attributevoidsetIcon(boolean icon)Sets the "icon" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetPreferPic(boolean preferPic)Sets the "preferPic" attributevoidunsetAdvise()Unsets the "advise" attributevoidunsetIcon()Unsets the "icon" attributevoidunsetPreferPic()Unsets the "preferPic" attributeXmlBooleanxgetAdvise()Gets (as xml) the "advise" attributeXmlBooleanxgetIcon()Gets (as xml) the "icon" attributeSTXstringxgetName()Gets (as xml) the "name" attributeXmlBooleanxgetPreferPic()Gets (as xml) the "preferPic" attributevoidxsetAdvise(XmlBoolean advise)Sets (as xml) the "advise" attributevoidxsetIcon(XmlBoolean icon)Sets (as xml) the "icon" attributevoidxsetName(STXstring name)Sets (as xml) the "name" attributevoidxsetPreferPic(XmlBoolean preferPic)Sets (as xml) the "preferPic" 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
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) 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
void xsetIcon(XmlBoolean icon)
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
void xsetAdvise(XmlBoolean advise)
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
void xsetPreferPic(XmlBoolean preferPic)
Sets (as xml) the "preferPic" attribute
-
unsetPreferPic
void unsetPreferPic()
Unsets the "preferPic" attribute
-
-