Interface FontsDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface FontsDocument
    extends XmlObject
    A document containing one fonts(@http://schemas.openxmlformats.org/wordprocessingml/2006/main) element. This is a complex type.
    • Method Detail

      • getFonts

        CTFontsList getFonts()
        Gets the "fonts" element
      • setFonts

        void setFonts​(CTFontsList fonts)
        Sets the "fonts" element
      • addNewFonts

        CTFontsList addNewFonts()
        Appends and returns a new empty "fonts" element