|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteSpreadsheet
This class represents a Lotus Symphony spreadsheet.
Creation and access
Method Summary | |
---|---|
void |
closeSpreadsheet(boolean saveChanges)
This method closes the spreadsheet. |
IRemoteSheet |
getActiveSheet()
This property returns or sets the current active sheet in the spreadsheet. |
IRemoteNames |
getNames()
This property returns all the named ranges of a spreadsheet. |
IRemoteSheets |
getSheets()
This property returns all the sheets in the spreadsheet. |
IRemoteTableStyles |
getTableStyles()
This property returns all the table styles of a spreadsheet. |
void |
saveAsSpreadsheet(java.lang.String fileName,
java.lang.String fileFormat)
This method saves the spreadsheet with a new name or format. |
void |
saveAsSpreadsheet(java.lang.String fileName,
java.lang.String fileFormat,
java.lang.String password)
This method saves the spreadsheet with a new name or format. |
void |
saveSpreadsheet()
This method saves the spreadsheet. |
void |
setActiveSheet(IRemoteSheet sheet)
This property returns or sets the current active sheet in the spreadsheet. |
void |
syncDocument(boolean isEnable)
This method enables or disables the synchronization of the user interface with the data of the spreadsheet. |
Methods inherited from interface com.mindoo.remote.api.symphony.IRemoteSymphonyDocument |
---|
close, export, export, export, exportPDF, getApplication, getFullName, getName, getPath, getSaveFormat, getStyleFamilies, getType, getUniqueID, isSaved, isVisible, print, print, print, print, save, saveAs, saveAs, saveAs, setEditAreaVisible |
Method Detail |
---|
IRemoteTableStyles getTableStyles() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteNames getNames() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteSheets getSheets() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteSheet getActiveSheet() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setActiveSheet(IRemoteSheet sheet) throws RemoteEclipseAPIException
sheet
-
RemoteEclipseAPIException
void closeSpreadsheet(boolean saveChanges) throws RemoteEclipseAPIException
saveChanges
- Specifies whether to save changes before closing the spreadsheet. A value of true saves changes. A value of false does not save changes.
RemoteEclipseAPIException
void saveSpreadsheet() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void saveAsSpreadsheet(java.lang.String fileName, java.lang.String fileFormat) throws RemoteEclipseAPIException
fileName
- Specifies the new name of the spreadsheet to be saved and must be the full file name containing the file path. For example, on Microsoft® Windows® , the format is D:\\test.ods. On Linux®, the format is /home/me/test.ods.fileFormat
- Specifies the format of the spreadsheet to be saved. The following file formats are supported:RemoteEclipseAPIException
void saveAsSpreadsheet(java.lang.String fileName, java.lang.String fileFormat, java.lang.String password) throws RemoteEclipseAPIException
fileName
- Specifies the new name of the spreadsheet to be saved and must be the full file name containing the file path. For example, on Microsoft® Windows® , the format is D:\\test.ods. On Linux®, the format is /home/me/test.ods.fileFormat
- Specifies the format of the spreadsheet to be saved. The following file formats are supported:password
- Specifies the password of the apreadsheet.
RemoteEclipseAPIException
void syncDocument(boolean isEnable) throws RemoteEclipseAPIException
isEnable
- Specifies true to enable the synchronization of the user interface with the data, and specifies false to disable the synchronization of the user interface with the data.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |