NAME
Document::OOXML::Part - Role for OOXML document parts
VERSION
version 0.181410
SYNOPSIS
package
Document::OOXML::Part::SomePart;
use
Moose;
# 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) 2018 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.