Interface CTTableRow

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTTableRow extends XmlObject
An XML CT_TableRow(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getTcList

      List<CTTableCell> getTcList()
      Gets a List of "tc" elements
    • getTcArray

      CTTableCell[] getTcArray()
      Gets array of all "tc" elements
    • getTcArray

      CTTableCell getTcArray(int i)
      Gets ith "tc" element
    • sizeOfTcArray

      int sizeOfTcArray()
      Returns number of "tc" element
    • setTcArray

      void setTcArray(CTTableCell[] tcArray)
      Sets array of all "tc" element
    • setTcArray

      void setTcArray(int i, CTTableCell tc)
      Sets ith "tc" element
    • insertNewTc

      CTTableCell insertNewTc(int i)
      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

      Gets the "extLst" element
    • isSetExtLst

      boolean isSetExtLst()
      True if has "extLst" element
    • setExtLst

      void setExtLst(CTOfficeArtExtensionList extLst)
      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

      void setH(Object h)
      Sets the "h" attribute
    • xsetH

      void xsetH(STCoordinate h)
      Sets (as xml) the "h" attribute