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