Interface CTRevisionMove
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_RevisionMove(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTRevisionMove> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "rcc" elementAppends and returns a new empty value (as xml) as the last "rfmt" elementAppends and returns a new empty value (as xml) as the last "undo" elementGets the "destination" attributeboolean
getRa()
Gets the "ra" attributeGets array of all "rcc" elementsgetRccArray
(int i) Gets ith "rcc" elementGets a List of "rcc" elementsGets array of all "rfmt" elementsgetRfmtArray
(int i) Gets ith "rfmt" elementGets a List of "rfmt" elementslong
getRId()
Gets the "rId" attributelong
Gets the "sheetId" attributeGets the "source" attributelong
Gets the "sourceSheetId" attributeboolean
getUa()
Gets the "ua" attributeGets array of all "undo" elementsgetUndoArray
(int i) Gets ith "undo" elementGets a List of "undo" elementsinsertNewRcc
(int i) Inserts and returns a new empty value (as xml) as the ith "rcc" elementinsertNewRfmt
(int i) Inserts and returns a new empty value (as xml) as the ith "rfmt" elementinsertNewUndo
(int i) Inserts and returns a new empty value (as xml) as the ith "undo" elementboolean
isSetRa()
True if has "ra" attributeboolean
True if has "sourceSheetId" attributeboolean
isSetUa()
True if has "ua" attributevoid
removeRcc
(int i) Removes the ith "rcc" elementvoid
removeRfmt
(int i) Removes the ith "rfmt" elementvoid
removeUndo
(int i) Removes the ith "undo" elementvoid
setDestination
(String destination) Sets the "destination" attributevoid
setRa
(boolean ra) Sets the "ra" attributevoid
setRccArray
(int i, CTRevisionCellChange rcc) Sets ith "rcc" elementvoid
setRccArray
(CTRevisionCellChange[] rccArray) Sets array of all "rcc" elementvoid
setRfmtArray
(int i, CTRevisionFormatting rfmt) Sets ith "rfmt" elementvoid
setRfmtArray
(CTRevisionFormatting[] rfmtArray) Sets array of all "rfmt" elementvoid
setRId
(long rId) Sets the "rId" attributevoid
setSheetId
(long sheetId) Sets the "sheetId" attributevoid
Sets the "source" attributevoid
setSourceSheetId
(long sourceSheetId) Sets the "sourceSheetId" attributevoid
setUa
(boolean ua) Sets the "ua" attributevoid
setUndoArray
(int i, CTUndoInfo undo) Sets ith "undo" elementvoid
setUndoArray
(CTUndoInfo[] undoArray) Sets array of all "undo" elementint
Returns number of "rcc" elementint
Returns number of "rfmt" elementint
Returns number of "undo" elementvoid
unsetRa()
Unsets the "ra" attributevoid
Unsets the "sourceSheetId" attributevoid
unsetUa()
Unsets the "ua" attributeGets (as xml) the "destination" attributexgetRa()
Gets (as xml) the "ra" attributexgetRId()
Gets (as xml) the "rId" attributeGets (as xml) the "sheetId" attributeGets (as xml) the "source" attributeGets (as xml) the "sourceSheetId" attributexgetUa()
Gets (as xml) the "ua" attributevoid
xsetDestination
(STRef destination) Sets (as xml) the "destination" attributevoid
xsetRa
(XmlBoolean ra) Sets (as xml) the "ra" attributevoid
xsetRId
(XmlUnsignedInt rId) Sets (as xml) the "rId" attributevoid
xsetSheetId
(XmlUnsignedInt sheetId) Sets (as xml) the "sheetId" attributevoid
xsetSource
(STRef source) Sets (as xml) the "source" attributevoid
xsetSourceSheetId
(XmlUnsignedInt sourceSheetId) Sets (as xml) the "sourceSheetId" attributevoid
xsetUa
(XmlBoolean ua) Sets (as xml) the "ua" 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, 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 Details
-
Factory
-
type
-
-
Method Details
-
getUndoList
List<CTUndoInfo> getUndoList()Gets a List of "undo" elements -
getUndoArray
CTUndoInfo[] getUndoArray()Gets array of all "undo" elements -
getUndoArray
Gets ith "undo" element -
sizeOfUndoArray
int sizeOfUndoArray()Returns number of "undo" element -
setUndoArray
Sets array of all "undo" element -
setUndoArray
Sets ith "undo" element -
insertNewUndo
Inserts and returns a new empty value (as xml) as the ith "undo" element -
addNewUndo
CTUndoInfo addNewUndo()Appends and returns a new empty value (as xml) as the last "undo" element -
removeUndo
void removeUndo(int i) Removes the ith "undo" element -
getRccList
List<CTRevisionCellChange> getRccList()Gets a List of "rcc" elements -
getRccArray
CTRevisionCellChange[] getRccArray()Gets array of all "rcc" elements -
getRccArray
Gets ith "rcc" element -
sizeOfRccArray
int sizeOfRccArray()Returns number of "rcc" element -
setRccArray
Sets array of all "rcc" element -
setRccArray
Sets ith "rcc" element -
insertNewRcc
Inserts and returns a new empty value (as xml) as the ith "rcc" element -
addNewRcc
CTRevisionCellChange addNewRcc()Appends and returns a new empty value (as xml) as the last "rcc" element -
removeRcc
void removeRcc(int i) Removes the ith "rcc" element -
getRfmtList
List<CTRevisionFormatting> getRfmtList()Gets a List of "rfmt" elements -
getRfmtArray
CTRevisionFormatting[] getRfmtArray()Gets array of all "rfmt" elements -
getRfmtArray
Gets ith "rfmt" element -
sizeOfRfmtArray
int sizeOfRfmtArray()Returns number of "rfmt" element -
setRfmtArray
Sets array of all "rfmt" element -
setRfmtArray
Sets ith "rfmt" element -
insertNewRfmt
Inserts and returns a new empty value (as xml) as the ith "rfmt" element -
addNewRfmt
CTRevisionFormatting addNewRfmt()Appends and returns a new empty value (as xml) as the last "rfmt" element -
removeRfmt
void removeRfmt(int i) Removes the ith "rfmt" element -
getRId
long getRId()Gets the "rId" attribute -
xgetRId
XmlUnsignedInt xgetRId()Gets (as xml) the "rId" attribute -
setRId
void setRId(long rId) Sets the "rId" attribute -
xsetRId
Sets (as xml) the "rId" attribute -
getUa
boolean getUa()Gets the "ua" attribute -
xgetUa
XmlBoolean xgetUa()Gets (as xml) the "ua" attribute -
isSetUa
boolean isSetUa()True if has "ua" attribute -
setUa
void setUa(boolean ua) Sets the "ua" attribute -
xsetUa
Sets (as xml) the "ua" attribute -
unsetUa
void unsetUa()Unsets the "ua" attribute -
getRa
boolean getRa()Gets the "ra" attribute -
xgetRa
XmlBoolean xgetRa()Gets (as xml) the "ra" attribute -
isSetRa
boolean isSetRa()True if has "ra" attribute -
setRa
void setRa(boolean ra) Sets the "ra" attribute -
xsetRa
Sets (as xml) the "ra" attribute -
unsetRa
void unsetRa()Unsets the "ra" attribute -
getSheetId
long getSheetId()Gets the "sheetId" attribute -
xgetSheetId
XmlUnsignedInt xgetSheetId()Gets (as xml) the "sheetId" attribute -
setSheetId
void setSheetId(long sheetId) Sets the "sheetId" attribute -
xsetSheetId
Sets (as xml) the "sheetId" attribute -
getSource
String getSource()Gets the "source" attribute -
xgetSource
STRef xgetSource()Gets (as xml) the "source" attribute -
setSource
Sets the "source" attribute -
xsetSource
Sets (as xml) the "source" attribute -
getDestination
String getDestination()Gets the "destination" attribute -
xgetDestination
STRef xgetDestination()Gets (as xml) the "destination" attribute -
setDestination
Sets the "destination" attribute -
xsetDestination
Sets (as xml) the "destination" attribute -
getSourceSheetId
long getSourceSheetId()Gets the "sourceSheetId" attribute -
xgetSourceSheetId
XmlUnsignedInt xgetSourceSheetId()Gets (as xml) the "sourceSheetId" attribute -
isSetSourceSheetId
boolean isSetSourceSheetId()True if has "sourceSheetId" attribute -
setSourceSheetId
void setSourceSheetId(long sourceSheetId) Sets the "sourceSheetId" attribute -
xsetSourceSheetId
Sets (as xml) the "sourceSheetId" attribute -
unsetSourceSheetId
void unsetSourceSheetId()Unsets the "sourceSheetId" attribute
-