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 SchemaTypeFields 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" elementbooleanTrue if has "cxnSpLocks" elementbooleanTrue if has "endCxn" elementbooleanTrue if has "extLst" elementbooleanTrue if has "stCxn" elementvoidsetCxnSpLocks(CTConnectorLocking cxnSpLocks) Sets the "cxnSpLocks" elementvoidsetEndCxn(CTConnection endCxn) Sets the "endCxn" elementvoidsetExtLst(CTOfficeArtExtensionList extLst) Sets the "extLst" elementvoidsetStCxn(CTConnection stCxn) Sets the "stCxn" elementvoidUnsets the "cxnSpLocks" elementvoidUnsets the "endCxn" elementvoidUnsets the "extLst" elementvoidUnsets 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, 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
-
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
-