Interface CTRevisionRowColumn
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTRevisionRowColumn extends XmlObject
An XML CT_RevisionRowColumn(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTRevisionRowColumn.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTRevisionCellChange
addNewRcc()
Appends and returns a new empty value (as xml) as the last "rcc" elementCTRevisionFormatting
addNewRfmt()
Appends and returns a new empty value (as xml) as the last "rfmt" elementCTUndoInfo
addNewUndo()
Appends and returns a new empty value (as xml) as the last "undo" elementSTRwColActionType.Enum
getAction()
Gets the "action" attributeboolean
getEdge()
Gets the "edge" attributeboolean
getEol()
Gets the "eol" attributeboolean
getRa()
Gets the "ra" attributeCTRevisionCellChange[]
getRccArray()
Deprecated.CTRevisionCellChange
getRccArray(int i)
Gets ith "rcc" elementjava.util.List<CTRevisionCellChange>
getRccList()
Gets a List of "rcc" elementsjava.lang.String
getRef()
Gets the "ref" attributeCTRevisionFormatting[]
getRfmtArray()
Deprecated.CTRevisionFormatting
getRfmtArray(int i)
Gets ith "rfmt" elementjava.util.List<CTRevisionFormatting>
getRfmtList()
Gets a List of "rfmt" elementslong
getRId()
Gets the "rId" attributelong
getSId()
Gets the "sId" attributeboolean
getUa()
Gets the "ua" attributeCTUndoInfo[]
getUndoArray()
Deprecated.CTUndoInfo
getUndoArray(int i)
Gets ith "undo" elementjava.util.List<CTUndoInfo>
getUndoList()
Gets a List of "undo" elementsCTRevisionCellChange
insertNewRcc(int i)
Inserts and returns a new empty value (as xml) as the ith "rcc" elementCTRevisionFormatting
insertNewRfmt(int i)
Inserts and returns a new empty value (as xml) as the ith "rfmt" elementCTUndoInfo
insertNewUndo(int i)
Inserts and returns a new empty value (as xml) as the ith "undo" elementboolean
isSetEdge()
True if has "edge" attributeboolean
isSetEol()
True if has "eol" attributeboolean
isSetRa()
True if has "ra" 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
setAction(STRwColActionType.Enum action)
Sets the "action" attributevoid
setEdge(boolean edge)
Sets the "edge" attributevoid
setEol(boolean eol)
Sets the "eol" 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
setRef(java.lang.String ref)
Sets the "ref" attributevoid
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
setSId(long sId)
Sets the "sId" 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
sizeOfRccArray()
Returns number of "rcc" elementint
sizeOfRfmtArray()
Returns number of "rfmt" elementint
sizeOfUndoArray()
Returns number of "undo" elementvoid
unsetEdge()
Unsets the "edge" attributevoid
unsetEol()
Unsets the "eol" attributevoid
unsetRa()
Unsets the "ra" attributevoid
unsetUa()
Unsets the "ua" attributeSTRwColActionType
xgetAction()
Gets (as xml) the "action" attributeXmlBoolean
xgetEdge()
Gets (as xml) the "edge" attributeXmlBoolean
xgetEol()
Gets (as xml) the "eol" attributeXmlBoolean
xgetRa()
Gets (as xml) the "ra" attributeSTRef
xgetRef()
Gets (as xml) the "ref" attributeXmlUnsignedInt
xgetRId()
Gets (as xml) the "rId" attributeXmlUnsignedInt
xgetSId()
Gets (as xml) the "sId" attributeXmlBoolean
xgetUa()
Gets (as xml) the "ua" attributevoid
xsetAction(STRwColActionType action)
Sets (as xml) the "action" attributevoid
xsetEdge(XmlBoolean edge)
Sets (as xml) the "edge" attributevoid
xsetEol(XmlBoolean eol)
Sets (as xml) the "eol" attributevoid
xsetRa(XmlBoolean ra)
Sets (as xml) the "ra" attributevoid
xsetRef(STRef ref)
Sets (as xml) the "ref" attributevoid
xsetRId(XmlUnsignedInt rId)
Sets (as xml) the "rId" attributevoid
xsetSId(XmlUnsignedInt sId)
Sets (as xml) the "sId" attributevoid
xsetUa(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
-
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
void xsetSId(XmlUnsignedInt sId)
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
void xsetEol(XmlBoolean eol)
Sets (as xml) the "eol" attribute
-
unsetEol
void unsetEol()
Unsets the "eol" attribute
-
getRef
java.lang.String getRef()
Gets the "ref" attribute
-
xgetRef
STRef xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(java.lang.String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STRef ref)
Sets (as xml) the "ref" attribute
-
getAction
STRwColActionType.Enum getAction()
Gets the "action" attribute
-
xgetAction
STRwColActionType xgetAction()
Gets (as xml) the "action" attribute
-
setAction
void setAction(STRwColActionType.Enum action)
Sets the "action" attribute
-
xsetAction
void xsetAction(STRwColActionType action)
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
void xsetEdge(XmlBoolean edge)
Sets (as xml) the "edge" attribute
-
unsetEdge
void unsetEdge()
Unsets the "edge" attribute
-
-