Interface CTTableRow
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_TableRow(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTTableRow> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementaddNewTc()
Appends and returns a new empty value (as xml) as the last "tc" elementGets the "extLst" elementgetH()
Gets the "h" attributeGets array of all "tc" elementsgetTcArray
(int i) Gets ith "tc" elementGets a List of "tc" elementsinsertNewTc
(int i) Inserts and returns a new empty value (as xml) as the ith "tc" elementboolean
True if has "extLst" elementvoid
removeTc
(int i) Removes the ith "tc" elementvoid
setExtLst
(CTOfficeArtExtensionList extLst) Sets the "extLst" elementvoid
Sets the "h" attributevoid
setTcArray
(int i, CTTableCell tc) Sets ith "tc" elementvoid
setTcArray
(CTTableCell[] tcArray) Sets array of all "tc" elementint
Returns number of "tc" elementvoid
Unsets the "extLst" elementxgetH()
Gets (as xml) the "h" attributevoid
Sets (as xml) the "h" 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, valueHashCode
Methods 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
-
getTcList
List<CTTableCell> getTcList()Gets a List of "tc" elements -
getTcArray
CTTableCell[] getTcArray()Gets array of all "tc" elements -
getTcArray
Gets ith "tc" element -
sizeOfTcArray
int sizeOfTcArray()Returns number of "tc" element -
setTcArray
Sets array of all "tc" element -
setTcArray
Sets ith "tc" element -
insertNewTc
Inserts and returns a new empty value (as xml) as the ith "tc" element -
addNewTc
CTTableCell addNewTc()Appends and returns a new empty value (as xml) as the last "tc" element -
removeTc
void removeTc(int i) Removes the ith "tc" element -
getExtLst
CTOfficeArtExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getH
Object getH()Gets the "h" attribute -
xgetH
STCoordinate xgetH()Gets (as xml) the "h" attribute -
setH
Sets the "h" attribute -
xsetH
Sets (as xml) the "h" attribute
-