Package com.independentsoft.office.word
Class WritingStyle
java.lang.Object
com.independentsoft.office.word.WritingStyle
The Class WritingStyle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the application name.Gets the check style.intGets the dll version.Gets the language.Gets the natural language grammar check.intGets the vendor id.voidsetApplicationName(String applicationName)Sets the application name.voidsetCheckStyle(ExtendedBoolean checkStyle)Sets the check style.voidsetDllVersion(int dllVersion)Sets the dll version.voidsetLanguage(String language)Sets the language.voidsetNaturalLanguageGrammarCheck(ExtendedBoolean naturalLanguageGrammarCheck)Sets the natural language grammar check.voidsetVendorID(int vendorID)Sets the vendor id.toString()
-
Constructor Details
-
WritingStyle
public WritingStyle()Instantiates a new writing style.
-
-
Method Details
-
clone
-
toString
-
getApplicationName
Gets the application name.- Returns:
- the application name
-
setApplicationName
Sets the application name.- Parameters:
applicationName- the new application name
-
getCheckStyle
Gets the check style.- Returns:
- the check style
-
setCheckStyle
Sets the check style.- Parameters:
checkStyle- the new check style
-
getDllVersion
public int getDllVersion()Gets the dll version.- Returns:
- the dll version
-
setDllVersion
public void setDllVersion(int dllVersion)Sets the dll version.- Parameters:
dllVersion- the new dll version
-
getLanguage
Gets the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language- the new language
-
getNaturalLanguageGrammarCheck
Gets the natural language grammar check.- Returns:
- the natural language grammar check
-
setNaturalLanguageGrammarCheck
Sets the natural language grammar check.- Parameters:
naturalLanguageGrammarCheck- the new natural language grammar check
-
getVendorID
public int getVendorID()Gets the vendor id.- Returns:
- the vendor id
-
setVendorID
public void setVendorID(int vendorID)Sets the vendor id.- Parameters:
vendorID- the new vendor id
-