table of contents
MsOffice::Word::Surgeon::Revision(3pm) | User Contributed Perl Documentation | MsOffice::Word::Surgeon::Revision(3pm) |
NAME¶
MsOffice::Word::Surgeon::Revision - generate XML markup for MsWord revisions
DESCRIPTION¶
This class implements the XML markup generation algorithm for the method "new_revision" in MsOffice::Word::Surgeon. See that method for a description of the API.
INTERNALS¶
The constructor requires an integer "rev_id" argument. The "rev_id" is fed by the surgeon object which generates a fresh value at each call. This is inserted as "w:id" attribute to the "<w:del>" and "<w:ins>" nodes -- but I don't really know why, since it doesn't seem to be used for any purpose by MsWord.
COPYRIGHT AND LICENSE¶
Copyright 2019-2024 by Laurent Dami.
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
2024-10-12 | perl v5.38.2 |