
Lorem::Document - Document root class

use Lorem; $doc = Lorem->new_document; $page = $doc->new_page; $page->new_text( content => 'Lorem Ipsum' );

Lorem::Document is the root element of a document.

Returns a new Lorem::Element::Page object.

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

Copyright (c) 2010 Jeffrey Ray Hallock. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.