Name
itcluno::OpenOffice - Base Itcluno Class for Openoffice.org's Scalc
Synopsis
Standard Options
-desktop - use the specified desktop
-filename - opens the specified filename
-handle - use the handle for the document. It was previously opened by another object
-hidden - 0: each action is visible, 1: no action is visible
Methods
objectname close {delegate 0}
closes the document
Return-Value:
objectname document
the tcluno document handle
Return-Value: the handle for the document
objectname exportTo filename {filter ""}
exports the document to the given type. If filter is an empty string the filter is determined by the filename extension
Return-Value:
objectname print printerProperties printProperties
prints the document. printerProperties and printPorperties may both be an empty list or a list of the form of options
Return-Value:
objectname printerOptions {printerName ""}
gets the printer properties for the given printer (default printer when printerName is empty
Return-Value: a list of list/value pairs with the printer properties
objectname saveFile filename
save the document in "filename"
Return-Value:
objectname getPropertyValues object {propertyList ""}
gets a list of keys/values for all or the given properties
Return-Value: return a key/value list
objectname invokeScript scriptName {params ""} {language Basic} {location document}
save the document in "filename"
Return-Value:
Bugs
no bugs known, but of course no software is bug free. If found one, file them to the bug section on our sourceforge page.
ToDo
a lot of new features which I find useful. If you find that anything useful is missing, please let me know via the bug report
Top