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 closes the document
Return-Value:
objectname document the tcluno document handle
Return-Value: the handle for the document
objectname print printerProperties printPropertiesprints 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 filenamesave 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