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.
    • Method Detail

      • getTcList

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

        @Deprecated
        CTTableCell[] getTcArray()
        Deprecated.
        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
      • isSetExtLst

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

        void unsetExtLst()
        Unsets the "extLst" element
      • getH

        long getH()
        Gets the "h" attribute
      • xgetH

        STCoordinate xgetH()
        Gets (as xml) the "h" attribute
      • setH

        void setH​(long h)
        Sets the "h" attribute
      • xsetH

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