Interface CTTextFont

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

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

      byte[] getPanose()
      Gets the "panose" attribute
    • xgetPanose

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPanose xgetPanose()
      Gets (as xml) the "panose" attribute
    • isSetPanose

      boolean isSetPanose()
      True if has "panose" attribute
    • setPanose

      void setPanose(byte[] panose)
      Sets the "panose" attribute
    • xsetPanose

      void xsetPanose(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPanose panose)
      Sets (as xml) the "panose" attribute
    • unsetPanose

      void unsetPanose()
      Unsets the "panose" attribute
    • getPitchFamily

      byte getPitchFamily()
      Gets the "pitchFamily" attribute
    • xgetPitchFamily

      STPitchFamily xgetPitchFamily()
      Gets (as xml) the "pitchFamily" attribute
    • isSetPitchFamily

      boolean isSetPitchFamily()
      True if has "pitchFamily" attribute
    • setPitchFamily

      void setPitchFamily(byte pitchFamily)
      Sets the "pitchFamily" attribute
    • xsetPitchFamily

      void xsetPitchFamily(STPitchFamily pitchFamily)
      Sets (as xml) the "pitchFamily" attribute
    • unsetPitchFamily

      void unsetPitchFamily()
      Unsets the "pitchFamily" attribute
    • getCharset

      byte getCharset()
      Gets the "charset" attribute
    • xgetCharset

      XmlByte xgetCharset()
      Gets (as xml) the "charset" attribute
    • isSetCharset

      boolean isSetCharset()
      True if has "charset" attribute
    • setCharset

      void setCharset(byte charset)
      Sets the "charset" attribute
    • xsetCharset

      void xsetCharset(XmlByte charset)
      Sets (as xml) the "charset" attribute
    • unsetCharset

      void unsetCharset()
      Unsets the "charset" attribute