Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fields to Сomment #1342

Open
lemonowl opened this issue Jul 12, 2024 · 0 comments
Open

Add fields to Сomment #1342

lemonowl opened this issue Jul 12, 2024 · 0 comments
Assignees

Comments

@lemonowl
Copy link

lemonowl commented Jul 12, 2024

In document structure in comments.xml all comments and replies have fields with information about author and creation date [specifications]
Need to add these fields to comments block in parser

<w:comment w:id="2" w:author="John Smith" w:date="2024-07-12T10:56:34Z">
    <w:p w14:paraId="00000003" w14:textId="00000003">
        <w:pPr>
            <w:spacing w:line="240" w:after="0" w:lineRule="auto" w:before="0"/>
            <w:ind w:firstLine="0" w:left="0" w:right="0"/>
            <w:jc w:val="left"/>
        </w:pPr>
        <w:r>
            <w:rPr>
                <w:rFonts w:eastAsia="Arial" w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/>
                <w:sz w:val="22"/>
            </w:rPr>
            <w:t xml:space="preserve">comment</w:t>
        </w:r>
    </w:p>
</w:comment>

Document sample: DocSample.docx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants