Interface CTGraphicalObjectFrameLocking
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTGraphicalObjectFrameLocking extends XmlObject
An XML CT_GraphicalObjectFrameLocking(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTGraphicalObjectFrameLocking.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTOfficeArtExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTOfficeArtExtensionListgetExtLst()Gets the "extLst" elementbooleangetNoChangeAspect()Gets the "noChangeAspect" attributebooleangetNoDrilldown()Gets the "noDrilldown" attributebooleangetNoGrp()Gets the "noGrp" attributebooleangetNoMove()Gets the "noMove" attributebooleangetNoResize()Gets the "noResize" attributebooleangetNoSelect()Gets the "noSelect" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetNoChangeAspect()True if has "noChangeAspect" attributebooleanisSetNoDrilldown()True if has "noDrilldown" attributebooleanisSetNoGrp()True if has "noGrp" attributebooleanisSetNoMove()True if has "noMove" attributebooleanisSetNoResize()True if has "noResize" attributebooleanisSetNoSelect()True if has "noSelect" attributevoidsetExtLst(CTOfficeArtExtensionList extLst)Sets the "extLst" elementvoidsetNoChangeAspect(boolean noChangeAspect)Sets the "noChangeAspect" attributevoidsetNoDrilldown(boolean noDrilldown)Sets the "noDrilldown" attributevoidsetNoGrp(boolean noGrp)Sets the "noGrp" attributevoidsetNoMove(boolean noMove)Sets the "noMove" attributevoidsetNoResize(boolean noResize)Sets the "noResize" attributevoidsetNoSelect(boolean noSelect)Sets the "noSelect" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetNoChangeAspect()Unsets the "noChangeAspect" attributevoidunsetNoDrilldown()Unsets the "noDrilldown" attributevoidunsetNoGrp()Unsets the "noGrp" attributevoidunsetNoMove()Unsets the "noMove" attributevoidunsetNoResize()Unsets the "noResize" attributevoidunsetNoSelect()Unsets the "noSelect" attributeXmlBooleanxgetNoChangeAspect()Gets (as xml) the "noChangeAspect" attributeXmlBooleanxgetNoDrilldown()Gets (as xml) the "noDrilldown" attributeXmlBooleanxgetNoGrp()Gets (as xml) the "noGrp" attributeXmlBooleanxgetNoMove()Gets (as xml) the "noMove" attributeXmlBooleanxgetNoResize()Gets (as xml) the "noResize" attributeXmlBooleanxgetNoSelect()Gets (as xml) the "noSelect" attributevoidxsetNoChangeAspect(XmlBoolean noChangeAspect)Sets (as xml) the "noChangeAspect" attributevoidxsetNoDrilldown(XmlBoolean noDrilldown)Sets (as xml) the "noDrilldown" attributevoidxsetNoGrp(XmlBoolean noGrp)Sets (as xml) the "noGrp" attributevoidxsetNoMove(XmlBoolean noMove)Sets (as xml) the "noMove" attributevoidxsetNoResize(XmlBoolean noResize)Sets (as xml) the "noResize" attributevoidxsetNoSelect(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
-
getNoDrilldown
boolean getNoDrilldown()
Gets the "noDrilldown" attribute
-
xgetNoDrilldown
XmlBoolean xgetNoDrilldown()
Gets (as xml) the "noDrilldown" attribute
-
isSetNoDrilldown
boolean isSetNoDrilldown()
True if has "noDrilldown" attribute
-
setNoDrilldown
void setNoDrilldown(boolean noDrilldown)
Sets the "noDrilldown" attribute
-
xsetNoDrilldown
void xsetNoDrilldown(XmlBoolean noDrilldown)
Sets (as xml) the "noDrilldown" attribute
-
unsetNoDrilldown
void unsetNoDrilldown()
Unsets the "noDrilldown" 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
-
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
-
-