Class SupplementalFont

java.lang.Object
com.independentsoft.office.drawing.SupplementalFont

public class SupplementalFont extends Object
The Class SupplementalFont.
  • Constructor Details

    • SupplementalFont

      public SupplementalFont()
      Instantiates a new supplemental font.
    • SupplementalFont

      public SupplementalFont(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new supplemental font.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • clone

      public SupplementalFont clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getScript

      public String getScript()
      Gets the script.
      Returns:
      the script
    • setScript

      public void setScript(String script)
      Sets the script.
      Parameters:
      script - the new script
    • getTypeface

      public String getTypeface()
      Gets the typeface.
      Returns:
      the typeface
    • setTypeface

      public void setTypeface(String typeface)
      Sets the typeface.
      Parameters:
      typeface - the new typeface