stella-docx-kernel 0.7.0

Bounded DOCX package projection and WordprocessingML scanning
Documentation
<?xml version="1.0" standalone="yes"?>
<w:document
    xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
    xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
    xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
>
    <w:body>
        <w:p w14:paraId="00000001">
            <w:r>
                <w:t xml:space="preserve">test</w:t>
            </w:r>
            <v:textbox>
                <w:txbxContent>
                    <w:p w14:paraId="00000002">
                        <w:r>
                            <w:t xml:space="preserve">test</w:t>
                        </w:r>
                    </w:p>
                </w:txbxContent>
            </v:textbox>
            <w:txbx>
                <w:txbxContent>
                    <w:p w14:paraId="00000003">
                        <w:r>
                            <w:t xml:space="preserve">test</w:t>
                        </w:r>
                    </w:p>
                </w:txbxContent>
            </w:txbx>
            <a:graphicData>
                <w:txbxContent>
                    <w:p w14:paraId="00000004">
                        <w:r>
                            <w:t xml:space="preserve">test</w:t>
                        </w:r>
                    </w:p>
                </w:txbxContent>
            </a:graphicData>
        </w:p>
        <w:p w14:paraId="00000005" />
    </w:body>
</w:document>