Interface CTRow
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTRow extends XmlObject
An XML CT_Row(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTRow.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 CTCell
addNewC()
Appends and returns a new empty value (as xml) as the last "c" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTCell[]
getCArray()
Deprecated.CTCell
getCArray(int i)
Gets ith "c" elementjava.util.List<CTCell>
getCList()
Gets a List of "c" elementsboolean
getCollapsed()
Gets the "collapsed" attributeboolean
getCustomFormat()
Gets the "customFormat" attributeboolean
getCustomHeight()
Gets the "customHeight" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementboolean
getHidden()
Gets the "hidden" attributedouble
getHt()
Gets the "ht" attributeshort
getOutlineLevel()
Gets the "outlineLevel" attributeboolean
getPh()
Gets the "ph" attributelong
getR()
Gets the "r" attributelong
getS()
Gets the "s" attributejava.util.List
getSpans()
Gets the "spans" attributeboolean
getThickBot()
Gets the "thickBot" attributeboolean
getThickTop()
Gets the "thickTop" attributeCTCell
insertNewC(int i)
Inserts and returns a new empty value (as xml) as the ith "c" elementboolean
isSetCollapsed()
True if has "collapsed" attributeboolean
isSetCustomFormat()
True if has "customFormat" attributeboolean
isSetCustomHeight()
True if has "customHeight" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHidden()
True if has "hidden" attributeboolean
isSetHt()
True if has "ht" attributeboolean
isSetOutlineLevel()
True if has "outlineLevel" attributeboolean
isSetPh()
True if has "ph" attributeboolean
isSetR()
True if has "r" attributeboolean
isSetS()
True if has "s" attributeboolean
isSetSpans()
True if has "spans" attributeboolean
isSetThickBot()
True if has "thickBot" attributeboolean
isSetThickTop()
True if has "thickTop" attributevoid
removeC(int i)
Removes the ith "c" elementvoid
setCArray(int i, CTCell c)
Sets ith "c" elementvoid
setCArray(CTCell[] cArray)
Sets array of all "c" elementvoid
setCollapsed(boolean collapsed)
Sets the "collapsed" attributevoid
setCustomFormat(boolean customFormat)
Sets the "customFormat" attributevoid
setCustomHeight(boolean customHeight)
Sets the "customHeight" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setHidden(boolean hidden)
Sets the "hidden" attributevoid
setHt(double ht)
Sets the "ht" attributevoid
setOutlineLevel(short outlineLevel)
Sets the "outlineLevel" attributevoid
setPh(boolean ph)
Sets the "ph" attributevoid
setR(long r)
Sets the "r" attributevoid
setS(long s)
Sets the "s" attributevoid
setSpans(java.util.List spans)
Sets the "spans" attributevoid
setThickBot(boolean thickBot)
Sets the "thickBot" attributevoid
setThickTop(boolean thickTop)
Sets the "thickTop" attributeint
sizeOfCArray()
Returns number of "c" elementvoid
unsetCollapsed()
Unsets the "collapsed" attributevoid
unsetCustomFormat()
Unsets the "customFormat" attributevoid
unsetCustomHeight()
Unsets the "customHeight" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHidden()
Unsets the "hidden" attributevoid
unsetHt()
Unsets the "ht" attributevoid
unsetOutlineLevel()
Unsets the "outlineLevel" attributevoid
unsetPh()
Unsets the "ph" attributevoid
unsetR()
Unsets the "r" attributevoid
unsetS()
Unsets the "s" attributevoid
unsetSpans()
Unsets the "spans" attributevoid
unsetThickBot()
Unsets the "thickBot" attributevoid
unsetThickTop()
Unsets the "thickTop" attributeXmlBoolean
xgetCollapsed()
Gets (as xml) the "collapsed" attributeXmlBoolean
xgetCustomFormat()
Gets (as xml) the "customFormat" attributeXmlBoolean
xgetCustomHeight()
Gets (as xml) the "customHeight" attributeXmlBoolean
xgetHidden()
Gets (as xml) the "hidden" attributeXmlDouble
xgetHt()
Gets (as xml) the "ht" attributeXmlUnsignedByte
xgetOutlineLevel()
Gets (as xml) the "outlineLevel" attributeXmlBoolean
xgetPh()
Gets (as xml) the "ph" attributeXmlUnsignedInt
xgetR()
Gets (as xml) the "r" attributeXmlUnsignedInt
xgetS()
Gets (as xml) the "s" attributeSTCellSpans
xgetSpans()
Gets (as xml) the "spans" attributeXmlBoolean
xgetThickBot()
Gets (as xml) the "thickBot" attributeXmlBoolean
xgetThickTop()
Gets (as xml) the "thickTop" attributevoid
xsetCollapsed(XmlBoolean collapsed)
Sets (as xml) the "collapsed" attributevoid
xsetCustomFormat(XmlBoolean customFormat)
Sets (as xml) the "customFormat" attributevoid
xsetCustomHeight(XmlBoolean customHeight)
Sets (as xml) the "customHeight" attributevoid
xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attributevoid
xsetHt(XmlDouble ht)
Sets (as xml) the "ht" attributevoid
xsetOutlineLevel(XmlUnsignedByte outlineLevel)
Sets (as xml) the "outlineLevel" attributevoid
xsetPh(XmlBoolean ph)
Sets (as xml) the "ph" attributevoid
xsetR(XmlUnsignedInt r)
Sets (as xml) the "r" attributevoid
xsetS(XmlUnsignedInt s)
Sets (as xml) the "s" attributevoid
xsetSpans(STCellSpans spans)
Sets (as xml) the "spans" attributevoid
xsetThickBot(XmlBoolean thickBot)
Sets (as xml) the "thickBot" attributevoid
xsetThickTop(XmlBoolean thickTop)
Sets (as xml) the "thickTop" 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
-
getCList
java.util.List<CTCell> getCList()
Gets a List of "c" elements
-
getCArray
@Deprecated CTCell[] getCArray()
Deprecated.Gets array of all "c" elements
-
getCArray
CTCell getCArray(int i)
Gets ith "c" element
-
sizeOfCArray
int sizeOfCArray()
Returns number of "c" element
-
setCArray
void setCArray(CTCell[] cArray)
Sets array of all "c" element
-
setCArray
void setCArray(int i, CTCell c)
Sets ith "c" element
-
insertNewC
CTCell insertNewC(int i)
Inserts and returns a new empty value (as xml) as the ith "c" element
-
addNewC
CTCell addNewC()
Appends and returns a new empty value (as xml) as the last "c" element
-
removeC
void removeC(int i)
Removes the ith "c" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getR
long getR()
Gets the "r" attribute
-
xgetR
XmlUnsignedInt xgetR()
Gets (as xml) the "r" attribute
-
isSetR
boolean isSetR()
True if has "r" attribute
-
setR
void setR(long r)
Sets the "r" attribute
-
xsetR
void xsetR(XmlUnsignedInt r)
Sets (as xml) the "r" attribute
-
unsetR
void unsetR()
Unsets the "r" attribute
-
getSpans
java.util.List getSpans()
Gets the "spans" attribute
-
xgetSpans
STCellSpans xgetSpans()
Gets (as xml) the "spans" attribute
-
isSetSpans
boolean isSetSpans()
True if has "spans" attribute
-
setSpans
void setSpans(java.util.List spans)
Sets the "spans" attribute
-
xsetSpans
void xsetSpans(STCellSpans spans)
Sets (as xml) the "spans" attribute
-
unsetSpans
void unsetSpans()
Unsets the "spans" attribute
-
getS
long getS()
Gets the "s" attribute
-
xgetS
XmlUnsignedInt xgetS()
Gets (as xml) the "s" attribute
-
isSetS
boolean isSetS()
True if has "s" attribute
-
setS
void setS(long s)
Sets the "s" attribute
-
xsetS
void xsetS(XmlUnsignedInt s)
Sets (as xml) the "s" attribute
-
unsetS
void unsetS()
Unsets the "s" attribute
-
getCustomFormat
boolean getCustomFormat()
Gets the "customFormat" attribute
-
xgetCustomFormat
XmlBoolean xgetCustomFormat()
Gets (as xml) the "customFormat" attribute
-
isSetCustomFormat
boolean isSetCustomFormat()
True if has "customFormat" attribute
-
setCustomFormat
void setCustomFormat(boolean customFormat)
Sets the "customFormat" attribute
-
xsetCustomFormat
void xsetCustomFormat(XmlBoolean customFormat)
Sets (as xml) the "customFormat" attribute
-
unsetCustomFormat
void unsetCustomFormat()
Unsets the "customFormat" attribute
-
getHt
double getHt()
Gets the "ht" attribute
-
xgetHt
XmlDouble xgetHt()
Gets (as xml) the "ht" attribute
-
isSetHt
boolean isSetHt()
True if has "ht" attribute
-
setHt
void setHt(double ht)
Sets the "ht" attribute
-
xsetHt
void xsetHt(XmlDouble ht)
Sets (as xml) the "ht" attribute
-
unsetHt
void unsetHt()
Unsets the "ht" attribute
-
getHidden
boolean getHidden()
Gets the "hidden" attribute
-
xgetHidden
XmlBoolean xgetHidden()
Gets (as xml) the "hidden" attribute
-
isSetHidden
boolean isSetHidden()
True if has "hidden" attribute
-
setHidden
void setHidden(boolean hidden)
Sets the "hidden" attribute
-
xsetHidden
void xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attribute
-
unsetHidden
void unsetHidden()
Unsets the "hidden" attribute
-
getCustomHeight
boolean getCustomHeight()
Gets the "customHeight" attribute
-
xgetCustomHeight
XmlBoolean xgetCustomHeight()
Gets (as xml) the "customHeight" attribute
-
isSetCustomHeight
boolean isSetCustomHeight()
True if has "customHeight" attribute
-
setCustomHeight
void setCustomHeight(boolean customHeight)
Sets the "customHeight" attribute
-
xsetCustomHeight
void xsetCustomHeight(XmlBoolean customHeight)
Sets (as xml) the "customHeight" attribute
-
unsetCustomHeight
void unsetCustomHeight()
Unsets the "customHeight" attribute
-
getOutlineLevel
short getOutlineLevel()
Gets the "outlineLevel" attribute
-
xgetOutlineLevel
XmlUnsignedByte xgetOutlineLevel()
Gets (as xml) the "outlineLevel" attribute
-
isSetOutlineLevel
boolean isSetOutlineLevel()
True if has "outlineLevel" attribute
-
setOutlineLevel
void setOutlineLevel(short outlineLevel)
Sets the "outlineLevel" attribute
-
xsetOutlineLevel
void xsetOutlineLevel(XmlUnsignedByte outlineLevel)
Sets (as xml) the "outlineLevel" attribute
-
unsetOutlineLevel
void unsetOutlineLevel()
Unsets the "outlineLevel" attribute
-
getCollapsed
boolean getCollapsed()
Gets the "collapsed" attribute
-
xgetCollapsed
XmlBoolean xgetCollapsed()
Gets (as xml) the "collapsed" attribute
-
isSetCollapsed
boolean isSetCollapsed()
True if has "collapsed" attribute
-
setCollapsed
void setCollapsed(boolean collapsed)
Sets the "collapsed" attribute
-
xsetCollapsed
void xsetCollapsed(XmlBoolean collapsed)
Sets (as xml) the "collapsed" attribute
-
unsetCollapsed
void unsetCollapsed()
Unsets the "collapsed" attribute
-
getThickTop
boolean getThickTop()
Gets the "thickTop" attribute
-
xgetThickTop
XmlBoolean xgetThickTop()
Gets (as xml) the "thickTop" attribute
-
isSetThickTop
boolean isSetThickTop()
True if has "thickTop" attribute
-
setThickTop
void setThickTop(boolean thickTop)
Sets the "thickTop" attribute
-
xsetThickTop
void xsetThickTop(XmlBoolean thickTop)
Sets (as xml) the "thickTop" attribute
-
unsetThickTop
void unsetThickTop()
Unsets the "thickTop" attribute
-
getThickBot
boolean getThickBot()
Gets the "thickBot" attribute
-
xgetThickBot
XmlBoolean xgetThickBot()
Gets (as xml) the "thickBot" attribute
-
isSetThickBot
boolean isSetThickBot()
True if has "thickBot" attribute
-
setThickBot
void setThickBot(boolean thickBot)
Sets the "thickBot" attribute
-
xsetThickBot
void xsetThickBot(XmlBoolean thickBot)
Sets (as xml) the "thickBot" attribute
-
unsetThickBot
void unsetThickBot()
Unsets the "thickBot" attribute
-
getPh
boolean getPh()
Gets the "ph" attribute
-
xgetPh
XmlBoolean xgetPh()
Gets (as xml) the "ph" attribute
-
isSetPh
boolean isSetPh()
True if has "ph" attribute
-
setPh
void setPh(boolean ph)
Sets the "ph" attribute
-
xsetPh
void xsetPh(XmlBoolean ph)
Sets (as xml) the "ph" attribute
-
unsetPh
void unsetPh()
Unsets the "ph" attribute
-
-