Interface CTDdeItem
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DdeItem(@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 TypeMethodDescriptionAppends and returns a new empty "values" elementbooleanGets the "advise" attributegetName()Gets the "name" attributebooleangetOle()Gets the "ole" attributebooleanGets the "preferPic" attributeGets the "values" elementbooleanTrue if has "advise" attributebooleanTrue if has "name" attributebooleanisSetOle()True if has "ole" attributebooleanTrue if has "preferPic" attributebooleanTrue if has "values" elementvoidsetAdvise(boolean advise) Sets the "advise" attributevoidSets the "name" attributevoidsetOle(boolean ole) Sets the "ole" attributevoidsetPreferPic(boolean preferPic) Sets the "preferPic" attributevoidsetValues(CTDdeValues values) Sets the "values" elementvoidUnsets the "advise" attributevoidUnsets the "name" attributevoidunsetOle()Unsets the "ole" attributevoidUnsets the "preferPic" attributevoidUnsets the "values" elementGets (as xml) the "advise" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetName()Gets (as xml) the "name" attributexgetOle()Gets (as xml) the "ole" attributeGets (as xml) the "preferPic" attributevoidxsetAdvise(XmlBoolean advise) Sets (as xml) the "advise" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name) Sets (as xml) the "name" attributevoidxsetOle(XmlBoolean ole) Sets (as xml) the "ole" 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
-
getValues
CTDdeValues getValues()Gets the "values" element -
isSetValues
boolean isSetValues()True if has "values" element -
setValues
Sets the "values" element -
addNewValues
CTDdeValues addNewValues()Appends and returns a new empty "values" element -
unsetValues
void unsetValues()Unsets the "values" element -
getName
String getName()Gets the "name" attribute -
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()Gets (as xml) the "name" attribute -
isSetName
boolean isSetName()True if has "name" attribute -
setName
Sets the "name" attribute -
unsetName
void unsetName()Unsets the "name" attribute -
getOle
boolean getOle()Gets the "ole" attribute -
xgetOle
XmlBoolean xgetOle()Gets (as xml) the "ole" attribute -
isSetOle
boolean isSetOle()True if has "ole" attribute -
setOle
void setOle(boolean ole) Sets the "ole" attribute -
xsetOle
Sets (as xml) the "ole" attribute -
unsetOle
void unsetOle()Unsets the "ole" 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
-