All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getFontList

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

      CTFont[] getFontArray()
      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