Interface CTControl
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Control(@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 "controlPr" elementGets the "controlPr" elementgetId()Gets the "id" attributegetName()Gets the "name" attributelongGets the "shapeId" attributebooleanTrue if has "controlPr" elementbooleanTrue if has "name" attributevoidsetControlPr(CTControlPr controlPr) Sets the "controlPr" elementvoidSets the "id" attributevoidSets the "name" attributevoidsetShapeId(long shapeId) Sets the "shapeId" attributevoidUnsets the "controlPr" elementvoidUnsets the "name" attributexgetId()Gets (as xml) the "id" attributexgetName()Gets (as xml) the "name" attributeGets (as xml) the "shapeId" attributevoidSets (as xml) the "id" attributevoidSets (as xml) the "name" attributevoidxsetShapeId(XmlUnsignedInt shapeId) Sets (as xml) the "shapeId" 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
-
getControlPr
CTControlPr getControlPr()Gets the "controlPr" element -
isSetControlPr
boolean isSetControlPr()True if has "controlPr" element -
setControlPr
Sets the "controlPr" element -
addNewControlPr
CTControlPr addNewControlPr()Appends and returns a new empty "controlPr" element -
unsetControlPr
void unsetControlPr()Unsets the "controlPr" element -
getShapeId
long getShapeId()Gets the "shapeId" attribute -
xgetShapeId
XmlUnsignedInt xgetShapeId()Gets (as xml) the "shapeId" attribute -
setShapeId
void setShapeId(long shapeId) Sets the "shapeId" attribute -
xsetShapeId
Sets (as xml) the "shapeId" attribute -
getId
String getId()Gets the "id" attribute -
xgetId
STRelationshipId xgetId()Gets (as xml) the "id" attribute -
setId
Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
getName
String getName()Gets the "name" attribute -
xgetName
XmlString xgetName()Gets (as xml) the "name" attribute -
isSetName
boolean isSetName()True if has "name" attribute -
setName
Sets the "name" attribute -
xsetName
Sets (as xml) the "name" attribute -
unsetName
void unsetName()Unsets the "name" attribute
-