Interface CTConnectorLocking
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTConnectorLocking extends XmlObject
An XML CT_ConnectorLocking(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTConnectorLocking.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTOfficeArtExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTOfficeArtExtensionList
getExtLst()
Gets the "extLst" elementboolean
getNoAdjustHandles()
Gets the "noAdjustHandles" attributeboolean
getNoChangeArrowheads()
Gets the "noChangeArrowheads" attributeboolean
getNoChangeAspect()
Gets the "noChangeAspect" attributeboolean
getNoChangeShapeType()
Gets the "noChangeShapeType" attributeboolean
getNoEditPoints()
Gets the "noEditPoints" attributeboolean
getNoGrp()
Gets the "noGrp" attributeboolean
getNoMove()
Gets the "noMove" attributeboolean
getNoResize()
Gets the "noResize" attributeboolean
getNoRot()
Gets the "noRot" attributeboolean
getNoSelect()
Gets the "noSelect" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetNoAdjustHandles()
True if has "noAdjustHandles" attributeboolean
isSetNoChangeArrowheads()
True if has "noChangeArrowheads" attributeboolean
isSetNoChangeAspect()
True if has "noChangeAspect" attributeboolean
isSetNoChangeShapeType()
True if has "noChangeShapeType" attributeboolean
isSetNoEditPoints()
True if has "noEditPoints" attributeboolean
isSetNoGrp()
True if has "noGrp" attributeboolean
isSetNoMove()
True if has "noMove" attributeboolean
isSetNoResize()
True if has "noResize" attributeboolean
isSetNoRot()
True if has "noRot" attributeboolean
isSetNoSelect()
True if has "noSelect" attributevoid
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" elementvoid
setNoAdjustHandles(boolean noAdjustHandles)
Sets the "noAdjustHandles" attributevoid
setNoChangeArrowheads(boolean noChangeArrowheads)
Sets the "noChangeArrowheads" attributevoid
setNoChangeAspect(boolean noChangeAspect)
Sets the "noChangeAspect" attributevoid
setNoChangeShapeType(boolean noChangeShapeType)
Sets the "noChangeShapeType" attributevoid
setNoEditPoints(boolean noEditPoints)
Sets the "noEditPoints" attributevoid
setNoGrp(boolean noGrp)
Sets the "noGrp" attributevoid
setNoMove(boolean noMove)
Sets the "noMove" attributevoid
setNoResize(boolean noResize)
Sets the "noResize" attributevoid
setNoRot(boolean noRot)
Sets the "noRot" attributevoid
setNoSelect(boolean noSelect)
Sets the "noSelect" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetNoAdjustHandles()
Unsets the "noAdjustHandles" attributevoid
unsetNoChangeArrowheads()
Unsets the "noChangeArrowheads" attributevoid
unsetNoChangeAspect()
Unsets the "noChangeAspect" attributevoid
unsetNoChangeShapeType()
Unsets the "noChangeShapeType" attributevoid
unsetNoEditPoints()
Unsets the "noEditPoints" attributevoid
unsetNoGrp()
Unsets the "noGrp" attributevoid
unsetNoMove()
Unsets the "noMove" attributevoid
unsetNoResize()
Unsets the "noResize" attributevoid
unsetNoRot()
Unsets the "noRot" attributevoid
unsetNoSelect()
Unsets the "noSelect" attributeXmlBoolean
xgetNoAdjustHandles()
Gets (as xml) the "noAdjustHandles" attributeXmlBoolean
xgetNoChangeArrowheads()
Gets (as xml) the "noChangeArrowheads" attributeXmlBoolean
xgetNoChangeAspect()
Gets (as xml) the "noChangeAspect" attributeXmlBoolean
xgetNoChangeShapeType()
Gets (as xml) the "noChangeShapeType" attributeXmlBoolean
xgetNoEditPoints()
Gets (as xml) the "noEditPoints" attributeXmlBoolean
xgetNoGrp()
Gets (as xml) the "noGrp" attributeXmlBoolean
xgetNoMove()
Gets (as xml) the "noMove" attributeXmlBoolean
xgetNoResize()
Gets (as xml) the "noResize" attributeXmlBoolean
xgetNoRot()
Gets (as xml) the "noRot" attributeXmlBoolean
xgetNoSelect()
Gets (as xml) the "noSelect" attributevoid
xsetNoAdjustHandles(XmlBoolean noAdjustHandles)
Sets (as xml) the "noAdjustHandles" attributevoid
xsetNoChangeArrowheads(XmlBoolean noChangeArrowheads)
Sets (as xml) the "noChangeArrowheads" attributevoid
xsetNoChangeAspect(XmlBoolean noChangeAspect)
Sets (as xml) the "noChangeAspect" attributevoid
xsetNoChangeShapeType(XmlBoolean noChangeShapeType)
Sets (as xml) the "noChangeShapeType" attributevoid
xsetNoEditPoints(XmlBoolean noEditPoints)
Sets (as xml) the "noEditPoints" attributevoid
xsetNoGrp(XmlBoolean noGrp)
Sets (as xml) the "noGrp" attributevoid
xsetNoMove(XmlBoolean noMove)
Sets (as xml) the "noMove" attributevoid
xsetNoResize(XmlBoolean noResize)
Sets (as xml) the "noResize" attributevoid
xsetNoRot(XmlBoolean noRot)
Sets (as xml) the "noRot" attributevoid
xsetNoSelect(XmlBoolean noSelect)
Sets (as xml) the "noSelect" 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
-
getExtLst
CTOfficeArtExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getNoGrp
boolean getNoGrp()
Gets the "noGrp" attribute
-
xgetNoGrp
XmlBoolean xgetNoGrp()
Gets (as xml) the "noGrp" attribute
-
isSetNoGrp
boolean isSetNoGrp()
True if has "noGrp" attribute
-
setNoGrp
void setNoGrp(boolean noGrp)
Sets the "noGrp" attribute
-
xsetNoGrp
void xsetNoGrp(XmlBoolean noGrp)
Sets (as xml) the "noGrp" attribute
-
unsetNoGrp
void unsetNoGrp()
Unsets the "noGrp" attribute
-
getNoSelect
boolean getNoSelect()
Gets the "noSelect" attribute
-
xgetNoSelect
XmlBoolean xgetNoSelect()
Gets (as xml) the "noSelect" attribute
-
isSetNoSelect
boolean isSetNoSelect()
True if has "noSelect" attribute
-
setNoSelect
void setNoSelect(boolean noSelect)
Sets the "noSelect" attribute
-
xsetNoSelect
void xsetNoSelect(XmlBoolean noSelect)
Sets (as xml) the "noSelect" attribute
-
unsetNoSelect
void unsetNoSelect()
Unsets the "noSelect" attribute
-
getNoRot
boolean getNoRot()
Gets the "noRot" attribute
-
xgetNoRot
XmlBoolean xgetNoRot()
Gets (as xml) the "noRot" attribute
-
isSetNoRot
boolean isSetNoRot()
True if has "noRot" attribute
-
setNoRot
void setNoRot(boolean noRot)
Sets the "noRot" attribute
-
xsetNoRot
void xsetNoRot(XmlBoolean noRot)
Sets (as xml) the "noRot" attribute
-
unsetNoRot
void unsetNoRot()
Unsets the "noRot" attribute
-
getNoChangeAspect
boolean getNoChangeAspect()
Gets the "noChangeAspect" attribute
-
xgetNoChangeAspect
XmlBoolean xgetNoChangeAspect()
Gets (as xml) the "noChangeAspect" attribute
-
isSetNoChangeAspect
boolean isSetNoChangeAspect()
True if has "noChangeAspect" attribute
-
setNoChangeAspect
void setNoChangeAspect(boolean noChangeAspect)
Sets the "noChangeAspect" attribute
-
xsetNoChangeAspect
void xsetNoChangeAspect(XmlBoolean noChangeAspect)
Sets (as xml) the "noChangeAspect" attribute
-
unsetNoChangeAspect
void unsetNoChangeAspect()
Unsets the "noChangeAspect" attribute
-
getNoMove
boolean getNoMove()
Gets the "noMove" attribute
-
xgetNoMove
XmlBoolean xgetNoMove()
Gets (as xml) the "noMove" attribute
-
isSetNoMove
boolean isSetNoMove()
True if has "noMove" attribute
-
setNoMove
void setNoMove(boolean noMove)
Sets the "noMove" attribute
-
xsetNoMove
void xsetNoMove(XmlBoolean noMove)
Sets (as xml) the "noMove" attribute
-
unsetNoMove
void unsetNoMove()
Unsets the "noMove" attribute
-
getNoResize
boolean getNoResize()
Gets the "noResize" attribute
-
xgetNoResize
XmlBoolean xgetNoResize()
Gets (as xml) the "noResize" attribute
-
isSetNoResize
boolean isSetNoResize()
True if has "noResize" attribute
-
setNoResize
void setNoResize(boolean noResize)
Sets the "noResize" attribute
-
xsetNoResize
void xsetNoResize(XmlBoolean noResize)
Sets (as xml) the "noResize" attribute
-
unsetNoResize
void unsetNoResize()
Unsets the "noResize" attribute
-
getNoEditPoints
boolean getNoEditPoints()
Gets the "noEditPoints" attribute
-
xgetNoEditPoints
XmlBoolean xgetNoEditPoints()
Gets (as xml) the "noEditPoints" attribute
-
isSetNoEditPoints
boolean isSetNoEditPoints()
True if has "noEditPoints" attribute
-
setNoEditPoints
void setNoEditPoints(boolean noEditPoints)
Sets the "noEditPoints" attribute
-
xsetNoEditPoints
void xsetNoEditPoints(XmlBoolean noEditPoints)
Sets (as xml) the "noEditPoints" attribute
-
unsetNoEditPoints
void unsetNoEditPoints()
Unsets the "noEditPoints" attribute
-
getNoAdjustHandles
boolean getNoAdjustHandles()
Gets the "noAdjustHandles" attribute
-
xgetNoAdjustHandles
XmlBoolean xgetNoAdjustHandles()
Gets (as xml) the "noAdjustHandles" attribute
-
isSetNoAdjustHandles
boolean isSetNoAdjustHandles()
True if has "noAdjustHandles" attribute
-
setNoAdjustHandles
void setNoAdjustHandles(boolean noAdjustHandles)
Sets the "noAdjustHandles" attribute
-
xsetNoAdjustHandles
void xsetNoAdjustHandles(XmlBoolean noAdjustHandles)
Sets (as xml) the "noAdjustHandles" attribute
-
unsetNoAdjustHandles
void unsetNoAdjustHandles()
Unsets the "noAdjustHandles" attribute
-
getNoChangeArrowheads
boolean getNoChangeArrowheads()
Gets the "noChangeArrowheads" attribute
-
xgetNoChangeArrowheads
XmlBoolean xgetNoChangeArrowheads()
Gets (as xml) the "noChangeArrowheads" attribute
-
isSetNoChangeArrowheads
boolean isSetNoChangeArrowheads()
True if has "noChangeArrowheads" attribute
-
setNoChangeArrowheads
void setNoChangeArrowheads(boolean noChangeArrowheads)
Sets the "noChangeArrowheads" attribute
-
xsetNoChangeArrowheads
void xsetNoChangeArrowheads(XmlBoolean noChangeArrowheads)
Sets (as xml) the "noChangeArrowheads" attribute
-
unsetNoChangeArrowheads
void unsetNoChangeArrowheads()
Unsets the "noChangeArrowheads" attribute
-
getNoChangeShapeType
boolean getNoChangeShapeType()
Gets the "noChangeShapeType" attribute
-
xgetNoChangeShapeType
XmlBoolean xgetNoChangeShapeType()
Gets (as xml) the "noChangeShapeType" attribute
-
isSetNoChangeShapeType
boolean isSetNoChangeShapeType()
True if has "noChangeShapeType" attribute
-
setNoChangeShapeType
void setNoChangeShapeType(boolean noChangeShapeType)
Sets the "noChangeShapeType" attribute
-
xsetNoChangeShapeType
void xsetNoChangeShapeType(XmlBoolean noChangeShapeType)
Sets (as xml) the "noChangeShapeType" attribute
-
unsetNoChangeShapeType
void unsetNoChangeShapeType()
Unsets the "noChangeShapeType" attribute
-
-