Interface CTRevisionMove
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTRevisionMove extends XmlObject
An XML CT_RevisionMove(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTRevisionMove.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 Deprecated Methods Modifier and Type Method Description CTRevisionCellChangeaddNewRcc()Appends and returns a new empty value (as xml) as the last "rcc" elementCTRevisionFormattingaddNewRfmt()Appends and returns a new empty value (as xml) as the last "rfmt" elementCTUndoInfoaddNewUndo()Appends and returns a new empty value (as xml) as the last "undo" elementjava.lang.StringgetDestination()Gets the "destination" attributebooleangetRa()Gets the "ra" attributeCTRevisionCellChange[]getRccArray()Deprecated.CTRevisionCellChangegetRccArray(int i)Gets ith "rcc" elementjava.util.List<CTRevisionCellChange>getRccList()Gets a List of "rcc" elementsCTRevisionFormatting[]getRfmtArray()Deprecated.CTRevisionFormattinggetRfmtArray(int i)Gets ith "rfmt" elementjava.util.List<CTRevisionFormatting>getRfmtList()Gets a List of "rfmt" elementslonggetRId()Gets the "rId" attributelonggetSheetId()Gets the "sheetId" attributejava.lang.StringgetSource()Gets the "source" attributelonggetSourceSheetId()Gets the "sourceSheetId" attributebooleangetUa()Gets the "ua" attributeCTUndoInfo[]getUndoArray()Deprecated.CTUndoInfogetUndoArray(int i)Gets ith "undo" elementjava.util.List<CTUndoInfo>getUndoList()Gets a List of "undo" elementsCTRevisionCellChangeinsertNewRcc(int i)Inserts and returns a new empty value (as xml) as the ith "rcc" elementCTRevisionFormattinginsertNewRfmt(int i)Inserts and returns a new empty value (as xml) as the ith "rfmt" elementCTUndoInfoinsertNewUndo(int i)Inserts and returns a new empty value (as xml) as the ith "undo" elementbooleanisSetRa()True if has "ra" attributebooleanisSetSourceSheetId()True if has "sourceSheetId" attributebooleanisSetUa()True if has "ua" attributevoidremoveRcc(int i)Removes the ith "rcc" elementvoidremoveRfmt(int i)Removes the ith "rfmt" elementvoidremoveUndo(int i)Removes the ith "undo" elementvoidsetDestination(java.lang.String destination)Sets the "destination" attributevoidsetRa(boolean ra)Sets the "ra" attributevoidsetRccArray(int i, CTRevisionCellChange rcc)Sets ith "rcc" elementvoidsetRccArray(CTRevisionCellChange[] rccArray)Sets array of all "rcc" elementvoidsetRfmtArray(int i, CTRevisionFormatting rfmt)Sets ith "rfmt" elementvoidsetRfmtArray(CTRevisionFormatting[] rfmtArray)Sets array of all "rfmt" elementvoidsetRId(long rId)Sets the "rId" attributevoidsetSheetId(long sheetId)Sets the "sheetId" attributevoidsetSource(java.lang.String source)Sets the "source" attributevoidsetSourceSheetId(long sourceSheetId)Sets the "sourceSheetId" attributevoidsetUa(boolean ua)Sets the "ua" attributevoidsetUndoArray(int i, CTUndoInfo undo)Sets ith "undo" elementvoidsetUndoArray(CTUndoInfo[] undoArray)Sets array of all "undo" elementintsizeOfRccArray()Returns number of "rcc" elementintsizeOfRfmtArray()Returns number of "rfmt" elementintsizeOfUndoArray()Returns number of "undo" elementvoidunsetRa()Unsets the "ra" attributevoidunsetSourceSheetId()Unsets the "sourceSheetId" attributevoidunsetUa()Unsets the "ua" attributeSTRefxgetDestination()Gets (as xml) the "destination" attributeXmlBooleanxgetRa()Gets (as xml) the "ra" attributeXmlUnsignedIntxgetRId()Gets (as xml) the "rId" attributeXmlUnsignedIntxgetSheetId()Gets (as xml) the "sheetId" attributeSTRefxgetSource()Gets (as xml) the "source" attributeXmlUnsignedIntxgetSourceSheetId()Gets (as xml) the "sourceSheetId" attributeXmlBooleanxgetUa()Gets (as xml) the "ua" attributevoidxsetDestination(STRef destination)Sets (as xml) the "destination" attributevoidxsetRa(XmlBoolean ra)Sets (as xml) the "ra" attributevoidxsetRId(XmlUnsignedInt rId)Sets (as xml) the "rId" attributevoidxsetSheetId(XmlUnsignedInt sheetId)Sets (as xml) the "sheetId" attributevoidxsetSource(STRef source)Sets (as xml) the "source" attributevoidxsetSourceSheetId(XmlUnsignedInt sourceSheetId)Sets (as xml) the "sourceSheetId" attributevoidxsetUa(XmlBoolean ua)Sets (as xml) the "ua" 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
-
getUndoList
java.util.List<CTUndoInfo> getUndoList()
Gets a List of "undo" elements
-
getUndoArray
@Deprecated CTUndoInfo[] getUndoArray()
Deprecated.Gets array of all "undo" elements
-
getUndoArray
CTUndoInfo getUndoArray(int i)
Gets ith "undo" element
-
sizeOfUndoArray
int sizeOfUndoArray()
Returns number of "undo" element
-
setUndoArray
void setUndoArray(CTUndoInfo[] undoArray)
Sets array of all "undo" element
-
setUndoArray
void setUndoArray(int i, CTUndoInfo undo)Sets ith "undo" element
-
insertNewUndo
CTUndoInfo insertNewUndo(int i)
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
java.util.List<CTRevisionCellChange> getRccList()
Gets a List of "rcc" elements
-
getRccArray
@Deprecated CTRevisionCellChange[] getRccArray()
Deprecated.Gets array of all "rcc" elements
-
getRccArray
CTRevisionCellChange getRccArray(int i)
Gets ith "rcc" element
-
sizeOfRccArray
int sizeOfRccArray()
Returns number of "rcc" element
-
setRccArray
void setRccArray(CTRevisionCellChange[] rccArray)
Sets array of all "rcc" element
-
setRccArray
void setRccArray(int i, CTRevisionCellChange rcc)Sets ith "rcc" element
-
insertNewRcc
CTRevisionCellChange insertNewRcc(int i)
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
java.util.List<CTRevisionFormatting> getRfmtList()
Gets a List of "rfmt" elements
-
getRfmtArray
@Deprecated CTRevisionFormatting[] getRfmtArray()
Deprecated.Gets array of all "rfmt" elements
-
getRfmtArray
CTRevisionFormatting getRfmtArray(int i)
Gets ith "rfmt" element
-
sizeOfRfmtArray
int sizeOfRfmtArray()
Returns number of "rfmt" element
-
setRfmtArray
void setRfmtArray(CTRevisionFormatting[] rfmtArray)
Sets array of all "rfmt" element
-
setRfmtArray
void setRfmtArray(int i, CTRevisionFormatting rfmt)Sets ith "rfmt" element
-
insertNewRfmt
CTRevisionFormatting insertNewRfmt(int i)
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
void xsetRId(XmlUnsignedInt rId)
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
void xsetUa(XmlBoolean ua)
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
void xsetRa(XmlBoolean ra)
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
void xsetSheetId(XmlUnsignedInt sheetId)
Sets (as xml) the "sheetId" attribute
-
getSource
java.lang.String getSource()
Gets the "source" attribute
-
xgetSource
STRef xgetSource()
Gets (as xml) the "source" attribute
-
setSource
void setSource(java.lang.String source)
Sets the "source" attribute
-
xsetSource
void xsetSource(STRef source)
Sets (as xml) the "source" attribute
-
getDestination
java.lang.String getDestination()
Gets the "destination" attribute
-
xgetDestination
STRef xgetDestination()
Gets (as xml) the "destination" attribute
-
setDestination
void setDestination(java.lang.String destination)
Sets the "destination" attribute
-
xsetDestination
void xsetDestination(STRef destination)
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
void xsetSourceSheetId(XmlUnsignedInt sourceSheetId)
Sets (as xml) the "sourceSheetId" attribute
-
unsetSourceSheetId
void unsetSourceSheetId()
Unsets the "sourceSheetId" attribute
-
-