Interface CTCellStyles

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTCellStyles
    extends XmlObject
    An XML CT_CellStyles(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getCellStyleList

        java.util.List<CTCellStyle> getCellStyleList()
        Gets a List of "cellStyle" elements
      • getCellStyleArray

        @Deprecated
        CTCellStyle[] getCellStyleArray()
        Deprecated.
        Gets array of all "cellStyle" elements
      • getCellStyleArray

        CTCellStyle getCellStyleArray​(int i)
        Gets ith "cellStyle" element
      • sizeOfCellStyleArray

        int sizeOfCellStyleArray()
        Returns number of "cellStyle" element
      • setCellStyleArray

        void setCellStyleArray​(CTCellStyle[] cellStyleArray)
        Sets array of all "cellStyle" element
      • setCellStyleArray

        void setCellStyleArray​(int i,
                               CTCellStyle cellStyle)
        Sets ith "cellStyle" element
      • insertNewCellStyle

        CTCellStyle insertNewCellStyle​(int i)
        Inserts and returns a new empty value (as xml) as the ith "cellStyle" element
      • addNewCellStyle

        CTCellStyle addNewCellStyle()
        Appends and returns a new empty value (as xml) as the last "cellStyle" element
      • removeCellStyle

        void removeCellStyle​(int i)
        Removes the ith "cellStyle" element
      • getCount

        long getCount()
        Gets the "count" attribute
      • xgetCount

        XmlUnsignedInt xgetCount()
        Gets (as xml) the "count" attribute
      • isSetCount

        boolean isSetCount()
        True if has "count" attribute
      • setCount

        void setCount​(long count)
        Sets the "count" attribute
      • xsetCount

        void xsetCount​(XmlUnsignedInt count)
        Sets (as xml) the "count" attribute
      • unsetCount

        void unsetCount()
        Unsets the "count" attribute