Document::Writer::Page - A page in a document


Document-Writer documentation  | view source Contained in the Document-Writer distribution.

Index


SYNOPSIS

Top

    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);
    ...

METHODS

Top

body

Set/Get this page's body container.

Set/Get this page's footer component.

BUILD

Moose hackery, ignore me.

AUTHOR

Top

Cory Watson, <gphat@cpan.org>

BUGS

Top

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.

COPYRIGHT & LICENSE

Top


Document-Writer documentation  | view source Contained in the Document-Writer distribution.