The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Document::OOXML::Document - Base class for the different OOXML document types

VERSION

version 0.172601

SYNOPSIS

package Document::OOXML::Document::SomeType;
use Moose;
extends 'Document::OOXML::Document';

# implement document-type specifics here

METHODS

save_to_file($filename)

Saves the document to the named file.

SEE ALSO

AUTHOR

Martijn van de Streek <martijn@vandestreek.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Martijn van de Streek.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.