NAME

Lorem::Document - Document root class

SYNOPSIS

use Lorem;

$doc = Lorem->new_document;

$page = $doc->new_page;

$page->new_text( content => 'Lorem Ipsum' );

DESCRIPTION

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

METHODS

new_page

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

AUTHOR

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

COPYRIGHT

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.