Package com.independentsoft.office.word
Class SharedWordDocument
java.lang.Object
com.independentsoft.office.word.SharedWordDocument
The Class SharedWordDocument.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SharedWordDocumentGets the single instance of SharedWordDocument.Gets the word document.voidsetWordDocument(WordDocument wordDocument)Sets the word document.
-
Method Details
-
getInstance
Gets the single instance of SharedWordDocument.- Returns:
- single instance of SharedWordDocument
-
getWordDocument
Gets the word document.- Returns:
- the word document
-
setWordDocument
Sets the word document.- Parameters:
wordDocument- the new word document
-