Interface CTSupplementalFont

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getScript

      String getScript()
      Gets the "script" attribute
    • xgetScript

      XmlString xgetScript()
      Gets (as xml) the "script" attribute
    • setScript

      void setScript(String script)
      Sets the "script" attribute
    • xsetScript

      void xsetScript(XmlString script)
      Sets (as xml) the "script" attribute
    • getTypeface

      String getTypeface()
      Gets the "typeface" attribute
    • xgetTypeface

      STTextTypeface xgetTypeface()
      Gets (as xml) the "typeface" attribute
    • setTypeface

      void setTypeface(String typeface)
      Sets the "typeface" attribute
    • xsetTypeface

      void xsetTypeface(STTextTypeface typeface)
      Sets (as xml) the "typeface" attribute