Interface CTRow
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Row(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewC()Appends and returns a new empty value (as xml) as the last "c" elementAppends and returns a new empty "extLst" elementCTCell[]Gets array of all "c" elementsgetCArray(int i) Gets ith "c" elementgetCList()Gets a List of "c" elementsbooleanGets the "collapsed" attributebooleanGets the "customFormat" attributebooleanGets the "customHeight" attributeGets the "extLst" elementbooleanGets the "hidden" attributedoublegetHt()Gets the "ht" attributeshortGets the "outlineLevel" attributebooleangetPh()Gets the "ph" attributelonggetR()Gets the "r" attributelonggetS()Gets the "s" attributegetSpans()Gets the "spans" attributebooleanGets the "thickBot" attributebooleanGets the "thickTop" attributeinsertNewC(int i) Inserts and returns a new empty value (as xml) as the ith "c" elementbooleanTrue if has "collapsed" attributebooleanTrue if has "customFormat" attributebooleanTrue if has "customHeight" attributebooleanTrue if has "extLst" elementbooleanTrue if has "hidden" attributebooleanisSetHt()True if has "ht" attributebooleanTrue if has "outlineLevel" attributebooleanisSetPh()True if has "ph" attributebooleanisSetR()True if has "r" attributebooleanisSetS()True if has "s" attributebooleanTrue if has "spans" attributebooleanTrue if has "thickBot" attributebooleanTrue if has "thickTop" attributevoidremoveC(int i) Removes the ith "c" elementvoidSets ith "c" elementvoidSets 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" attributevoidSets the "spans" attributevoidsetThickBot(boolean thickBot) Sets the "thickBot" attributevoidsetThickTop(boolean thickTop) Sets the "thickTop" attributeintReturns number of "c" elementvoidUnsets the "collapsed" attributevoidUnsets the "customFormat" attributevoidUnsets the "customHeight" attributevoidUnsets the "extLst" elementvoidUnsets the "hidden" attributevoidunsetHt()Unsets the "ht" attributevoidUnsets the "outlineLevel" attributevoidunsetPh()Unsets the "ph" attributevoidunsetR()Unsets the "r" attributevoidunsetS()Unsets the "s" attributevoidUnsets the "spans" attributevoidUnsets the "thickBot" attributevoidUnsets the "thickTop" attributeGets (as xml) the "collapsed" attributeGets (as xml) the "customFormat" attributeGets (as xml) the "customHeight" attributeGets (as xml) the "hidden" attributexgetHt()Gets (as xml) the "ht" attributeGets (as xml) the "outlineLevel" attributexgetPh()Gets (as xml) the "ph" attributexgetR()Gets (as xml) the "r" attributexgetS()Gets (as xml) the "s" attributeGets (as xml) the "spans" attributeGets (as xml) the "thickBot" attributeGets (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" attributevoidSets (as xml) the "ht" attributevoidxsetOutlineLevel(XmlUnsignedByte outlineLevel) Sets (as xml) the "outlineLevel" attributevoidxsetPh(XmlBoolean ph) Sets (as xml) the "ph" attributevoidSets (as xml) the "r" attributevoidSets (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" 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
-
getCList
Gets a List of "c" elements -
getCArray
CTCell[] getCArray()Gets array of all "c" elements -
getCArray
Gets ith "c" element -
sizeOfCArray
int sizeOfCArray()Returns number of "c" element -
setCArray
Sets array of all "c" element -
setCArray
Sets ith "c" element -
insertNewC
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
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
Sets (as xml) the "r" attribute -
unsetR
void unsetR()Unsets the "r" attribute -
getSpans
List getSpans()Gets the "spans" attribute -
xgetSpans
STCellSpans xgetSpans()Gets (as xml) the "spans" attribute -
isSetSpans
boolean isSetSpans()True if has "spans" attribute -
setSpans
Sets the "spans" attribute -
xsetSpans
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
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
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
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
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
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
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
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
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
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
Sets (as xml) the "ph" attribute -
unsetPh
void unsetPh()Unsets the "ph" attribute
-