Interface CTEmbeddedFontListEntry

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getFont

        CTTextFont getFont()
        Gets the "font" element
      • setFont

        void setFont​(CTTextFont font)
        Sets the "font" element
      • addNewFont

        CTTextFont addNewFont()
        Appends and returns a new empty "font" element
      • isSetRegular

        boolean isSetRegular()
        True if has "regular" element
      • addNewRegular

        CTEmbeddedFontDataId addNewRegular()
        Appends and returns a new empty "regular" element
      • unsetRegular

        void unsetRegular()
        Unsets the "regular" element
      • isSetBold

        boolean isSetBold()
        True if has "bold" element
      • unsetBold

        void unsetBold()
        Unsets the "bold" element
      • isSetItalic

        boolean isSetItalic()
        True if has "italic" element
      • addNewItalic

        CTEmbeddedFontDataId addNewItalic()
        Appends and returns a new empty "italic" element
      • unsetItalic

        void unsetItalic()
        Unsets the "italic" element
      • isSetBoldItalic

        boolean isSetBoldItalic()
        True if has "boldItalic" element
      • setBoldItalic

        void setBoldItalic​(CTEmbeddedFontDataId boldItalic)
        Sets the "boldItalic" element
      • addNewBoldItalic

        CTEmbeddedFontDataId addNewBoldItalic()
        Appends and returns a new empty "boldItalic" element
      • unsetBoldItalic

        void unsetBoldItalic()
        Unsets the "boldItalic" element