Interface CTObjectAnchor
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ObjectAnchor(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTObjectAnchor> 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 "from" elementaddNewTo()Appends and returns a new empty "to" elementgetFrom()Gets the "from" elementbooleanGets the "moveWithCells" attributebooleanGets the "sizeWithCells" attributegetTo()Gets the "to" elementbooleanTrue if has "moveWithCells" attributebooleanTrue if has "sizeWithCells" attributevoidSets the "from" elementvoidsetMoveWithCells(boolean moveWithCells) Sets the "moveWithCells" attributevoidsetSizeWithCells(boolean sizeWithCells) Sets the "sizeWithCells" attributevoidSets the "to" elementvoidUnsets the "moveWithCells" attributevoidUnsets the "sizeWithCells" attributeGets (as xml) the "moveWithCells" attributeGets (as xml) the "sizeWithCells" attributevoidxsetMoveWithCells(XmlBoolean moveWithCells) Sets (as xml) the "moveWithCells" attributevoidxsetSizeWithCells(XmlBoolean sizeWithCells) Sets (as xml) the "sizeWithCells" 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
-
getFrom
CTMarker getFrom()Gets the "from" element -
setFrom
Sets the "from" element -
addNewFrom
CTMarker addNewFrom()Appends and returns a new empty "from" element -
getTo
CTMarker getTo()Gets the "to" element -
setTo
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
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
Sets (as xml) the "sizeWithCells" attribute -
unsetSizeWithCells
void unsetSizeWithCells()Unsets the "sizeWithCells" attribute
-