Package com.independentsoft.office.word
Class Language
java.lang.Object
com.independentsoft.office.word.Language
The Class Language.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the complex script.Gets the east asia.getLatin()Gets the latin.voidsetComplexScript(String complexScript)Sets the complex script.voidsetEastAsia(String eastAsia)Sets the east asia.voidSets the latin.toString()
-
Constructor Details
-
Language
public Language()Instantiates a new language.
-
-
Method Details
-
clone
-
toString
-
getComplexScript
Gets the complex script.- Returns:
- the complex script
-
setComplexScript
Sets the complex script.- Parameters:
complexScript- the new complex script
-
getEastAsia
Gets the east asia.- Returns:
- the east asia
-
setEastAsia
Sets the east asia.- Parameters:
eastAsia- the new east asia
-
getLatin
Gets the latin.- Returns:
- the latin
-
setLatin
Sets the latin.- Parameters:
latin- the new latin
-