Interface CTRevisionRowColumn
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_RevisionRowColumn(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTRevisionRowColumn> 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 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 "action" attributebooleangetEdge()Gets the "edge" attributebooleangetEol()Gets the "eol" attributebooleangetRa()Gets the "ra" attributeGets array of all "rcc" elementsgetRccArray(int i) Gets ith "rcc" elementGets a List of "rcc" elementsgetRef()Gets the "ref" attributeGets array of all "rfmt" elementsgetRfmtArray(int i) Gets ith "rfmt" elementGets a List of "rfmt" elementslonggetRId()Gets the "rId" attributelonggetSId()Gets the "sId" attributebooleangetUa()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" elementbooleanTrue if has "edge" attributebooleanisSetEol()True if has "eol" attributebooleanisSetRa()True if has "ra" 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" elementvoidsetAction(STRwColActionType.Enum action) Sets the "action" attributevoidsetEdge(boolean edge) Sets the "edge" attributevoidsetEol(boolean eol) Sets the "eol" attributevoidsetRa(boolean ra) Sets the "ra" attributevoidsetRccArray(int i, CTRevisionCellChange rcc) Sets ith "rcc" elementvoidsetRccArray(CTRevisionCellChange[] rccArray) Sets array of all "rcc" elementvoidSets the "ref" attributevoidsetRfmtArray(int i, CTRevisionFormatting rfmt) Sets ith "rfmt" elementvoidsetRfmtArray(CTRevisionFormatting[] rfmtArray) Sets array of all "rfmt" elementvoidsetRId(long rId) Sets the "rId" attributevoidsetSId(long sId) Sets the "sId" attributevoidsetUa(boolean ua) Sets the "ua" attributevoidsetUndoArray(int i, CTUndoInfo undo) Sets ith "undo" elementvoidsetUndoArray(CTUndoInfo[] undoArray) Sets array of all "undo" elementintReturns number of "rcc" elementintReturns number of "rfmt" elementintReturns number of "undo" elementvoidUnsets the "edge" attributevoidunsetEol()Unsets the "eol" attributevoidunsetRa()Unsets the "ra" attributevoidunsetUa()Unsets the "ua" attributeGets (as xml) the "action" attributexgetEdge()Gets (as xml) the "edge" attributexgetEol()Gets (as xml) the "eol" attributexgetRa()Gets (as xml) the "ra" attributexgetRef()Gets (as xml) the "ref" attributexgetRId()Gets (as xml) the "rId" attributexgetSId()Gets (as xml) the "sId" attributexgetUa()Gets (as xml) the "ua" attributevoidxsetAction(STRwColActionType action) Sets (as xml) the "action" attributevoidxsetEdge(XmlBoolean edge) Sets (as xml) the "edge" attributevoidxsetEol(XmlBoolean eol) Sets (as xml) the "eol" attributevoidxsetRa(XmlBoolean ra) Sets (as xml) the "ra" attributevoidSets (as xml) the "ref" attributevoidxsetRId(XmlUnsignedInt rId) Sets (as xml) the "rId" attributevoidxsetSId(XmlUnsignedInt sId) Sets (as xml) the "sId" attributevoidxsetUa(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, 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
-
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 -
getSId
long getSId()Gets the "sId" attribute -
xgetSId
XmlUnsignedInt xgetSId()Gets (as xml) the "sId" attribute -
setSId
void setSId(long sId) Sets the "sId" attribute -
xsetSId
Sets (as xml) the "sId" attribute -
getEol
boolean getEol()Gets the "eol" attribute -
xgetEol
XmlBoolean xgetEol()Gets (as xml) the "eol" attribute -
isSetEol
boolean isSetEol()True if has "eol" attribute -
setEol
void setEol(boolean eol) Sets the "eol" attribute -
xsetEol
Sets (as xml) the "eol" attribute -
unsetEol
void unsetEol()Unsets the "eol" attribute -
getRef
String getRef()Gets the "ref" attribute -
xgetRef
STRef xgetRef()Gets (as xml) the "ref" attribute -
setRef
Sets the "ref" attribute -
xsetRef
Sets (as xml) the "ref" attribute -
getAction
STRwColActionType.Enum getAction()Gets the "action" attribute -
xgetAction
STRwColActionType xgetAction()Gets (as xml) the "action" attribute -
setAction
Sets the "action" attribute -
xsetAction
Sets (as xml) the "action" attribute -
getEdge
boolean getEdge()Gets the "edge" attribute -
xgetEdge
XmlBoolean xgetEdge()Gets (as xml) the "edge" attribute -
isSetEdge
boolean isSetEdge()True if has "edge" attribute -
setEdge
void setEdge(boolean edge) Sets the "edge" attribute -
xsetEdge
Sets (as xml) the "edge" attribute -
unsetEdge
void unsetEdge()Unsets the "edge" attribute
-