Package com.independentsoft.office
Class SharedOfficeDocument
java.lang.Object
com.independentsoft.office.SharedOfficeDocument
The Class SharedOfficeDocument.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SharedOfficeDocumentGets the single instance of SharedOfficeDocument.Gets the office document.voidsetOfficeDocument(OfficeDocument officeDocument)Sets the office document.
-
Method Details
-
getInstance
Gets the single instance of SharedOfficeDocument.- Returns:
- single instance of SharedOfficeDocument
-
getOfficeDocument
Gets the office document.- Returns:
- the office document
-
setOfficeDocument
Sets the office document.- Parameters:
officeDocument- the new office document
-