| Document-Writer documentation | view source | Contained in the Document-Writer distribution. |
use Document::Writer;
my $doc = Document::Writer->new(default_color => ...);
my $p = $doc->next_page($width, $height);
$p->add_text_to_page($driver, $font, $text);
...
Set/Get this page's body container.
Set/Get this page's footer component.
Moose hackery, ignore me.
Cory Watson, <gphat@cpan.org>
Please report any bugs or feature requests to bug-geometry-primitive at rt.cpan.org, or through
the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Geometry-Primitive. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Document-Writer documentation | view source | Contained in the Document-Writer distribution. |