Package com.independentsoft.office.word
Class ThemeFontLanguage
java.lang.Object
com.independentsoft.office.word.ThemeFontLanguage
The Class ThemeFontLanguage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the complex script language.Gets the east asian language.Gets the latin language.voidsetComplexScriptLanguage(String complexScriptLanguage)Sets the complex script language.voidsetEastAsianLanguage(String eastAsianLanguage)Sets the east asian language.voidsetLatinLanguage(String latinLanguage)Sets the latin language.toString()
-
Constructor Details
-
ThemeFontLanguage
public ThemeFontLanguage()Instantiates a new theme font language.
-
-
Method Details
-
clone
-
toString
-
getComplexScriptLanguage
Gets the complex script language.- Returns:
- the complex script language
-
setComplexScriptLanguage
Sets the complex script language.- Parameters:
complexScriptLanguage- the new complex script language
-
getEastAsianLanguage
Gets the east asian language.- Returns:
- the east asian language
-
setEastAsianLanguage
Sets the east asian language.- Parameters:
eastAsianLanguage- the new east asian language
-
getLatinLanguage
Gets the latin language.- Returns:
- the latin language
-
setLatinLanguage
Sets the latin language.- Parameters:
latinLanguage- the new latin language
-