public interface ISpreadsheetEditorManager extends IOfficeIntegratorBase
Modifier and Type | Method and Description |
---|---|
boolean |
createDocument(IDataContainer dataContainer,
java.lang.String saveAsFilePath,
boolean openAfterCreation)
Creates a new document and fills it with several contents
|
newDocument, openDocument
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 createDocument(IDataContainer dataContainer, java.lang.String saveAsFilePath, boolean openAfterCreation)
dataContainer
- data to be filledsaveAsFilePath
- if any path is provided the document should be saved into this pathopenAfterCreation
- declares if the document should be visually presented after creation