casfriendly.blogg.se

Openoffice space between pages in view
Openoffice space between pages in view




The present chapter, then the OpenOffice::OODoc::Intro one, should be read before any attempt to dig in the detailed documentation. OpenOffice::OODoc is designed for data retrieval and update in existing documents, as well as full document generation. It can retrieve or update styles and images, document metadata, as well as text content. It can process different document classes (texts, spreadsheets, presentations, and drawings). It provides a high-level, document-oriented language, and isolates the programmer from the details of the file format. This toolbox is an extensible Perl interface allowing direct read/write operations on files which comply with the OASIS Open Document Format for Office Applications (ODF), i.e. # to the newly inserted paragraph, to be displayed # import an image from an external file, attach it # with 20% extra luminance and color inversion # define a new graphic style, to display images Text => 'A new paragraph to be inserted', My $newparagraph = $document->insertParagraph # insert a new text element before the selected one

openoffice space between pages in view

My $place = $document->selectElementB圜ontent("my search string")

openoffice space between pages in view

# select a text element containing a given string My $document = odfDocument(file => "MyFile.odt") # get global access to the content of an ODF file

openoffice space between pages in view

OpenOffice::OODoc - The Perl Open OpenDocument Connector SYNOPSIS use OpenOffice::OODoc






Openoffice space between pages in view