Class MajorFont
java.lang.Object
com.independentsoft.office.themes.MajorFont
The Class MajorFont.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the complex script font.Gets the east asian font.Gets the latin font.Gets the supplemental fonts.voidsetComplexScriptFont(ComplexScriptFont complexScriptFont)Sets the complex script font.voidsetEastAsianFont(EastAsianFont eastAsianFont)Sets the east asian font.voidsetLatinFont(LatinFont latinFont)Sets the latin font.toString()
-
Constructor Details
-
MajorFont
public MajorFont()Instantiates a new major font.
-
-
Method Details
-
clone
-
toString
-
getComplexScriptFont
Gets the complex script font.- Returns:
- the complex script font
-
setComplexScriptFont
Sets the complex script font.- Parameters:
complexScriptFont- the new complex script font
-
getEastAsianFont
Gets the east asian font.- Returns:
- the east asian font
-
setEastAsianFont
Sets the east asian font.- Parameters:
eastAsianFont- the new east asian font
-
getSupplementalFonts
Gets the supplemental fonts.- Returns:
- the supplemental fonts
-
getLatinFont
Gets the latin font.- Returns:
- the latin font
-
setLatinFont
Sets the latin font.- Parameters:
latinFont- the new latin font
-