advancelkp.blogg.se

Openoffice calculate p value
Openoffice calculate p value












openoffice calculate p value openoffice calculate p value

When an object is initialized using this function, it brings a lot of methods allowing allowing the application to retrieve, read, update, delete or create almost every content and style element. The most usual constructor for this object is the odfDocument() function. title, subject, and other general properties).Įvery document processing begins by the initialization of an object abstraction of the document. ordinary text containers (paragraphs, headings, item lists) - tables and cells - user fields - sections - images - styles - bookmarks - bibliography entries - page layout - metadata (i.e. More generally, OpenOffice::OODoc provides a lot of methods (probably most of them are not useful for you) allowing create/search/update/delete operations with document elements such as: A program using this library can run without any installation (and, practically, OODoc has been tested on platforms where is not available yet). It takes much less time than the opening of the document with your favourite text processor, and can be executed without any desktop software connection. The script above appends a new paragraph, with given text and style, and a table with 6 lines and 4 columns, to an existing document, then inserts a value at a given position in the table. $document->cellValue("My Table", 2, 1, "New value") $document->appendTable("My Table", 6, 4) My $document = odfDocument(file => 'filename.odt') OODoc provides an abstraction of the document objects and isolates the programmer from low level XML navigation, UTF8 encoding and file compression details. direct read/write operations by enterprise software on office documents, and/or document-driven applications. replacement of old-style, proprietary, client-based macros for intensive and non-interactive document processing The main goal of the Open OpenDocument Connector (OODoc) is to allow quick application development in 2 areas: In addition, a general presentation in French can be downloaded at Overview There is an alternative intro for french-reading users. Just before reading this intro, it's a good idea to have a look at the short (and commented) examples provided in the distribution.Īnother general introduction to this Perl OpenDocument Connector has been published in The Perl Review (issue #3.1, dec. The present introduction, as well as the OpenOffice::OODoc main chapter, should be read in order to get the big picture before any attempt to dig in the detailed documentation. The reference manual is a set of OpenOffice::OODoc::xxx separate documents, where xxx is the codename of a particular functional area. This introductory notice is intended to allow the user to understand the general principles and to learn some basic features of the OODoc module without browsing the whole reference manual. OpenOffice::OODoc::Intro - Introduction to the Open OpenDocument Connector DESCRIPTION Manipulating variables, bibliographic entries, bookmarks.














Openoffice calculate p value