Class MajorFont

java.lang.Object
com.independentsoft.office.themes.MajorFont

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

    • MajorFont

      public MajorFont()
      Instantiates a new major font.
  • Method Details

    • clone

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

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

      public ComplexScriptFont getComplexScriptFont()
      Gets the complex script font.
      Returns:
      the complex script font
    • setComplexScriptFont

      public void setComplexScriptFont(ComplexScriptFont complexScriptFont)
      Sets the complex script font.
      Parameters:
      complexScriptFont - the new complex script font
    • getEastAsianFont

      public EastAsianFont getEastAsianFont()
      Gets the east asian font.
      Returns:
      the east asian font
    • setEastAsianFont

      public void setEastAsianFont(EastAsianFont eastAsianFont)
      Sets the east asian font.
      Parameters:
      eastAsianFont - the new east asian font
    • getSupplementalFonts

      public List<SupplementalFont> getSupplementalFonts()
      Gets the supplemental fonts.
      Returns:
      the supplemental fonts
    • getLatinFont

      public LatinFont getLatinFont()
      Gets the latin font.
      Returns:
      the latin font
    • setLatinFont

      public void setLatinFont(LatinFont latinFont)
      Sets the latin font.
      Parameters:
      latinFont - the new latin font