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.
    • Method Detail

      • getScript

        java.lang.String getScript()
        Gets the "script" attribute
      • xgetScript

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

        void setScript​(java.lang.String script)
        Sets the "script" attribute
      • xsetScript

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

        java.lang.String getTypeface()
        Gets the "typeface" attribute
      • xgetTypeface

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

        void setTypeface​(java.lang.String typeface)
        Sets the "typeface" attribute
      • xsetTypeface

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