Interface CTFontCollection

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getLatin

      CTTextFont getLatin()
      Gets the "latin" element
    • setLatin

      void setLatin(CTTextFont latin)
      Sets the "latin" element
    • addNewLatin

      CTTextFont addNewLatin()
      Appends and returns a new empty "latin" element
    • getEa

      CTTextFont getEa()
      Gets the "ea" element
    • setEa

      void setEa(CTTextFont ea)
      Sets the "ea" element
    • addNewEa

      CTTextFont addNewEa()
      Appends and returns a new empty "ea" element
    • getCs

      CTTextFont getCs()
      Gets the "cs" element
    • setCs

      void setCs(CTTextFont cs)
      Sets the "cs" element
    • addNewCs

      CTTextFont addNewCs()
      Appends and returns a new empty "cs" element
    • getFontList

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

      CTSupplementalFont[] getFontArray()
      Gets array of all "font" elements
    • getFontArray

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

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

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

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

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

      CTSupplementalFont 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
    • getExtLst

      Gets the "extLst" element
    • isSetExtLst

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

      void setExtLst(CTOfficeArtExtensionList extLst)
      Sets the "extLst" element
    • addNewExtLst

      CTOfficeArtExtensionList addNewExtLst()
      Appends and returns a new empty "extLst" element
    • unsetExtLst

      void unsetExtLst()
      Unsets the "extLst" element