Interface CTDdeLink
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DdeLink(@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 "ddeItems" elementGets the "ddeItems" elementGets the "ddeService" attributeGets the "ddeTopic" attributebooleanTrue if has "ddeItems" elementvoidsetDdeItems(CTDdeItems ddeItems) Sets the "ddeItems" elementvoidsetDdeService(String ddeService) Sets the "ddeService" attributevoidsetDdeTopic(String ddeTopic) Sets the "ddeTopic" attributevoidUnsets the "ddeItems" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "ddeService" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "ddeTopic" attributevoidxsetDdeService(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring ddeService) Sets (as xml) the "ddeService" attributevoidxsetDdeTopic(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring ddeTopic) Sets (as xml) the "ddeTopic" 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
-
getDdeItems
CTDdeItems getDdeItems()Gets the "ddeItems" element -
isSetDdeItems
boolean isSetDdeItems()True if has "ddeItems" element -
setDdeItems
Sets the "ddeItems" element -
addNewDdeItems
CTDdeItems addNewDdeItems()Appends and returns a new empty "ddeItems" element -
unsetDdeItems
void unsetDdeItems()Unsets the "ddeItems" element -
getDdeService
String getDdeService()Gets the "ddeService" attribute -
xgetDdeService
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDdeService()Gets (as xml) the "ddeService" attribute -
setDdeService
Sets the "ddeService" attribute -
getDdeTopic
String getDdeTopic()Gets the "ddeTopic" attribute -
xgetDdeTopic
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDdeTopic()Gets (as xml) the "ddeTopic" attribute -
setDdeTopic
Sets the "ddeTopic" attribute
-