Interface CTFonts

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getFontList

        java.util.List<CTFont> getFontList()
        Gets a List of "font" elements
      • getFontArray

        @Deprecated
        CTFont[] getFontArray()
        Deprecated.
        Gets array of all "font" elements
      • getFontArray

        CTFont getFontArray​(int i)
        Gets ith "font" element
      • sizeOfFontArray

        int sizeOfFontArray()
        Returns number of "font" element
      • setFontArray

        void setFontArray​(CTFont[] fontArray)
        Sets array of all "font" element
      • setFontArray

        void setFontArray​(int i,
                          CTFont font)
        Sets ith "font" element
      • insertNewFont

        CTFont insertNewFont​(int i)
        Inserts and returns a new empty value (as xml) as the ith "font" element
      • addNewFont

        CTFont addNewFont()
        Appends and returns a new empty value (as xml) as the last "font" element
      • removeFont

        void removeFont​(int i)
        Removes the ith "font" 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