public interface IOfficeIntegratorBase extends IDocumentApplicationExternalManager
Modifier and Type | Method and Description |
---|---|
boolean |
newDocument()
Creates a new document and opens the application
|
boolean |
openDocument(java.lang.String documentPath,
boolean createIfNecessary)
Opens and shows an existing document in the application
|
getDefaultFileExtension, getSupportedFileExtensions
getApplicationIcon, getApplicationIcon60x60, getApplicationKey, getApplicationName, getApplicationVersion
canAutocreateUnconfiguredInstance, checkConnection, cleanUp, getAdditionalBuildingInfo, getExternalManager16x16Icon, getExternalManagerDescription, getInstanceName, getManagerName, getPropertyFillingDescription, getPropertyItemDescriptions, getStoresCount, getVersion, init, isCheckConnection, isCompletelyConfigured, isOnlyOneInstanceAllowed, openExternalConfigDialog, setExternalContext, useExternalConfigDialog
boolean openDocument(java.lang.String documentPath, boolean createIfNecessary)
documentPath
- the physical path of the documentcreateIfNecessary
- declares if the document should be created if it not existsboolean newDocument()