docx 9.6.0 → 9.7.0
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.
- package/dist/export/formatter.d.ts +4 -0
- package/dist/export/formatter.spec.d.ts +1 -0
- package/dist/export/index.d.ts +1 -0
- package/dist/export/packer/image-replacer.d.ts +5 -0
- package/dist/export/packer/image-replacer.spec.d.ts +1 -0
- package/dist/export/packer/next-compiler.d.ts +15 -0
- package/dist/export/packer/next-compiler.spec.d.ts +1 -0
- package/dist/export/packer/numbering-replacer.d.ts +4 -0
- package/dist/export/packer/packer.d.ts +20 -0
- package/dist/export/packer/packer.spec.d.ts +1 -0
- package/dist/file/app-properties/app-properties-attributes.d.ts +10 -0
- package/dist/file/app-properties/app-properties.d.ts +4 -0
- package/dist/file/border/border.d.ts +37 -0
- package/dist/file/border/border.spec.d.ts +1 -0
- package/dist/file/border/index.d.ts +1 -0
- package/dist/file/checkbox/checkbox-symbol.d.ts +4 -0
- package/dist/file/checkbox/checkbox-util.d.ts +17 -0
- package/dist/file/checkbox/checkbox-util.spec.d.ts +1 -0
- package/dist/file/checkbox/checkbox.d.ts +8 -0
- package/dist/file/checkbox/checkbox.spec.d.ts +1 -0
- package/dist/file/checkbox/index.d.ts +3 -0
- package/dist/file/content-types/content-types-attributes.d.ts +8 -0
- package/dist/file/content-types/content-types.d.ts +7 -0
- package/dist/file/content-types/content-types.spec.d.ts +1 -0
- package/dist/file/content-types/default/default.d.ts +2 -0
- package/dist/file/content-types/override/override.d.ts +2 -0
- package/dist/file/core-properties/index.d.ts +1 -0
- package/dist/file/core-properties/properties.d.ts +46 -0
- package/dist/file/core-properties/properties.spec.d.ts +1 -0
- package/dist/file/custom-properties/custom-properties-attributes.d.ts +10 -0
- package/dist/file/custom-properties/custom-properties.d.ts +9 -0
- package/dist/file/custom-properties/custom-properties.spec.d.ts +1 -0
- package/dist/file/custom-properties/custom-property-attributes.d.ts +12 -0
- package/dist/file/custom-properties/custom-property.d.ts +11 -0
- package/dist/file/custom-properties/index.d.ts +2 -0
- package/dist/file/document/body/body.d.ts +10 -0
- package/dist/file/document/body/body.spec.d.ts +1 -0
- package/dist/file/document/body/index.d.ts +2 -0
- package/dist/file/document/body/section-properties/index.d.ts +2 -0
- package/dist/file/document/body/section-properties/properties/column.d.ts +9 -0
- package/dist/file/document/body/section-properties/properties/columns.d.ts +11 -0
- package/dist/file/document/body/section-properties/properties/columns.spec.d.ts +1 -0
- package/dist/file/document/body/section-properties/properties/doc-grid.d.ts +13 -0
- package/dist/file/document/body/section-properties/properties/doc-grid.spec.d.ts +1 -0
- package/dist/file/document/body/section-properties/properties/header-footer-reference.d.ts +15 -0
- package/dist/file/document/body/section-properties/properties/header-footer-reference.spec.d.ts +1 -0
- package/dist/file/document/body/section-properties/properties/index.d.ts +12 -0
- package/dist/file/document/body/section-properties/properties/line-number.d.ts +14 -0
- package/dist/file/document/body/section-properties/properties/line-number.spec.d.ts +1 -0
- package/dist/file/document/body/section-properties/properties/page-borders.d.ts +30 -0
- package/dist/file/document/body/section-properties/properties/page-borders.spec.d.ts +1 -0
- package/dist/file/document/body/section-properties/properties/page-margin.d.ts +12 -0
- package/dist/file/document/body/section-properties/properties/page-number.d.ts +15 -0
- package/dist/file/document/body/section-properties/properties/page-size.d.ts +13 -0
- package/dist/file/document/body/section-properties/properties/page-size.spec.d.ts +1 -0
- package/dist/file/document/body/section-properties/properties/page-text-direction.d.ts +8 -0
- package/dist/file/document/body/section-properties/properties/page-text-direction.spec.d.ts +1 -0
- package/dist/file/document/body/section-properties/properties/section-type.d.ts +9 -0
- package/dist/file/document/body/section-properties/properties/section-type.spec.d.ts +1 -0
- package/dist/file/document/body/section-properties/section-properties.d.ts +61 -0
- package/dist/file/document/body/section-properties/section-properties.spec.d.ts +1 -0
- package/dist/file/document/document-attributes.d.ts +48 -0
- package/dist/file/document/document-background/document-background.d.ts +23 -0
- package/dist/file/document/document-background/document-background.spec.d.ts +1 -0
- package/dist/file/document/document-background/index.d.ts +1 -0
- package/dist/file/document/document.d.ts +15 -0
- package/dist/file/document/document.spec.d.ts +1 -0
- package/dist/file/document/index.d.ts +4 -0
- package/dist/file/document-wrapper.d.ts +18 -0
- package/dist/file/document-wrapper.spec.d.ts +1 -0
- package/dist/file/drawing/anchor/anchor-attributes.d.ts +24 -0
- package/dist/file/drawing/anchor/anchor.d.ts +10 -0
- package/dist/file/drawing/anchor/anchor.spec.d.ts +1 -0
- package/dist/file/drawing/anchor/index.d.ts +2 -0
- package/dist/file/drawing/doc-properties/doc-properties-children.d.ts +3 -0
- package/dist/file/drawing/doc-properties/doc-properties-children.spec.d.ts +1 -0
- package/dist/file/drawing/doc-properties/doc-properties.d.ts +12 -0
- package/dist/file/drawing/doc-properties/doc-properties.spec.d.ts +1 -0
- package/dist/file/drawing/drawing.d.ts +21 -0
- package/dist/file/drawing/drawing.spec.d.ts +1 -0
- package/dist/file/drawing/effect-extent/effect-extent.d.ts +8 -0
- package/dist/file/drawing/extent/extent.d.ts +7 -0
- package/dist/file/drawing/floating/align.d.ts +3 -0
- package/dist/file/drawing/floating/align.spec.d.ts +1 -0
- package/dist/file/drawing/floating/floating-position.d.ts +49 -0
- package/dist/file/drawing/floating/horizontal-position.d.ts +3 -0
- package/dist/file/drawing/floating/horizontal-position.spec.d.ts +1 -0
- package/dist/file/drawing/floating/index.d.ts +4 -0
- package/dist/file/drawing/floating/position-offset.d.ts +2 -0
- package/dist/file/drawing/floating/position-offset.spec.d.ts +1 -0
- package/dist/file/drawing/floating/simple-pos.d.ts +2 -0
- package/dist/file/drawing/floating/simple-pos.spec.d.ts +1 -0
- package/dist/file/drawing/floating/vertical-position.d.ts +3 -0
- package/dist/file/drawing/floating/vertical-position.spec.d.ts +1 -0
- package/dist/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes.d.ts +10 -0
- package/dist/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks.d.ts +4 -0
- package/dist/file/drawing/graphic-frame/graphic-frame-properties.d.ts +2 -0
- package/dist/file/drawing/index.d.ts +3 -0
- package/dist/file/drawing/inline/graphic/graphic-data/graphic-data-attribute.d.ts +8 -0
- package/dist/file/drawing/inline/graphic/graphic-data/graphic-data.d.ts +12 -0
- package/dist/file/drawing/inline/graphic/graphic-data/index.d.ts +1 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/blip/blip-extentions.d.ts +3 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill.d.ts +5 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/blip/blip.d.ts +3 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle.d.ts +4 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/blip/stretch.d.ts +4 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/index.d.ts +1 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties.d.ts +4 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes.d.ts +10 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks.d.ts +4 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties.d.ts +4 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes.d.ts +12 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties.d.ts +5 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/pic-attributes.d.ts +8 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/pic.d.ts +10 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes.d.ts +10 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents.d.ts +5 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form.d.ts +18 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/index.d.ts +1 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes.d.ts +10 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off.d.ts +4 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form.spec.d.ts +1 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill.d.ts +2 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill.spec.d.ts +1 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline.d.ts +42 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline.spec.d.ts +1 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/rgb-color.d.ts +6 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/scheme-color.d.ts +25 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/solid-fill.d.ts +12 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/solid-fill.spec.d.ts +1 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values.d.ts +4 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes.d.ts +8 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry.d.ts +4 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes.d.ts +8 -0
- package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties.d.ts +13 -0
- package/dist/file/drawing/inline/graphic/graphic-data/wpg/wpg-group.d.ts +10 -0
- package/dist/file/drawing/inline/graphic/graphic-data/wps/body-properties.d.ts +19 -0
- package/dist/file/drawing/inline/graphic/graphic-data/wps/body-properties.spec.d.ts +1 -0
- package/dist/file/drawing/inline/graphic/graphic-data/wps/index.d.ts +2 -0
- package/dist/file/drawing/inline/graphic/graphic-data/wps/non-visual-shape-properties.d.ts +5 -0
- package/dist/file/drawing/inline/graphic/graphic-data/wps/text-box-content.d.ts +3 -0
- package/dist/file/drawing/inline/graphic/graphic-data/wps/wps-shape.d.ts +18 -0
- package/dist/file/drawing/inline/graphic/graphic-data/wps/wps-text-box.d.ts +3 -0
- package/dist/file/drawing/inline/graphic/graphic.d.ts +13 -0
- package/dist/file/drawing/inline/graphic/index.d.ts +1 -0
- package/dist/file/drawing/inline/index.d.ts +1 -0
- package/dist/file/drawing/inline/inline.d.ts +14 -0
- package/dist/file/drawing/inline/inline.spec.d.ts +1 -0
- package/dist/file/drawing/text-wrap/index.d.ts +5 -0
- package/dist/file/drawing/text-wrap/text-wrapping.d.ts +18 -0
- package/dist/file/drawing/text-wrap/wrap-none.d.ts +2 -0
- package/dist/file/drawing/text-wrap/wrap-square.d.ts +4 -0
- package/dist/file/drawing/text-wrap/wrap-tight.d.ts +3 -0
- package/dist/file/drawing/text-wrap/wrap-top-and-bottom.d.ts +3 -0
- package/dist/file/endnotes/endnote/endnote-attributes.d.ts +10 -0
- package/dist/file/endnotes/endnote/endnote.d.ts +14 -0
- package/dist/file/endnotes/endnote/endnote.spec.d.ts +1 -0
- package/dist/file/endnotes/endnote/index.d.ts +1 -0
- package/dist/file/endnotes/endnote/run/endnote-ref-run.d.ts +4 -0
- package/dist/file/endnotes/endnote/run/index.d.ts +1 -0
- package/dist/file/endnotes/endnote/run/reference-run.d.ts +15 -0
- package/dist/file/endnotes/endnote/run/reference-run.spec.d.ts +1 -0
- package/dist/file/endnotes/endnotes-attributes.d.ts +40 -0
- package/dist/file/endnotes/endnotes.d.ts +6 -0
- package/dist/file/endnotes/endnotes.spec.d.ts +1 -0
- package/dist/file/endnotes/index.d.ts +2 -0
- package/dist/file/endnotes-wrapper.d.ts +10 -0
- package/dist/file/file-child.d.ts +4 -0
- package/dist/file/file.d.ts +78 -0
- package/dist/file/file.spec.d.ts +1 -0
- package/dist/file/fonts/create-regular-font.d.ts +8 -0
- package/dist/file/fonts/font-table.d.ts +9 -0
- package/dist/file/fonts/font-wrapper.d.ts +16 -0
- package/dist/file/fonts/font-wrapper.spec.d.ts +1 -0
- package/dist/file/fonts/font.d.ts +49 -0
- package/dist/file/fonts/font.spec.d.ts +1 -0
- package/dist/file/fonts/index.d.ts +1 -0
- package/dist/file/fonts/obfuscate-ttf-to-odttf.d.ts +1 -0
- package/dist/file/fonts/obsfuscate-ttf-to-odttf.spec.d.ts +1 -0
- package/dist/file/footer/footer-attributes.d.ts +51 -0
- package/dist/file/footer/footer.d.ts +9 -0
- package/dist/file/footer/footer.spec.d.ts +1 -0
- package/dist/file/footer/index.d.ts +1 -0
- package/dist/file/footer-wrapper.d.ts +23 -0
- package/dist/file/footer-wrapper.spec.d.ts +1 -0
- package/dist/file/footnotes/footnote/footnote-attributes.d.ts +10 -0
- package/dist/file/footnotes/footnote/footnote.d.ts +14 -0
- package/dist/file/footnotes/footnote/footnote.spec.d.ts +1 -0
- package/dist/file/footnotes/footnote/index.d.ts +1 -0
- package/dist/file/footnotes/footnote/run/continuation-seperator-run.d.ts +4 -0
- package/dist/file/footnotes/footnote/run/continuation-seperator.d.ts +4 -0
- package/dist/file/footnotes/footnote/run/footnote-ref-run.d.ts +4 -0
- package/dist/file/footnotes/footnote/run/footnote-ref.d.ts +4 -0
- package/dist/file/footnotes/footnote/run/index.d.ts +1 -0
- package/dist/file/footnotes/footnote/run/reference-run.d.ts +15 -0
- package/dist/file/footnotes/footnote/run/seperator-run.d.ts +4 -0
- package/dist/file/footnotes/footnote/run/seperator.d.ts +4 -0
- package/dist/file/footnotes/footnotes-attributes.d.ts +40 -0
- package/dist/file/footnotes/footnotes.d.ts +6 -0
- package/dist/file/footnotes/index.d.ts +2 -0
- package/dist/file/footnotes-wrapper.d.ts +10 -0
- package/dist/file/footnotes-wrapper.spec.d.ts +1 -0
- package/dist/file/header/header-attributes.d.ts +73 -0
- package/dist/file/header/header.d.ts +9 -0
- package/dist/file/header/header.spec.d.ts +1 -0
- package/dist/file/header/index.d.ts +1 -0
- package/dist/file/header-wrapper.d.ts +23 -0
- package/dist/file/header-wrapper.spec.d.ts +1 -0
- package/dist/file/header.d.ts +13 -0
- package/dist/file/index.d.ts +25 -0
- package/dist/file/media/data.d.ts +59 -0
- package/dist/file/media/index.d.ts +2 -0
- package/dist/file/media/media.d.ts +20 -0
- package/dist/file/media/media.spec.d.ts +1 -0
- package/dist/file/numbering/abstract-numbering.d.ts +6 -0
- package/dist/file/numbering/abstract-numbering.spec.d.ts +1 -0
- package/dist/file/numbering/concrete-numbering.spec.d.ts +1 -0
- package/dist/file/numbering/index.d.ts +4 -0
- package/dist/file/numbering/level.d.ts +97 -0
- package/dist/file/numbering/level.spec.d.ts +1 -0
- package/dist/file/numbering/multi-level-type.d.ts +4 -0
- package/dist/file/numbering/num.d.ts +22 -0
- package/dist/file/numbering/numbering.d.ts +21 -0
- package/dist/file/numbering/numbering.spec.d.ts +1 -0
- package/dist/file/paragraph/formatting/alignment.d.ts +17 -0
- package/dist/file/paragraph/formatting/alignment.spec.d.ts +1 -0
- package/dist/file/paragraph/formatting/border.d.ts +15 -0
- package/dist/file/paragraph/formatting/border.spec.d.ts +1 -0
- package/dist/file/paragraph/formatting/break.d.ts +11 -0
- package/dist/file/paragraph/formatting/break.spec.d.ts +1 -0
- package/dist/file/paragraph/formatting/indent.d.ts +12 -0
- package/dist/file/paragraph/formatting/indent.spec.d.ts +1 -0
- package/dist/file/paragraph/formatting/index.d.ts +8 -0
- package/dist/file/paragraph/formatting/spacing.d.ts +16 -0
- package/dist/file/paragraph/formatting/spacing.spec.d.ts +1 -0
- package/dist/file/paragraph/formatting/style.d.ts +11 -0
- package/dist/file/paragraph/formatting/style.spec.d.ts +1 -0
- package/dist/file/paragraph/formatting/tab-stop.d.ts +29 -0
- package/dist/file/paragraph/formatting/tab-stop.spec.d.ts +1 -0
- package/dist/file/paragraph/formatting/unordered-list.d.ts +4 -0
- package/dist/file/paragraph/formatting/unordered-list.spec.d.ts +1 -0
- package/dist/file/paragraph/formatting/word-wrap.d.ts +2 -0
- package/dist/file/paragraph/formatting/word-wrap.spec.d.ts +1 -0
- package/dist/file/paragraph/frame/frame-properties.d.ts +55 -0
- package/dist/file/paragraph/frame/frame-properties.spec.d.ts +1 -0
- package/dist/file/paragraph/frame/index.d.ts +1 -0
- package/dist/file/paragraph/index.d.ts +7 -0
- package/dist/file/paragraph/links/bookmark-attributes.d.ts +17 -0
- package/dist/file/paragraph/links/bookmark.d.ts +19 -0
- package/dist/file/paragraph/links/bookmark.spec.d.ts +1 -0
- package/dist/file/paragraph/links/hyperlink-attributes.d.ts +13 -0
- package/dist/file/paragraph/links/hyperlink.d.ts +25 -0
- package/dist/file/paragraph/links/hyperlink.spec.d.ts +1 -0
- package/dist/file/paragraph/links/index.d.ts +5 -0
- package/dist/file/paragraph/links/numbered-item-ref.d.ts +14 -0
- package/dist/file/paragraph/links/numbered-item-ref.spec.d.ts +1 -0
- package/dist/file/paragraph/links/outline-level.d.ts +2 -0
- package/dist/file/paragraph/links/outline-level.spec.d.ts +1 -0
- package/dist/file/paragraph/links/pageref-field-instruction.d.ts +5 -0
- package/dist/file/paragraph/links/pageref-field-instruction.spec.d.ts +1 -0
- package/dist/file/paragraph/links/pageref.d.ts +8 -0
- package/dist/file/paragraph/links/pageref.spec.d.ts +1 -0
- package/dist/file/paragraph/math/bar/index.d.ts +2 -0
- package/dist/file/paragraph/math/bar/math-bar-pos.d.ts +6 -0
- package/dist/file/paragraph/math/bar/math-bar-properties.d.ts +4 -0
- package/dist/file/paragraph/math/bar/math-bar-properties.spec.d.ts +1 -0
- package/dist/file/paragraph/math/bar/math-bar.d.ts +8 -0
- package/dist/file/paragraph/math/bar/math-bar.spec.d.ts +1 -0
- package/dist/file/paragraph/math/brackets/index.d.ts +4 -0
- package/dist/file/paragraph/math/brackets/math-angled-brackets.d.ts +9 -0
- package/dist/file/paragraph/math/brackets/math-angled-brackets.spec.d.ts +1 -0
- package/dist/file/paragraph/math/brackets/math-beginning-character.d.ts +6 -0
- package/dist/file/paragraph/math/brackets/math-beginning-character.spec.d.ts +1 -0
- package/dist/file/paragraph/math/brackets/math-bracket-properties.d.ts +9 -0
- package/dist/file/paragraph/math/brackets/math-bracket-properties.spec.d.ts +1 -0
- package/dist/file/paragraph/math/brackets/math-curly-brackets.d.ts +7 -0
- package/dist/file/paragraph/math/brackets/math-curly-brackets.spec.d.ts +1 -0
- package/dist/file/paragraph/math/brackets/math-ending-char.d.ts +6 -0
- package/dist/file/paragraph/math/brackets/math-ending-character.spec.d.ts +1 -0
- package/dist/file/paragraph/math/brackets/math-round-brackets.d.ts +7 -0
- package/dist/file/paragraph/math/brackets/math-round-brackets.spec.d.ts +1 -0
- package/dist/file/paragraph/math/brackets/math-square-brackets.d.ts +7 -0
- package/dist/file/paragraph/math/brackets/math-square-brackets.spec.d.ts +1 -0
- package/dist/file/paragraph/math/fraction/index.d.ts +3 -0
- package/dist/file/paragraph/math/fraction/math-denominator.d.ts +5 -0
- package/dist/file/paragraph/math/fraction/math-denominator.spec.d.ts +1 -0
- package/dist/file/paragraph/math/fraction/math-fraction.d.ts +9 -0
- package/dist/file/paragraph/math/fraction/math-fraction.spec.d.ts +1 -0
- package/dist/file/paragraph/math/fraction/math-numerator.d.ts +5 -0
- package/dist/file/paragraph/math/fraction/math-numerator.spec.d.ts +1 -0
- package/dist/file/paragraph/math/function/index.d.ts +3 -0
- package/dist/file/paragraph/math/function/math-function-name.d.ts +5 -0
- package/dist/file/paragraph/math/function/math-function-name.spec.d.ts +1 -0
- package/dist/file/paragraph/math/function/math-function-properties.d.ts +4 -0
- package/dist/file/paragraph/math/function/math-function-properties.spec.d.ts +1 -0
- package/dist/file/paragraph/math/function/math-function.d.ts +9 -0
- package/dist/file/paragraph/math/function/math-function.spec.d.ts +1 -0
- package/dist/file/paragraph/math/index.d.ts +9 -0
- package/dist/file/paragraph/math/math-component.d.ts +9 -0
- package/dist/file/paragraph/math/math-run.d.ts +4 -0
- package/dist/file/paragraph/math/math-run.spec.d.ts +1 -0
- package/dist/file/paragraph/math/math-text.d.ts +4 -0
- package/dist/file/paragraph/math/math-text.spec.d.ts +1 -0
- package/dist/file/paragraph/math/math.d.ts +8 -0
- package/dist/file/paragraph/math/math.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/index.d.ts +11 -0
- package/dist/file/paragraph/math/n-ary/math-accent-character.d.ts +6 -0
- package/dist/file/paragraph/math/n-ary/math-accent-character.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-base.d.ts +7 -0
- package/dist/file/paragraph/math/n-ary/math-base.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-integral.d.ts +10 -0
- package/dist/file/paragraph/math/n-ary/math-integral.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-limit-location.d.ts +6 -0
- package/dist/file/paragraph/math/n-ary/math-limit-location.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-limit-lower.d.ts +9 -0
- package/dist/file/paragraph/math/n-ary/math-limit-lower.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-limit-upper.d.ts +9 -0
- package/dist/file/paragraph/math/n-ary/math-limit-upper.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-limit.d.ts +5 -0
- package/dist/file/paragraph/math/n-ary/math-limit.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-n-ary-properties.d.ts +9 -0
- package/dist/file/paragraph/math/n-ary/math-n-ary-properties.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-sub-script-hide.d.ts +2 -0
- package/dist/file/paragraph/math/n-ary/math-sub-script-hide.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-sub-script.d.ts +7 -0
- package/dist/file/paragraph/math/n-ary/math-sub-script.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-sum.d.ts +10 -0
- package/dist/file/paragraph/math/n-ary/math-sum.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-super-script-hide.d.ts +2 -0
- package/dist/file/paragraph/math/n-ary/math-super-script-hide.spec.d.ts +1 -0
- package/dist/file/paragraph/math/n-ary/math-super-script.d.ts +7 -0
- package/dist/file/paragraph/math/n-ary/math-super-script.spec.d.ts +1 -0
- package/dist/file/paragraph/math/radical/index.d.ts +3 -0
- package/dist/file/paragraph/math/radical/math-degree-hide.d.ts +4 -0
- package/dist/file/paragraph/math/radical/math-degree-hide.spec.d.ts +1 -0
- package/dist/file/paragraph/math/radical/math-degree.d.ts +5 -0
- package/dist/file/paragraph/math/radical/math-degree.spec.d.ts +1 -0
- package/dist/file/paragraph/math/radical/math-radical-properties.d.ts +4 -0
- package/dist/file/paragraph/math/radical/math-radical-properties.spec.d.ts +1 -0
- package/dist/file/paragraph/math/radical/math-radical.d.ts +9 -0
- package/dist/file/paragraph/math/radical/math-radical.spec.d.ts +1 -0
- package/dist/file/paragraph/math/script/index.d.ts +4 -0
- package/dist/file/paragraph/math/script/pre-sub-super-script/index.d.ts +2 -0
- package/dist/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.d.ts +2 -0
- package/dist/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.spec.d.ts +1 -0
- package/dist/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.d.ts +10 -0
- package/dist/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.spec.d.ts +1 -0
- package/dist/file/paragraph/math/script/sub-script/index.d.ts +2 -0
- package/dist/file/paragraph/math/script/sub-script/math-sub-script-function-properties.d.ts +2 -0
- package/dist/file/paragraph/math/script/sub-script/math-sub-script-function-properties.spec.d.ts +1 -0
- package/dist/file/paragraph/math/script/sub-script/math-sub-script-function.d.ts +9 -0
- package/dist/file/paragraph/math/script/sub-script/math-sub-script-function.spec.d.ts +1 -0
- package/dist/file/paragraph/math/script/sub-super-script/index.d.ts +2 -0
- package/dist/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.d.ts +2 -0
- package/dist/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.spec.d.ts +1 -0
- package/dist/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.d.ts +10 -0
- package/dist/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.spec.d.ts +1 -0
- package/dist/file/paragraph/math/script/super-script/index.d.ts +2 -0
- package/dist/file/paragraph/math/script/super-script/math-super-script-function-properties.d.ts +2 -0
- package/dist/file/paragraph/math/script/super-script/math-super-script-function-properties.spec.d.ts +1 -0
- package/dist/file/paragraph/math/script/super-script/math-super-script-function.d.ts +9 -0
- package/dist/file/paragraph/math/script/super-script/math-super-script-function.spec.d.ts +1 -0
- package/dist/file/paragraph/paragraph.d.ts +22 -0
- package/dist/file/paragraph/paragraph.spec.d.ts +1 -0
- package/dist/file/paragraph/properties.d.ts +65 -0
- package/dist/file/paragraph/properties.spec.d.ts +1 -0
- package/dist/file/paragraph/run/break.d.ts +2 -0
- package/dist/file/paragraph/run/break.spec.d.ts +1 -0
- package/dist/file/paragraph/run/comment-run.d.ts +42 -0
- package/dist/file/paragraph/run/comment-run.spec.d.ts +1 -0
- package/dist/file/paragraph/run/comments-extended.d.ts +5 -0
- package/dist/file/paragraph/run/comments-extended.spec.d.ts +1 -0
- package/dist/file/paragraph/run/emphasis-mark.d.ts +6 -0
- package/dist/file/paragraph/run/emphasis-mark.spec.d.ts +1 -0
- package/dist/file/paragraph/run/empty-children.d.ts +52 -0
- package/dist/file/paragraph/run/empty-children.spec.d.ts +1 -0
- package/dist/file/paragraph/run/field.d.ts +4 -0
- package/dist/file/paragraph/run/formatting.d.ts +14 -0
- package/dist/file/paragraph/run/formatting.spec.d.ts +1 -0
- package/dist/file/paragraph/run/image-run.d.ts +33 -0
- package/dist/file/paragraph/run/image-run.spec.d.ts +1 -0
- package/dist/file/paragraph/run/index.d.ts +16 -0
- package/dist/file/paragraph/run/language.d.ts +7 -0
- package/dist/file/paragraph/run/language.spec.d.ts +1 -0
- package/dist/file/paragraph/run/page-number.d.ts +13 -0
- package/dist/file/paragraph/run/page-number.spec.d.ts +1 -0
- package/dist/file/paragraph/run/positional-tab.d.ts +25 -0
- package/dist/file/paragraph/run/positional-tab.spec.d.ts +1 -0
- package/dist/file/paragraph/run/properties.d.ts +102 -0
- package/dist/file/paragraph/run/run-components/symbol.d.ts +4 -0
- package/dist/file/paragraph/run/run-components/symbol.spec.d.ts +1 -0
- package/dist/file/paragraph/run/run-components/text.d.ts +10 -0
- package/dist/file/paragraph/run/run-components/text.spec.d.ts +1 -0
- package/dist/file/paragraph/run/run-fonts.d.ts +9 -0
- package/dist/file/paragraph/run/run-fonts.spec.d.ts +1 -0
- package/dist/file/paragraph/run/run.d.ts +23 -0
- package/dist/file/paragraph/run/run.spec.d.ts +1 -0
- package/dist/file/paragraph/run/script.d.ts +3 -0
- package/dist/file/paragraph/run/script.spec.d.ts +1 -0
- package/dist/file/paragraph/run/sequential-identifier-instruction.d.ts +4 -0
- package/dist/file/paragraph/run/sequential-identifier.d.ts +4 -0
- package/dist/file/paragraph/run/sequential-identifier.spec.d.ts +1 -0
- package/dist/file/paragraph/run/simple-field.d.ts +7 -0
- package/dist/file/paragraph/run/simple-field.spec.d.ts +1 -0
- package/dist/file/paragraph/run/symbol-run.d.ts +8 -0
- package/dist/file/paragraph/run/symbol-run.spec.d.ts +1 -0
- package/dist/file/paragraph/run/text-attributes.d.ts +9 -0
- package/dist/file/paragraph/run/text-run.d.ts +4 -0
- package/dist/file/paragraph/run/text-run.spec.d.ts +1 -0
- package/dist/file/paragraph/run/underline.d.ts +22 -0
- package/dist/file/paragraph/run/underline.spec.d.ts +1 -0
- package/dist/file/paragraph/run/wpg-group-run.d.ts +21 -0
- package/dist/file/paragraph/run/wpg-group-run.spec.d.ts +1 -0
- package/dist/file/paragraph/run/wps-shape-run.d.ts +23 -0
- package/dist/file/paragraph/run/wps-shape-run.spec.d.ts +1 -0
- package/dist/file/relationships/attributes.d.ts +8 -0
- package/dist/file/relationships/index.d.ts +1 -0
- package/dist/file/relationships/relationship/relationship.d.ts +6 -0
- package/dist/file/relationships/relationships.d.ts +7 -0
- package/dist/file/relationships/relationships.spec.d.ts +1 -0
- package/dist/file/settings/compatibility-setting/compatibility-setting.d.ts +2 -0
- package/dist/file/settings/compatibility-setting/compatibility-setting.spec.d.ts +1 -0
- package/dist/file/settings/compatibility.d.ts +72 -0
- package/dist/file/settings/compatibility.spec.d.ts +1 -0
- package/dist/file/settings/index.d.ts +1 -0
- package/dist/file/settings/settings.d.ts +59 -0
- package/dist/file/settings/settings.spec.d.ts +1 -0
- package/dist/file/shading/index.d.ts +1 -0
- package/dist/file/shading/shading.d.ts +46 -0
- package/dist/file/shading/shading.spec.d.ts +1 -0
- package/dist/file/shared/alignment.d.ts +14 -0
- package/dist/file/shared/index.d.ts +3 -0
- package/dist/file/shared/number-format.d.ts +64 -0
- package/dist/file/shared/space-type.d.ts +4 -0
- package/dist/file/styles/defaults/document-defaults.d.ts +12 -0
- package/dist/file/styles/defaults/document-defaults.spec.d.ts +1 -0
- package/dist/file/styles/defaults/index.d.ts +3 -0
- package/dist/file/styles/defaults/paragraph-properties.d.ts +5 -0
- package/dist/file/styles/defaults/run-properties.d.ts +5 -0
- package/dist/file/styles/external-styles-factory.d.ts +4 -0
- package/dist/file/styles/external-styles-factory.spec.d.ts +1 -0
- package/dist/file/styles/factory.d.ts +25 -0
- package/dist/file/styles/index.d.ts +4 -0
- package/dist/file/styles/latent-styles/exceptions.d.ts +20 -0
- package/dist/file/styles/latent-styles/exceptions.spec.d.ts +1 -0
- package/dist/file/styles/latent-styles/index.d.ts +1 -0
- package/dist/file/styles/latent-styles/latent-styles.d.ts +5 -0
- package/dist/file/styles/latent-styles/latent-styles.spec.d.ts +1 -0
- package/dist/file/styles/sample/default-style.d.ts +1 -0
- package/dist/file/styles/sample/default-style.spec.d.ts +1 -0
- package/dist/file/styles/sample/index.d.ts +1 -0
- package/dist/file/styles/style/character-style.d.ts +12 -0
- package/dist/file/styles/style/character-style.spec.d.ts +1 -0
- package/dist/file/styles/style/components.d.ts +11 -0
- package/dist/file/styles/style/components.spec.d.ts +1 -0
- package/dist/file/styles/style/default-styles.d.ts +53 -0
- package/dist/file/styles/style/default-styles.spec.d.ts +1 -0
- package/dist/file/styles/style/index.d.ts +4 -0
- package/dist/file/styles/style/paragraph-style.d.ts +14 -0
- package/dist/file/styles/style/paragraph-style.spec.d.ts +1 -0
- package/dist/file/styles/style/style.d.ts +20 -0
- package/dist/file/styles/style/style.spec.d.ts +1 -0
- package/dist/file/styles/styles.d.ts +15 -0
- package/dist/file/styles/styles.spec.d.ts +1 -0
- package/dist/file/table/grid.d.ts +13 -0
- package/dist/file/table/grid.spec.d.ts +1 -0
- package/dist/file/table/index.d.ts +5 -0
- package/dist/file/table/table-cell/index.d.ts +2 -0
- package/dist/file/table/table-cell/table-cell-components.d.ts +31 -0
- package/dist/file/table/table-cell/table-cell-properties.d.ts +33 -0
- package/dist/file/table/table-cell/table-cell-properties.spec.d.ts +1 -0
- package/dist/file/table/table-cell/table-cell.d.ts +12 -0
- package/dist/file/table/table-cell/table-cell.spec.d.ts +1 -0
- package/dist/file/table/table-cell-spacing.d.ts +11 -0
- package/dist/file/table/table-properties/index.d.ts +5 -0
- package/dist/file/table/table-properties/table-borders.d.ts +14 -0
- package/dist/file/table/table-properties/table-borders.spec.d.ts +1 -0
- package/dist/file/table/table-properties/table-cell-margin.d.ts +11 -0
- package/dist/file/table/table-properties/table-cell-margin.spec.d.ts +1 -0
- package/dist/file/table/table-properties/table-float-properties.d.ts +40 -0
- package/dist/file/table/table-properties/table-float-properties.spec.d.ts +1 -0
- package/dist/file/table/table-properties/table-layout.d.ts +6 -0
- package/dist/file/table/table-properties/table-look.d.ts +10 -0
- package/dist/file/table/table-properties/table-look.spec.d.ts +1 -0
- package/dist/file/table/table-properties/table-properties.d.ts +33 -0
- package/dist/file/table/table-properties/table-properties.spec.d.ts +1 -0
- package/dist/file/table/table-row/index.d.ts +3 -0
- package/dist/file/table/table-row/table-row-height.d.ts +8 -0
- package/dist/file/table/table-row/table-row-properties.d.ts +27 -0
- package/dist/file/table/table-row/table-row-properties.spec.d.ts +1 -0
- package/dist/file/table/table-row/table-row.d.ts +16 -0
- package/dist/file/table/table-row/table-row.spec.d.ts +1 -0
- package/dist/file/table/table-width.d.ts +13 -0
- package/dist/file/table/table.d.ts +30 -0
- package/dist/file/table/table.spec.d.ts +1 -0
- package/dist/file/table-of-contents/field-instruction.d.ts +6 -0
- package/dist/file/table-of-contents/index.d.ts +2 -0
- package/dist/file/table-of-contents/sdt-content.d.ts +4 -0
- package/dist/file/table-of-contents/sdt-properties.d.ts +4 -0
- package/dist/file/table-of-contents/table-of-contents-properties.d.ts +23 -0
- package/dist/file/table-of-contents/table-of-contents.d.ts +20 -0
- package/dist/file/table-of-contents/table-of-contents.spec.d.ts +1 -0
- package/dist/file/textbox/index.d.ts +1 -0
- package/dist/file/textbox/pict-element/pict-element.d.ts +5 -0
- package/dist/file/textbox/shape/shape.d.ts +36 -0
- package/dist/file/textbox/shape/shape.spec.d.ts +1 -0
- package/dist/file/textbox/texbox-content/textbox-content.d.ts +5 -0
- package/dist/file/textbox/textbox.d.ts +10 -0
- package/dist/file/textbox/textbox.spec.d.ts +1 -0
- package/dist/file/textbox/types.d.ts +2 -0
- package/dist/file/textbox/vml-textbox/vml-texbox.d.ts +14 -0
- package/dist/file/textbox/vml-textbox/vml-textbox.spec.d.ts +1 -0
- package/dist/file/track-revision/index.d.ts +7 -0
- package/dist/file/track-revision/track-revision-components/cell-merge.d.ts +22 -0
- package/dist/file/track-revision/track-revision-components/cell-merge.spec.d.ts +1 -0
- package/dist/file/track-revision/track-revision-components/deleted-page-number.d.ts +10 -0
- package/dist/file/track-revision/track-revision-components/deleted-page-number.spec.d.ts +1 -0
- package/dist/file/track-revision/track-revision-components/deleted-table-cell.d.ts +5 -0
- package/dist/file/track-revision/track-revision-components/deleted-table-cell.spec.d.ts +1 -0
- package/dist/file/track-revision/track-revision-components/deleted-table-row.d.ts +5 -0
- package/dist/file/track-revision/track-revision-components/deleted-table-row.spec.d.ts +1 -0
- package/dist/file/track-revision/track-revision-components/deleted-text-run.d.ts +12 -0
- package/dist/file/track-revision/track-revision-components/deleted-text-run.spec.d.ts +1 -0
- package/dist/file/track-revision/track-revision-components/deleted-text.d.ts +4 -0
- package/dist/file/track-revision/track-revision-components/deleted-text.spec.d.ts +1 -0
- package/dist/file/track-revision/track-revision-components/deletion-track-change.d.ts +5 -0
- package/dist/file/track-revision/track-revision-components/inserted-table-cell.d.ts +5 -0
- package/dist/file/track-revision/track-revision-components/inserted-table-cell.spec.d.ts +1 -0
- package/dist/file/track-revision/track-revision-components/inserted-table-row.d.ts +5 -0
- package/dist/file/track-revision/track-revision-components/inserted-table-row.spec.d.ts +1 -0
- package/dist/file/track-revision/track-revision-components/inserted-text-run.d.ts +8 -0
- package/dist/file/track-revision/track-revision-components/inserted-text-run.spec.d.ts +1 -0
- package/dist/file/track-revision/track-revision-components/insertion-track-change.d.ts +5 -0
- package/dist/file/track-revision/track-revision.d.ts +13 -0
- package/dist/file/vertical-align/index.d.ts +1 -0
- package/dist/file/vertical-align/vertical-align.d.ts +21 -0
- package/dist/file/xml-components/attribute.spec.d.ts +1 -0
- package/dist/file/xml-components/attributes.d.ts +46 -0
- package/dist/file/xml-components/base.d.ts +13 -0
- package/dist/file/xml-components/default-attributes.d.ts +21 -0
- package/dist/file/xml-components/imported-xml-component.d.ts +14 -0
- package/dist/file/xml-components/imported-xml-component.spec.d.ts +1 -0
- package/dist/file/xml-components/index.d.ts +8 -0
- package/dist/file/xml-components/initializable-xml-component.d.ts +4 -0
- package/dist/file/xml-components/simple-elements.d.ts +30 -0
- package/dist/file/xml-components/simple-elements.spec.d.ts +1 -0
- package/dist/file/xml-components/xml-component.d.ts +14 -0
- package/dist/file/xml-components/xml-component.spec.d.ts +1 -0
- package/dist/file/xml-components/xmlable-object.d.ts +5 -0
- package/dist/index.cjs +32330 -22664
- package/dist/index.d.cts +5 -3189
- package/dist/index.d.ts +5 -3189
- package/dist/index.iife.js +32738 -23072
- package/dist/index.mjs +32330 -22966
- package/dist/index.spec.d.ts +1 -0
- package/dist/index.umd.cjs +32741 -23075
- package/dist/patcher/content-types-manager.d.ts +2 -0
- package/dist/patcher/content-types-manager.spec.d.ts +1 -0
- package/dist/patcher/from-docx.d.ts +32 -0
- package/dist/patcher/from-docx.spec.d.ts +1 -0
- package/dist/patcher/index.d.ts +2 -0
- package/dist/patcher/paragraph-split-inject.d.ts +9 -0
- package/dist/patcher/paragraph-split-inject.spec.d.ts +1 -0
- package/dist/patcher/paragraph-token-replacer.d.ts +8 -0
- package/dist/patcher/paragraph-token-replacer.spec.d.ts +1 -0
- package/dist/patcher/patch-detector.d.ts +6 -0
- package/dist/patcher/patch-detector.spec.d.ts +1 -0
- package/dist/patcher/relationship-manager.d.ts +4 -0
- package/dist/patcher/relationship-manager.spec.d.ts +1 -0
- package/dist/patcher/replacer.d.ts +15 -0
- package/dist/patcher/replacer.spec.d.ts +84 -0
- package/dist/patcher/run-renderer.d.ts +22 -0
- package/dist/patcher/run-renderer.spec.d.ts +1 -0
- package/dist/patcher/traverser.d.ts +9 -0
- package/dist/patcher/traverser.spec.d.ts +1 -0
- package/dist/patcher/util.d.ts +5 -0
- package/dist/patcher/util.spec.d.ts +1 -0
- package/dist/tests/utility.d.ts +3 -0
- package/dist/util/convenience-functions.d.ts +12 -0
- package/dist/util/convenience-functions.spec.d.ts +1 -0
- package/dist/util/index.d.ts +3 -0
- package/dist/util/output-type.d.ts +12 -0
- package/dist/util/types.d.ts +1 -0
- package/dist/util/values.d.ts +22 -0
- package/dist/util/values.spec.d.ts +1 -0
- package/package.json +8 -9
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { AttributeMap, XmlAttributeComponent } from '../xml-components';
|
|
2
|
+
export declare const DocumentAttributeNamespaces: {
|
|
3
|
+
wpc: string;
|
|
4
|
+
mc: string;
|
|
5
|
+
o: string;
|
|
6
|
+
r: string;
|
|
7
|
+
m: string;
|
|
8
|
+
v: string;
|
|
9
|
+
wp14: string;
|
|
10
|
+
wp: string;
|
|
11
|
+
w10: string;
|
|
12
|
+
w: string;
|
|
13
|
+
w14: string;
|
|
14
|
+
w15: string;
|
|
15
|
+
wpg: string;
|
|
16
|
+
wpi: string;
|
|
17
|
+
wne: string;
|
|
18
|
+
wps: string;
|
|
19
|
+
cp: string;
|
|
20
|
+
dc: string;
|
|
21
|
+
dcterms: string;
|
|
22
|
+
dcmitype: string;
|
|
23
|
+
xsi: string;
|
|
24
|
+
cx: string;
|
|
25
|
+
cx1: string;
|
|
26
|
+
cx2: string;
|
|
27
|
+
cx3: string;
|
|
28
|
+
cx4: string;
|
|
29
|
+
cx5: string;
|
|
30
|
+
cx6: string;
|
|
31
|
+
cx7: string;
|
|
32
|
+
cx8: string;
|
|
33
|
+
aink: string;
|
|
34
|
+
am3d: string;
|
|
35
|
+
w16cex: string;
|
|
36
|
+
w16cid: string;
|
|
37
|
+
w16: string;
|
|
38
|
+
w16sdtdh: string;
|
|
39
|
+
w16se: string;
|
|
40
|
+
};
|
|
41
|
+
export type DocumentAttributeNamespace = keyof typeof DocumentAttributeNamespaces;
|
|
42
|
+
export type IDocumentAttributesProperties = Partial<Record<DocumentAttributeNamespace, string>> & {
|
|
43
|
+
readonly Ignorable?: string;
|
|
44
|
+
};
|
|
45
|
+
export declare class DocumentAttributes extends XmlAttributeComponent<IDocumentAttributesProperties> {
|
|
46
|
+
protected readonly xmlKeys: AttributeMap<IDocumentAttributesProperties>;
|
|
47
|
+
constructor(ns: readonly DocumentAttributeNamespace[], Ignorable?: string);
|
|
48
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { XmlAttributeComponent, XmlComponent } from '../../xml-components';
|
|
2
|
+
export declare class DocumentBackgroundAttributes extends XmlAttributeComponent<{
|
|
3
|
+
readonly color?: string;
|
|
4
|
+
readonly themeColor?: string;
|
|
5
|
+
readonly themeShade?: string;
|
|
6
|
+
readonly themeTint?: string;
|
|
7
|
+
}> {
|
|
8
|
+
protected readonly xmlKeys: {
|
|
9
|
+
color: string;
|
|
10
|
+
themeColor: string;
|
|
11
|
+
themeShade: string;
|
|
12
|
+
themeTint: string;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export type IDocumentBackgroundOptions = {
|
|
16
|
+
readonly color?: string;
|
|
17
|
+
readonly themeColor?: string;
|
|
18
|
+
readonly themeShade?: string;
|
|
19
|
+
readonly themeTint?: string;
|
|
20
|
+
};
|
|
21
|
+
export declare class DocumentBackground extends XmlComponent {
|
|
22
|
+
constructor(options: IDocumentBackgroundOptions);
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './document-background';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { XmlComponent } from '../xml-components';
|
|
2
|
+
import { ConcreteHyperlink, Paragraph } from '../paragraph';
|
|
3
|
+
import { Table } from '../table';
|
|
4
|
+
import { TableOfContents } from '../table-of-contents';
|
|
5
|
+
import { Body } from './body';
|
|
6
|
+
import { IDocumentBackgroundOptions } from './document-background';
|
|
7
|
+
export type IDocumentOptions = {
|
|
8
|
+
readonly background?: IDocumentBackgroundOptions;
|
|
9
|
+
};
|
|
10
|
+
export declare class Document extends XmlComponent {
|
|
11
|
+
private readonly body;
|
|
12
|
+
constructor(options: IDocumentOptions);
|
|
13
|
+
add(item: Paragraph | Table | TableOfContents | ConcreteHyperlink): Document;
|
|
14
|
+
get Body(): Body;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Document, IDocumentOptions } from './document';
|
|
2
|
+
import { Endnotes } from './endnotes';
|
|
3
|
+
import { Footer } from './footer/footer';
|
|
4
|
+
import { FootNotes } from './footnotes';
|
|
5
|
+
import { Header } from './header/header';
|
|
6
|
+
import { Relationships } from './relationships';
|
|
7
|
+
import { XmlComponent } from './xml-components';
|
|
8
|
+
export type IViewWrapper = {
|
|
9
|
+
readonly View: Document | Footer | Header | FootNotes | Endnotes | XmlComponent;
|
|
10
|
+
readonly Relationships: Relationships;
|
|
11
|
+
};
|
|
12
|
+
export declare class DocumentWrapper implements IViewWrapper {
|
|
13
|
+
private readonly document;
|
|
14
|
+
private readonly relationships;
|
|
15
|
+
constructor(options: IDocumentOptions);
|
|
16
|
+
get View(): Document;
|
|
17
|
+
get Relationships(): Relationships;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { XmlAttributeComponent } from '../../xml-components';
|
|
2
|
+
import { IDistance } from '../drawing';
|
|
3
|
+
export type IAnchorAttributes = {
|
|
4
|
+
readonly allowOverlap?: "0" | "1";
|
|
5
|
+
readonly behindDoc?: "0" | "1";
|
|
6
|
+
readonly layoutInCell?: "0" | "1";
|
|
7
|
+
readonly locked?: "0" | "1";
|
|
8
|
+
readonly relativeHeight?: number;
|
|
9
|
+
readonly simplePos?: "0" | "1";
|
|
10
|
+
} & IDistance;
|
|
11
|
+
export declare class AnchorAttributes extends XmlAttributeComponent<IAnchorAttributes> {
|
|
12
|
+
protected readonly xmlKeys: {
|
|
13
|
+
distT: string;
|
|
14
|
+
distB: string;
|
|
15
|
+
distL: string;
|
|
16
|
+
distR: string;
|
|
17
|
+
allowOverlap: string;
|
|
18
|
+
behindDoc: string;
|
|
19
|
+
layoutInCell: string;
|
|
20
|
+
locked: string;
|
|
21
|
+
relativeHeight: string;
|
|
22
|
+
simplePos: string;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IExtendedMediaData, IMediaDataTransformation } from '../../media';
|
|
2
|
+
import { XmlComponent } from '../../xml-components';
|
|
3
|
+
import { IDrawingOptions } from '../drawing';
|
|
4
|
+
export declare class Anchor extends XmlComponent {
|
|
5
|
+
constructor({ mediaData, transform, drawingOptions, }: {
|
|
6
|
+
readonly mediaData: IExtendedMediaData;
|
|
7
|
+
readonly transform: IMediaDataTransformation;
|
|
8
|
+
readonly drawingOptions: IDrawingOptions;
|
|
9
|
+
});
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IContext, IXmlableObject, XmlComponent } from '../../xml-components';
|
|
2
|
+
export type DocPropertiesOptions = {
|
|
3
|
+
readonly name: string;
|
|
4
|
+
readonly description?: string;
|
|
5
|
+
readonly title?: string;
|
|
6
|
+
readonly id?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare class DocProperties extends XmlComponent {
|
|
9
|
+
private readonly docPropertiesUniqueNumericId;
|
|
10
|
+
constructor({ name, description, title, id }?: DocPropertiesOptions);
|
|
11
|
+
prepForXml(context: IContext): IXmlableObject | undefined;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IExtendedMediaData } from '../media';
|
|
2
|
+
import { XmlComponent } from '../xml-components';
|
|
3
|
+
import { DocPropertiesOptions } from './doc-properties/doc-properties';
|
|
4
|
+
import { IFloating } from './floating';
|
|
5
|
+
import { OutlineOptions } from './inline/graphic/graphic-data/pic/shape-properties/outline/outline';
|
|
6
|
+
import { SolidFillOptions } from './inline/graphic/graphic-data/pic/shape-properties/outline/solid-fill';
|
|
7
|
+
export type IDistance = {
|
|
8
|
+
readonly distT?: number;
|
|
9
|
+
readonly distB?: number;
|
|
10
|
+
readonly distL?: number;
|
|
11
|
+
readonly distR?: number;
|
|
12
|
+
};
|
|
13
|
+
export type IDrawingOptions = {
|
|
14
|
+
readonly floating?: IFloating;
|
|
15
|
+
readonly docProperties?: DocPropertiesOptions;
|
|
16
|
+
readonly outline?: OutlineOptions;
|
|
17
|
+
readonly solidFill?: SolidFillOptions;
|
|
18
|
+
};
|
|
19
|
+
export declare class Drawing extends XmlComponent {
|
|
20
|
+
constructor(imageData: IExtendedMediaData, drawingOptions?: IDrawingOptions);
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { XmlComponent } from '../../xml-components';
|
|
2
|
+
export type EffectExtentAttributes = {
|
|
3
|
+
readonly top: number;
|
|
4
|
+
readonly right: number;
|
|
5
|
+
readonly bottom: number;
|
|
6
|
+
readonly left: number;
|
|
7
|
+
};
|
|
8
|
+
export declare const createEffectExtent: ({ top, right, bottom, left }: EffectExtentAttributes) => XmlComponent;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { HorizontalPositionAlign, VerticalPositionAlign } from '../../shared/alignment';
|
|
2
|
+
import { XmlComponent } from '../../xml-components';
|
|
3
|
+
export declare const createAlign: (value: (typeof HorizontalPositionAlign)[keyof typeof HorizontalPositionAlign] | (typeof VerticalPositionAlign)[keyof typeof VerticalPositionAlign]) => XmlComponent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { HorizontalPositionAlign, VerticalPositionAlign } from '../../shared/alignment';
|
|
2
|
+
import { ITextWrapping } from '../text-wrap';
|
|
3
|
+
export declare const HorizontalPositionRelativeFrom: {
|
|
4
|
+
readonly CHARACTER: "character";
|
|
5
|
+
readonly COLUMN: "column";
|
|
6
|
+
readonly INSIDE_MARGIN: "insideMargin";
|
|
7
|
+
readonly LEFT_MARGIN: "leftMargin";
|
|
8
|
+
readonly MARGIN: "margin";
|
|
9
|
+
readonly OUTSIDE_MARGIN: "outsideMargin";
|
|
10
|
+
readonly PAGE: "page";
|
|
11
|
+
readonly RIGHT_MARGIN: "rightMargin";
|
|
12
|
+
};
|
|
13
|
+
export declare const VerticalPositionRelativeFrom: {
|
|
14
|
+
readonly BOTTOM_MARGIN: "bottomMargin";
|
|
15
|
+
readonly INSIDE_MARGIN: "insideMargin";
|
|
16
|
+
readonly LINE: "line";
|
|
17
|
+
readonly MARGIN: "margin";
|
|
18
|
+
readonly OUTSIDE_MARGIN: "outsideMargin";
|
|
19
|
+
readonly PAGE: "page";
|
|
20
|
+
readonly PARAGRAPH: "paragraph";
|
|
21
|
+
readonly TOP_MARGIN: "topMargin";
|
|
22
|
+
};
|
|
23
|
+
export type IHorizontalPositionOptions = {
|
|
24
|
+
readonly relative?: (typeof HorizontalPositionRelativeFrom)[keyof typeof HorizontalPositionRelativeFrom];
|
|
25
|
+
readonly align?: (typeof HorizontalPositionAlign)[keyof typeof HorizontalPositionAlign];
|
|
26
|
+
readonly offset?: number;
|
|
27
|
+
};
|
|
28
|
+
export type IVerticalPositionOptions = {
|
|
29
|
+
readonly relative?: (typeof VerticalPositionRelativeFrom)[keyof typeof VerticalPositionRelativeFrom];
|
|
30
|
+
readonly align?: (typeof VerticalPositionAlign)[keyof typeof VerticalPositionAlign];
|
|
31
|
+
readonly offset?: number;
|
|
32
|
+
};
|
|
33
|
+
export type IMargins = {
|
|
34
|
+
readonly left?: number;
|
|
35
|
+
readonly bottom?: number;
|
|
36
|
+
readonly top?: number;
|
|
37
|
+
readonly right?: number;
|
|
38
|
+
};
|
|
39
|
+
export type IFloating = {
|
|
40
|
+
readonly horizontalPosition: IHorizontalPositionOptions;
|
|
41
|
+
readonly verticalPosition: IVerticalPositionOptions;
|
|
42
|
+
readonly allowOverlap?: boolean;
|
|
43
|
+
readonly lockAnchor?: boolean;
|
|
44
|
+
readonly behindDocument?: boolean;
|
|
45
|
+
readonly layoutInCell?: boolean;
|
|
46
|
+
readonly margins?: IMargins;
|
|
47
|
+
readonly wrap?: ITextWrapping;
|
|
48
|
+
readonly zIndex?: number;
|
|
49
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { XmlAttributeComponent } from '../../../xml-components';
|
|
2
|
+
export declare class GraphicFrameLockAttributes extends XmlAttributeComponent<{
|
|
3
|
+
readonly xmlns?: string;
|
|
4
|
+
readonly noChangeAspect?: number;
|
|
5
|
+
}> {
|
|
6
|
+
protected readonly xmlKeys: {
|
|
7
|
+
xmlns: string;
|
|
8
|
+
noChangeAspect: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IExtendedMediaData, IMediaDataTransformation } from '../../../../media';
|
|
2
|
+
import { XmlComponent } from '../../../../xml-components';
|
|
3
|
+
import { OutlineOptions } from './pic/shape-properties/outline/outline';
|
|
4
|
+
import { SolidFillOptions } from './pic/shape-properties/outline/solid-fill';
|
|
5
|
+
export declare class GraphicData extends XmlComponent {
|
|
6
|
+
constructor({ mediaData, transform, outline, solidFill, }: {
|
|
7
|
+
readonly mediaData: IExtendedMediaData;
|
|
8
|
+
readonly transform: IMediaDataTransformation;
|
|
9
|
+
readonly outline?: OutlineOptions;
|
|
10
|
+
readonly solidFill?: SolidFillOptions;
|
|
11
|
+
});
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './graphic-data';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './pic';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { XmlAttributeComponent } from '../../../../../../../../xml-components';
|
|
2
|
+
export declare class PicLocksAttributes extends XmlAttributeComponent<{
|
|
3
|
+
readonly noChangeAspect?: number;
|
|
4
|
+
readonly noChangeArrowheads?: number;
|
|
5
|
+
}> {
|
|
6
|
+
protected readonly xmlKeys: {
|
|
7
|
+
noChangeAspect: string;
|
|
8
|
+
noChangeArrowheads: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { XmlAttributeComponent } from '../../../../../../../xml-components';
|
|
2
|
+
export declare class NonVisualPropertiesAttributes extends XmlAttributeComponent<{
|
|
3
|
+
readonly id?: number;
|
|
4
|
+
readonly name?: string;
|
|
5
|
+
readonly descr?: string;
|
|
6
|
+
}> {
|
|
7
|
+
protected readonly xmlKeys: {
|
|
8
|
+
id: string;
|
|
9
|
+
name: string;
|
|
10
|
+
descr: string;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IMediaData, IMediaDataTransformation } from '../../../../../media';
|
|
2
|
+
import { XmlComponent } from '../../../../../xml-components';
|
|
3
|
+
import { OutlineOptions } from './shape-properties/outline/outline';
|
|
4
|
+
export declare class Pic extends XmlComponent {
|
|
5
|
+
constructor({ mediaData, transform, outline, }: {
|
|
6
|
+
readonly mediaData: IMediaData;
|
|
7
|
+
readonly transform: IMediaDataTransformation;
|
|
8
|
+
readonly outline?: OutlineOptions;
|
|
9
|
+
});
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { XmlAttributeComponent } from '../../../../../../../../xml-components';
|
|
2
|
+
export declare class ExtentsAttributes extends XmlAttributeComponent<{
|
|
3
|
+
readonly cx?: number;
|
|
4
|
+
readonly cy?: number;
|
|
5
|
+
}> {
|
|
6
|
+
protected readonly xmlKeys: {
|
|
7
|
+
cx: string;
|
|
8
|
+
cy: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IMediaDataTransformation } from '../../../../../../../media';
|
|
2
|
+
import { XmlAttributeComponent, XmlComponent } from '../../../../../../../xml-components';
|
|
3
|
+
export declare class FormAttributes extends XmlAttributeComponent<{
|
|
4
|
+
readonly flipVertical?: boolean;
|
|
5
|
+
readonly flipHorizontal?: boolean;
|
|
6
|
+
readonly rotation?: number;
|
|
7
|
+
}> {
|
|
8
|
+
protected readonly xmlKeys: {
|
|
9
|
+
flipVertical: string;
|
|
10
|
+
flipHorizontal: string;
|
|
11
|
+
rotation: string;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare class Form extends XmlComponent {
|
|
15
|
+
private readonly extents;
|
|
16
|
+
private readonly offset;
|
|
17
|
+
constructor(options: IMediaDataTransformation);
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './form';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { XmlAttributeComponent } from '../../../../../../../../xml-components';
|
|
2
|
+
export declare class OffsetAttributes extends XmlAttributeComponent<{
|
|
3
|
+
readonly x?: number;
|
|
4
|
+
readonly y?: number;
|
|
5
|
+
}> {
|
|
6
|
+
protected readonly xmlKeys: {
|
|
7
|
+
x: string;
|
|
8
|
+
y: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill.spec.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline.d.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { XmlComponent } from '../../../../../../../xml-components';
|
|
2
|
+
import { SchemeColor } from './scheme-color';
|
|
3
|
+
export declare const LineCap: {
|
|
4
|
+
readonly ROUND: "rnd";
|
|
5
|
+
readonly SQUARE: "sq";
|
|
6
|
+
readonly FLAT: "flat";
|
|
7
|
+
};
|
|
8
|
+
export declare const CompoundLine: {
|
|
9
|
+
readonly SINGLE: "sng";
|
|
10
|
+
readonly DOUBLE: "dbl";
|
|
11
|
+
readonly THICK_THIN: "thickThin";
|
|
12
|
+
readonly THIN_THICK: "thinThick";
|
|
13
|
+
readonly TRI: "tri";
|
|
14
|
+
};
|
|
15
|
+
export declare const PenAlignment: {
|
|
16
|
+
readonly CENTER: "ctr";
|
|
17
|
+
readonly INSET: "in";
|
|
18
|
+
};
|
|
19
|
+
export type OutlineAttributes = {
|
|
20
|
+
readonly width?: number;
|
|
21
|
+
readonly cap?: keyof typeof LineCap;
|
|
22
|
+
readonly compoundLine?: keyof typeof CompoundLine;
|
|
23
|
+
readonly align?: keyof typeof PenAlignment;
|
|
24
|
+
};
|
|
25
|
+
type OutlineNoFill = {
|
|
26
|
+
readonly type: "noFill";
|
|
27
|
+
};
|
|
28
|
+
type OutlineRgbSolidFill = {
|
|
29
|
+
readonly type: "solidFill";
|
|
30
|
+
readonly solidFillType: "rgb";
|
|
31
|
+
readonly value: string;
|
|
32
|
+
};
|
|
33
|
+
type OutlineSchemeSolidFill = {
|
|
34
|
+
readonly type: "solidFill";
|
|
35
|
+
readonly solidFillType: "scheme";
|
|
36
|
+
readonly value: (typeof SchemeColor)[keyof typeof SchemeColor];
|
|
37
|
+
};
|
|
38
|
+
type OutlineSolidFill = OutlineRgbSolidFill | OutlineSchemeSolidFill;
|
|
39
|
+
type OutlineFillProperties = OutlineNoFill | OutlineSolidFill;
|
|
40
|
+
export type OutlineOptions = OutlineAttributes & OutlineFillProperties;
|
|
41
|
+
export declare const createOutline: (options: OutlineOptions) => XmlComponent;
|
|
42
|
+
export {};
|
package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline.spec.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|