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 classCTRow.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 CTCelladdNewC()Appends and returns a new empty value (as xml) as the last "c" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTCell[]getCArray()Deprecated.CTCellgetCArray(int i)Gets ith "c" elementjava.util.List<CTCell>getCList()Gets a List of "c" elementsbooleangetCollapsed()Gets the "collapsed" attributebooleangetCustomFormat()Gets the "customFormat" attributebooleangetCustomHeight()Gets the "customHeight" attributeCTExtensionListgetExtLst()Gets the "extLst" elementbooleangetHidden()Gets the "hidden" attributedoublegetHt()Gets the "ht" attributeshortgetOutlineLevel()Gets the "outlineLevel" attributebooleangetPh()Gets the "ph" attributelonggetR()Gets the "r" attributelonggetS()Gets the "s" attributejava.util.ListgetSpans()Gets the "spans" attributebooleangetThickBot()Gets the "thickBot" attributebooleangetThickTop()Gets the "thickTop" attributeCTCellinsertNewC(int i)Inserts and returns a new empty value (as xml) as the ith "c" elementbooleanisSetCollapsed()True if has "collapsed" attributebooleanisSetCustomFormat()True if has "customFormat" attributebooleanisSetCustomHeight()True if has "customHeight" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetHidden()True if has "hidden" attributebooleanisSetHt()True if has "ht" attributebooleanisSetOutlineLevel()True if has "outlineLevel" attributebooleanisSetPh()True if has "ph" attributebooleanisSetR()True if has "r" attributebooleanisSetS()True if has "s" attributebooleanisSetSpans()True if has "spans" attributebooleanisSetThickBot()True if has "thickBot" attributebooleanisSetThickTop()True if has "thickTop" attributevoidremoveC(int i)Removes the ith "c" elementvoidsetCArray(int i, CTCell c)Sets ith "c" elementvoidsetCArray(CTCell[] cArray)Sets array of all "c" elementvoidsetCollapsed(boolean collapsed)Sets the "collapsed" attributevoidsetCustomFormat(boolean customFormat)Sets the "customFormat" attributevoidsetCustomHeight(boolean customHeight)Sets the "customHeight" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetHidden(boolean hidden)Sets the "hidden" attributevoidsetHt(double ht)Sets the "ht" attributevoidsetOutlineLevel(short outlineLevel)Sets the "outlineLevel" attributevoidsetPh(boolean ph)Sets the "ph" attributevoidsetR(long r)Sets the "r" attributevoidsetS(long s)Sets the "s" attributevoidsetSpans(java.util.List spans)Sets the "spans" attributevoidsetThickBot(boolean thickBot)Sets the "thickBot" attributevoidsetThickTop(boolean thickTop)Sets the "thickTop" attributeintsizeOfCArray()Returns number of "c" elementvoidunsetCollapsed()Unsets the "collapsed" attributevoidunsetCustomFormat()Unsets the "customFormat" attributevoidunsetCustomHeight()Unsets the "customHeight" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetHidden()Unsets the "hidden" attributevoidunsetHt()Unsets the "ht" attributevoidunsetOutlineLevel()Unsets the "outlineLevel" attributevoidunsetPh()Unsets the "ph" attributevoidunsetR()Unsets the "r" attributevoidunsetS()Unsets the "s" attributevoidunsetSpans()Unsets the "spans" attributevoidunsetThickBot()Unsets the "thickBot" attributevoidunsetThickTop()Unsets the "thickTop" attributeXmlBooleanxgetCollapsed()Gets (as xml) the "collapsed" attributeXmlBooleanxgetCustomFormat()Gets (as xml) the "customFormat" attributeXmlBooleanxgetCustomHeight()Gets (as xml) the "customHeight" attributeXmlBooleanxgetHidden()Gets (as xml) the "hidden" attributeXmlDoublexgetHt()Gets (as xml) the "ht" attributeXmlUnsignedBytexgetOutlineLevel()Gets (as xml) the "outlineLevel" attributeXmlBooleanxgetPh()Gets (as xml) the "ph" attributeXmlUnsignedIntxgetR()Gets (as xml) the "r" attributeXmlUnsignedIntxgetS()Gets (as xml) the "s" attributeSTCellSpansxgetSpans()Gets (as xml) the "spans" attributeXmlBooleanxgetThickBot()Gets (as xml) the "thickBot" attributeXmlBooleanxgetThickTop()Gets (as xml) the "thickTop" attributevoidxsetCollapsed(XmlBoolean collapsed)Sets (as xml) the "collapsed" attributevoidxsetCustomFormat(XmlBoolean customFormat)Sets (as xml) the "customFormat" attributevoidxsetCustomHeight(XmlBoolean customHeight)Sets (as xml) the "customHeight" attributevoidxsetHidden(XmlBoolean hidden)Sets (as xml) the "hidden" attributevoidxsetHt(XmlDouble ht)Sets (as xml) the "ht" attributevoidxsetOutlineLevel(XmlUnsignedByte outlineLevel)Sets (as xml) the "outlineLevel" attributevoidxsetPh(XmlBoolean ph)Sets (as xml) the "ph" attributevoidxsetR(XmlUnsignedInt r)Sets (as xml) the "r" attributevoidxsetS(XmlUnsignedInt s)Sets (as xml) the "s" attributevoidxsetSpans(STCellSpans spans)Sets (as xml) the "spans" attributevoidxsetThickBot(XmlBoolean thickBot)Sets (as xml) the "thickBot" attributevoidxsetThickTop(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
-
-