Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    OpenOffice::OODoc::Intro 2.032

    Download button

    No screenshots available
    Downloads: 546  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jean-Marie Gouarne | More programs
    Perl Artistic License / FREE
    March 9th, 2007, 18:35 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    OpenOffice::OODoc::Intro description

    OpenOffice::OODoc::Intro is a Perl module for an introduction to the Open OpenDocument Connector.

    OpenOffice::OODoc::Intro is a Perl module for an introduction to the Open OpenDocument Connector.

    The main goal of the Open OpenDocument Connector (OODoc) is to allow quick application development in 2 areas:

    - replacement of old-style, proprietary, client-based macros for intensive and non-interactive document processing;
    - direct read/write operations by enterprise software on office documents, and/or document-driven applications.

    OODoc provides an abstraction of the document objects and isolates the programmer from low level XML navigation, UTF8 encoding and file compression details. For example:

    use OpenOffice::OODoc;
    my $document = ooDocument(file => 'filename.odt');
    $document->appendParagraph
    (
    text => 'Some new text',
    style => 'Text body'
    );
    $document->appendTable("My Table", 6, 4);
    $document->cellValue("My Table", 2, 1, "New value");
    $document->save;

    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. 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. A program using this library can run without any OpenOffice.org installation (and, practically, OODoc has been tested on platforms where OpenOffice.org is not available yet).

    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:

    - ordinary text containers (paragraphs, headings, item lists); - tables and cells; - sections; - images; - styles; - page layout; - metadata (i.e. title, subject, and other general properties).

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    OpenOffice intro | Perl module | Open OpenDocument Connector | OpenOffice::OODoc::I | OpenOffice | OODoc

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM