python-docxan 0.0.2__tar.gz → 0.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_docxan-0.0.2/src/python_docxan.egg-info → python_docxan-0.0.3}/PKG-INFO +1 -1
- {python_docxan-0.0.2 → python_docxan-0.0.3}/pyproject.toml +1 -1
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/extensions.py +29 -55
- {python_docxan-0.0.2 → python_docxan-0.0.3/src/python_docxan.egg-info}/PKG-INFO +1 -1
- {python_docxan-0.0.2 → python_docxan-0.0.3}/LICENSE +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/MANIFEST.in +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/README.md +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/Makefile +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_static/.gitignore +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_static/img/comment-parts.png +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_static/img/example-docx-01.png +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_static/img/hdrftr-01.png +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_static/img/hdrftr-02.png +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_templates/sidebarlinks.html +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/LICENSE +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/layout.html +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/rtd-themes.conf +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/static/rtd.css_t +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/theme.conf +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/theme.conf.orig +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/comments.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/dml.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/document.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/MsoColorType.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/MsoThemeColorIndex.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdAlignParagraph.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdBuiltinStyle.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdCellVerticalAlignment.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdColorIndex.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdLineSpacing.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdOrientation.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdRowAlignment.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdRowHeightRule.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdSectionStart.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdStyleType.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdTabAlignment.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdTabLeader.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdTableDirection.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdUnderline.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/index.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/section.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/settings.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/shape.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/shared.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/style.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/table.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/text.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/conf.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/comments.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/coreprops.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/header.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/numbering.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/sections.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/settings.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/index.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/picture.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/shapes-inline-size.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/shapes-inline.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/character-style.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/index.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/latent-styles.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/paragraph-style.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/style.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/styles.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/table/cell-merge.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/table/index.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/table/table-cell.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/table/table-props.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/table/table-row.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/breaks.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/font-color.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/font-highlight-color.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/font.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/hyperlink.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/index.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/paragraph-format.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/run-content.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/tab-stops.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/underline.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/index.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/schema/ct_body.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/schema/ct_document.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/schema/ct_p.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/index.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/api-concepts.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/comments.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/documents.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/hdrftr.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/install.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/quickstart.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/sections.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/shapes.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/styles-understanding.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/styles-using.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/tables.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/text.rst +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/api-open-document.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/blk-add-paragraph.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/blk-add-table.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/blk-iter-inner-content.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/cmt-mutations.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/cmt-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-access-collections.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-access-sections.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-comment.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-heading.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-page-break.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-paragraph.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-picture.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-section.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-table.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-comments.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-coreprops.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-settings.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-styles.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/environment.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/hdr-header-footer.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/hlk-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/img-characterize-image.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/num-access-numbering-part.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-access-inner-content.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-access-parfmt.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-add-run.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-alignment-prop.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-clear-paragraph.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-insert-paragraph.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-set-text.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-style-prop.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/pbk-split-para.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-access-font.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-access-inner-content.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-add-content.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-add-picture.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-char-style.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-clear-run.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-enum-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sct-section.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/shp-inline-shape-access.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/shp-inline-shape-size.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/api.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/block.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/comments.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/coreprops.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/document.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/font.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/hdrftr.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/helpers.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/hyperlink.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/image.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/numbering.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/pagebreak.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/paragraph.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/parfmt.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/section.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/settings.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/shape.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/shared.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/styles.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/table.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/tabstops.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/blk-containing-table.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/blk-paras-and-tables.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/comments-rich-para.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/court-exif.jpg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-access-sections.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-add-section.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-coreprops.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-default.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-no-coreprops.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-odd-even-hdrs.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-word-default-blank.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/fnt-color.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/hdr-header-footer.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/jfif-300-dpi.jpg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/jpeg420exif.jpg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/lena.bmp +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/lena.gif +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/lena.tif +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/lena_std.jpg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/monty-truth.png +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/mountain.bmp +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/num-having-numbering-part.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-alignment.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-hlink-frags.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-hyperlinks.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-known-paragraphs.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-known-styles.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-rendered-page-breaks.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/python-icon.jpeg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/run-char-style.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/run-enumerated-props.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sample.tif +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sct-first-page-hdrftr.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sct-inner-content.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sct-section-props.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/set-no-settings-part.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/shp-inline-shape-access.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sty-behav-props.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sty-having-no-styles-part.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sty-having-styles-part.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sty-known-styles.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tab-stops.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-2x2-table.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-cell-access.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-cell-props.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-col-props.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-having-applied-style.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-having-tables.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-on-off-props.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-props.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/test.png +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/txt-font-highlight-color.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/txt-font-props.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/text.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-access-font.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-access-latent-styles.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-access-parfmt.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-add-style.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-delete-style.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-latent-add-del.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-latent-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-style-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tab-access-tabs.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tab-tabstop-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-add-row-or-col.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-cell-access.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-cell-add-table.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-cell-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-cell-text.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-col-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-item-access.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-merge-cells.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-row-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-style.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/txt-add-break.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/txt-font-color.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/txt-font-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/features/txt-parfmt-props.feature +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/requirements-dev.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/requirements-docs.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/requirements-test.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/requirements.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/setup.cfg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/api.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/blkcntnr.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/comments.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/dml/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/dml/color.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/document.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/drawing/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/base.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/dml.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/section.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/shape.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/style.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/table.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/text.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/exceptions.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/extensions_patch.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/bmp.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/constants.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/exceptions.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/gif.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/helpers.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/image.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/jpeg.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/png.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/tiff.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/constants.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/coreprops.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/exceptions.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/oxml.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/package.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/packuri.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/part.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/parts/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/parts/coreprops.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/phys_pkg.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/pkgreader.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/pkgwriter.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/rel.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/shared.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/spec.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/comments.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/coreprops.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/document.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/drawing.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/exceptions.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/ns.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/numbering.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/parser.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/section.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/settings.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/shape.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/shared.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/simpletypes.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/styles.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/table.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/font.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/hyperlink.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/pagebreak.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/paragraph.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/parfmt.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/run.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/xmlchemy.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/package.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/comments.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/document.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/hdrftr.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/image.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/numbering.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/settings.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/story.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/styles.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/py.typed +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/section.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/settings.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/shape.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/shared.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/styles/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/styles/latent.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/styles/style.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/styles/styles.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/table.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-comments.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/[Content_Types].xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/_rels/.rels +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/customXml/_rels/item1.xml.rels +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/customXml/item1.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/customXml/itemProps1.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/docProps/app.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/docProps/core.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/docProps/thumbnail.jpeg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/_rels/document.xml.rels +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/document.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/fontTable.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/numbering.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/settings.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/styles.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/stylesWithEffects.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/theme/theme1.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/webSettings.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-footer.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-header.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-settings.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-styles.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/font.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/hyperlink.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/pagebreak.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/paragraph.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/parfmt.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/run.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/tabstops.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/types.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/python_docxan.egg-info/SOURCES.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/python_docxan.egg-info/dependency_links.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/python_docxan.egg-info/requires.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/src/python_docxan.egg-info/top_level.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/conftest.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/dml/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/dml/test_color.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_bmp.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_gif.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_helpers.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_image.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_jpeg.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_png.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_tiff.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/parts/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/parts/test_coreprops.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_coreprops.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_oxml.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_package.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_packuri.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_part.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_phys_pkg.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_pkgreader.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_pkgwriter.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_rel.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/unitdata/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/unitdata/rels.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/unitdata/types.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/parts/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/parts/test_document.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/parts/unitdata/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/parts/unitdata/document.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_comments.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_document.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_ns.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_section.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_styles.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_table.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_xmlchemy.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/text/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/text/test_hyperlink.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/text/test_run.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/numbering.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/section.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/shared.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/styles.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/text.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_comments.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_document.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_hdrftr.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_image.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_numbering.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_settings.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_story.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_styles.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/styles/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/styles/test_latent.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/styles/test_style.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/styles/test_styles.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_api.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_blkcntnr.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_comments.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_document.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_drawing.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_enum.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/150-dpi.png +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/300-dpi.TIF +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/300-dpi.jpg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/300-dpi.png +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/72-dpi.tiff +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/CVS_LOGO.WMF +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/blk-inner-content.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/exif-420-dpi.jpg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/[Content_Types].xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/_rels/.rels +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/customXml/_rels/item1.xml.rels +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/customXml/item1.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/customXml/itemProps1.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/docProps/app.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/docProps/core.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/docProps/thumbnail.jpeg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/_rels/document.xml.rels +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/document.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/fontTable.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/numbering.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/settings.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/styles.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/stylesWithEffects.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/theme/theme1.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/webSettings.xml +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/having-images.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/jfif-iguana.jpg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/little-endian.tif +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/monty-truth.png +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/python-icon.jpeg +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/python-icon.png +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/python-powered.png +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/python.bmp +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/sct-inner-content.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/snippets/add-row-col.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/snippets/inline.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/snippets/new-tbl.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/snippets/tbl-cells.txt +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/sonic.gif +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/test.docx +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_package.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_section.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_settings.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_shape.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_shared.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_table.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_font.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_hyperlink.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_pagebreak.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_paragraph.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_parfmt.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_run.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_tabstops.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/unitdata.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/unitutil/__init__.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/unitutil/cxml.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/unitutil/file.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/unitutil/mock.py +0 -0
- {python_docxan-0.0.2 → python_docxan-0.0.3}/tox.ini +0 -0
|
@@ -26,7 +26,7 @@ dependencies = [
|
|
|
26
26
|
"typing_extensions>=4.9.0",
|
|
27
27
|
]
|
|
28
28
|
description = "Create, read, and update Microsoft Word .docx files."
|
|
29
|
-
version = "0.0.
|
|
29
|
+
version = "0.0.3"
|
|
30
30
|
keywords = ["docx", "office", "openxml", "word"]
|
|
31
31
|
license = { text = "MIT" }
|
|
32
32
|
requires-python = ">=3.9"
|
|
@@ -2568,91 +2568,65 @@ def _extensions_replace_table(
|
|
|
2568
2568
|
)
|
|
2569
2569
|
|
|
2570
2570
|
|
|
2571
|
-
def add_hyperlink(
|
|
2572
|
-
self,
|
|
2573
|
-
text,
|
|
2574
|
-
url,
|
|
2575
|
-
paragraph=None
|
|
2576
|
-
):
|
|
2571
|
+
def add_hyperlink(self, text, url, paragraph=None):
|
|
2577
2572
|
if not text:
|
|
2578
|
-
raise ValueError(
|
|
2579
|
-
"text must not be empty"
|
|
2580
|
-
)
|
|
2573
|
+
raise ValueError("text must not be empty")
|
|
2581
2574
|
|
|
2582
2575
|
if not url:
|
|
2583
|
-
raise ValueError(
|
|
2584
|
-
"url must not be empty"
|
|
2585
|
-
)
|
|
2576
|
+
raise ValueError("url must not be empty")
|
|
2586
2577
|
|
|
2587
2578
|
if paragraph is None:
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
part = self.part
|
|
2579
|
+
paragraph = (
|
|
2580
|
+
self.paragraphs[-1]
|
|
2581
|
+
if self.paragraphs
|
|
2582
|
+
else self.add_paragraph()
|
|
2583
|
+
)
|
|
2594
2584
|
|
|
2595
|
-
relationship_id = part.relate_to(
|
|
2585
|
+
relationship_id = self.part.relate_to(
|
|
2596
2586
|
str(url),
|
|
2597
2587
|
"http://schemas.openxmlformats.org/"
|
|
2598
|
-
"officeDocument/2006/relationships/"
|
|
2599
|
-
"hyperlink",
|
|
2588
|
+
"officeDocument/2006/relationships/hyperlink",
|
|
2600
2589
|
is_external=True
|
|
2601
2590
|
)
|
|
2602
2591
|
|
|
2603
|
-
|
|
2604
|
-
"w:hyperlink"
|
|
2605
|
-
)
|
|
2592
|
+
p = paragraph._p
|
|
2606
2593
|
|
|
2607
|
-
|
|
2608
|
-
"r:id",
|
|
2609
|
-
relationship_id
|
|
2610
|
-
)
|
|
2594
|
+
ns = p.nsmap
|
|
2611
2595
|
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
)
|
|
2596
|
+
w = "{" + ns["w"] + "}"
|
|
2597
|
+
r = "{" + ns["r"] + "}"
|
|
2615
2598
|
|
|
2616
|
-
|
|
2617
|
-
|
|
2599
|
+
hyperlink = p.makeelement(
|
|
2600
|
+
w + "hyperlink",
|
|
2601
|
+
{r + "id": relationship_id}
|
|
2618
2602
|
)
|
|
2619
2603
|
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
)
|
|
2604
|
+
run = p.makeelement(w + "r")
|
|
2605
|
+
run_properties = p.makeelement(w + "rPr")
|
|
2623
2606
|
|
|
2624
|
-
color.
|
|
2625
|
-
|
|
2626
|
-
"0563C1"
|
|
2607
|
+
color = p.makeelement(
|
|
2608
|
+
w + "color",
|
|
2609
|
+
{w + "val": "0563C1"}
|
|
2627
2610
|
)
|
|
2628
2611
|
|
|
2629
|
-
underline =
|
|
2630
|
-
"
|
|
2612
|
+
underline = p.makeelement(
|
|
2613
|
+
w + "u",
|
|
2614
|
+
{w + "val": "single"}
|
|
2631
2615
|
)
|
|
2632
2616
|
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
"single"
|
|
2636
|
-
)
|
|
2617
|
+
text_element = p.makeelement(w + "t")
|
|
2618
|
+
text_element.text = str(text)
|
|
2637
2619
|
|
|
2638
2620
|
run_properties.append(color)
|
|
2639
2621
|
run_properties.append(underline)
|
|
2640
2622
|
|
|
2641
|
-
text_element = self._extensions_element(
|
|
2642
|
-
"w:t"
|
|
2643
|
-
)
|
|
2644
|
-
|
|
2645
|
-
text_element.text = str(text)
|
|
2646
|
-
|
|
2647
2623
|
run.append(run_properties)
|
|
2648
2624
|
run.append(text_element)
|
|
2649
2625
|
hyperlink.append(run)
|
|
2650
2626
|
|
|
2651
|
-
|
|
2652
|
-
hyperlink
|
|
2653
|
-
)
|
|
2627
|
+
p.append(hyperlink)
|
|
2654
2628
|
|
|
2655
|
-
return self
|
|
2629
|
+
return self
|
|
2656
2630
|
|
|
2657
2631
|
|
|
2658
2632
|
def add_code_block(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/shapes-inline-size.rst
RENAMED
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/shapes-inline.rst
RENAMED
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/character-style.rst
RENAMED
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/latent-styles.rst
RENAMED
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/paragraph-style.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/table/table-props.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/font-highlight-color.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/paragraph-format.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/blk-containing-table.docx
RENAMED
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/blk-paras-and-tables.docx
RENAMED
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/comments-rich-para.docx
RENAMED
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-access-sections.docx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-odd-even-hdrs.docx
RENAMED
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-word-default-blank.docx
RENAMED
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/hdr-header-footer.docx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|