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.
  • Field Details

  • Method Details

    • 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
    • getRegular

      CTEmbeddedFontDataId getRegular()
      Gets the "regular" element
    • isSetRegular

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

      void setRegular(CTEmbeddedFontDataId regular)
      Sets the "regular" element
    • addNewRegular

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

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

      Gets the "bold" element
    • isSetBold

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

      void setBold(CTEmbeddedFontDataId bold)
      Sets the "bold" element
    • addNewBold

      CTEmbeddedFontDataId addNewBold()
      Appends and returns a new empty "bold" element
    • unsetBold

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

      Gets the "italic" element
    • isSetItalic

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

      void setItalic(CTEmbeddedFontDataId italic)
      Sets the "italic" element
    • addNewItalic

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

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

      CTEmbeddedFontDataId getBoldItalic()
      Gets the "boldItalic" 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