Interface CTNonVisualConnectorProperties
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_NonVisualConnectorProperties(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTNonVisualConnectorProperties> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "cxnSpLocks" elementAppends and returns a new empty "endCxn" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "stCxn" elementGets the "cxnSpLocks" elementGets the "endCxn" elementGets the "extLst" elementgetStCxn()
Gets the "stCxn" elementboolean
True if has "cxnSpLocks" elementboolean
True if has "endCxn" elementboolean
True if has "extLst" elementboolean
True if has "stCxn" elementvoid
setCxnSpLocks
(CTConnectorLocking cxnSpLocks) Sets the "cxnSpLocks" elementvoid
setEndCxn
(CTConnection endCxn) Sets the "endCxn" elementvoid
setExtLst
(CTOfficeArtExtensionList extLst) Sets the "extLst" elementvoid
setStCxn
(CTConnection stCxn) Sets the "stCxn" elementvoid
Unsets the "cxnSpLocks" elementvoid
Unsets the "endCxn" elementvoid
Unsets the "extLst" elementvoid
Unsets the "stCxn" elementMethods 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getCxnSpLocks
CTConnectorLocking getCxnSpLocks()Gets the "cxnSpLocks" element -
isSetCxnSpLocks
boolean isSetCxnSpLocks()True if has "cxnSpLocks" element -
setCxnSpLocks
Sets the "cxnSpLocks" element -
addNewCxnSpLocks
CTConnectorLocking addNewCxnSpLocks()Appends and returns a new empty "cxnSpLocks" element -
unsetCxnSpLocks
void unsetCxnSpLocks()Unsets the "cxnSpLocks" element -
getStCxn
CTConnection getStCxn()Gets the "stCxn" element -
isSetStCxn
boolean isSetStCxn()True if has "stCxn" element -
setStCxn
Sets the "stCxn" element -
addNewStCxn
CTConnection addNewStCxn()Appends and returns a new empty "stCxn" element -
unsetStCxn
void unsetStCxn()Unsets the "stCxn" element -
getEndCxn
CTConnection getEndCxn()Gets the "endCxn" element -
isSetEndCxn
boolean isSetEndCxn()True if has "endCxn" element -
setEndCxn
Sets the "endCxn" element -
addNewEndCxn
CTConnection addNewEndCxn()Appends and returns a new empty "endCxn" element -
unsetEndCxn
void unsetEndCxn()Unsets the "endCxn" element -
getExtLst
CTOfficeArtExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-