jOpenDocument 1.1 b3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News jOpenDocument 1.1 b3 (Default branch)
# 1  
Old 07-29-2008
jOpenDocument 1.1 b3 (Default branch)

Image jOpenDocument is a pure Java library for manipulation of OASIS Open Document files. jOpenDocument is a library for developers looking to use Open Document files without OpenOffice.org. You can use jOpenDocument to generate dynamic documents from Java, XML, or databases; to display and print files with built-in viewers; to split, concatenate, and manipulate pages; to automate filling out of templates; and to use your preferred langage via the standard ScriptEngine interface. License: GNU General Public License v3 Changes:
A new API for metadata manipulation. A new tutorial about metadata. Full support of measure units. Row duplication improvements. A useful XML validator (isValid() on XMLDocument). A convenient superclass for styles. Unified table handling. A setColumnCount() method on Tables.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Padre::Plugin::YAML::Document(3pm)			User Contributed Perl Documentation			Padre::Plugin::YAML::Document(3pm)

NAME
Padre::Plugin::YAML::Document - YAML support for Padre The Perl IDE VERSION
This document describes Padre::Plugin::YAML::Document version 0.06 DESCRIPTION
YAML support for Padre, the Perl Application Development and Refactoring Environment. # Called by padre to know which document to register for this plugin sub registered_documents { return ( 'text/x-yaml' => 'Padre::Plugin::YAML::Document', ); } Syntax highlighting for YAML is supported by Padre out of the box. This plug-in adds some more features to deal with YAML files. BUGS AND LIMITATIONS
No bugs have been reported. METHODS
o comment_lines_str o task_functions o task_outline o task_syntax AUTHOR
Zeno Gantner <zenog@cpan.org> CONTRIBUTORS
Kevin Dawson <bowtie@cpan.org> Ahmad M. Zawawi <ahmad.zawawi@gmail.com> LICENCE AND COPYRIGHT
Copyright (c) 2011-2012, Zeno Gantner <zenog@cpan.org>. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. perl v5.14.2 2012-05-15 Padre::Plugin::YAML::Document(3pm)