Interface CTObjectAnchor
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTObjectAnchor extends XmlObject
An XML CT_ObjectAnchor(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTObjectAnchor>Factorystatic 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 CTMarkeraddNewFrom()Appends and returns a new empty "from" elementCTMarkeraddNewTo()Appends and returns a new empty "to" elementCTMarkergetFrom()Gets the "from" elementbooleangetMoveWithCells()Gets the "moveWithCells" attributebooleangetSizeWithCells()Gets the "sizeWithCells" attributeCTMarkergetTo()Gets the "to" elementbooleanisSetMoveWithCells()True if has "moveWithCells" attributebooleanisSetSizeWithCells()True if has "sizeWithCells" attributevoidsetFrom(CTMarker from)Sets the "from" elementvoidsetMoveWithCells(boolean moveWithCells)Sets the "moveWithCells" attributevoidsetSizeWithCells(boolean sizeWithCells)Sets the "sizeWithCells" attributevoidsetTo(CTMarker to)Sets the "to" elementvoidunsetMoveWithCells()Unsets the "moveWithCells" attributevoidunsetSizeWithCells()Unsets the "sizeWithCells" attributeXmlBooleanxgetMoveWithCells()Gets (as xml) the "moveWithCells" attributeXmlBooleanxgetSizeWithCells()Gets (as xml) the "sizeWithCells" attributevoidxsetMoveWithCells(XmlBoolean moveWithCells)Sets (as xml) the "moveWithCells" attributevoidxsetSizeWithCells(XmlBoolean sizeWithCells)Sets (as xml) the "sizeWithCells" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTObjectAnchor> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getFrom
CTMarker getFrom()
Gets the "from" element
-
setFrom
void setFrom(CTMarker from)
Sets the "from" element
-
addNewFrom
CTMarker addNewFrom()
Appends and returns a new empty "from" element
-
getTo
CTMarker getTo()
Gets the "to" element
-
setTo
void setTo(CTMarker to)
Sets the "to" element
-
addNewTo
CTMarker addNewTo()
Appends and returns a new empty "to" element
-
getMoveWithCells
boolean getMoveWithCells()
Gets the "moveWithCells" attribute
-
xgetMoveWithCells
XmlBoolean xgetMoveWithCells()
Gets (as xml) the "moveWithCells" attribute
-
isSetMoveWithCells
boolean isSetMoveWithCells()
True if has "moveWithCells" attribute
-
setMoveWithCells
void setMoveWithCells(boolean moveWithCells)
Sets the "moveWithCells" attribute
-
xsetMoveWithCells
void xsetMoveWithCells(XmlBoolean moveWithCells)
Sets (as xml) the "moveWithCells" attribute
-
unsetMoveWithCells
void unsetMoveWithCells()
Unsets the "moveWithCells" attribute
-
getSizeWithCells
boolean getSizeWithCells()
Gets the "sizeWithCells" attribute
-
xgetSizeWithCells
XmlBoolean xgetSizeWithCells()
Gets (as xml) the "sizeWithCells" attribute
-
isSetSizeWithCells
boolean isSetSizeWithCells()
True if has "sizeWithCells" attribute
-
setSizeWithCells
void setSizeWithCells(boolean sizeWithCells)
Sets the "sizeWithCells" attribute
-
xsetSizeWithCells
void xsetSizeWithCells(XmlBoolean sizeWithCells)
Sets (as xml) the "sizeWithCells" attribute
-
unsetSizeWithCells
void unsetSizeWithCells()
Unsets the "sizeWithCells" attribute
-
-