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::Part - Role for OOXML document parts

VERSION

version 0.172601

SYNOPSIS

package Document::OOXML::Part::SomePart;
use Moose;
with 'Document::OOXML::Part';

# used to save the part back to a file
sub to_string { }

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.