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:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
>
    <w:body>
        <w:p w14:paraId="00000001">
            <w:r>
                <w:t xml:space="preserve">test</w:t>
                <w:tab />
                <w:ptab />
                <w:br w:type="page" />
                <w:br w:type="column" />
                <w:br />
                <w:cr />
                <w:softHyphen />
                <w:noBreakHyphen />
                <w:sym w:char="00A9" />
            </w:r>
            <w:r>
                <w:del author="author">
                    <w:delText xml:space="preserve">deleted</w:delText>
                </w:del>
            </w:r>
            <m:oMathPara>
                <m:oMath>
                    <m:r>
                        <w:rPr>
                            <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math" />
                        </w:rPr>
                        <m:t></m:t>
                    </m:r>
                </m:oMath>
            </m:oMathPara>
        </w:p>
        <w:p w14:paraId="00000002" />
        <w:p w14:paraId="00000003">
            <w:r>
                <w:del author="author">
                    <w:delText xml:space="preserve">deleted</w:delText>
                    <w:r>
                        <w:tab />
                        <w:ptab />
                        <w:br w:type="page" />
                        <w:br w:type="column" />
                        <w:br />
                        <w:cr />
                        <w:softHyphen />
                        <w:noBreakHyphen />
                        <w:sym w:char="00A9" />
                    </w:r>
                </w:del>
            </w:r>
        </w:p>
        <w:p w14:paraId="00000004" />
    </w:body>
</w:document>