devexpress-richedit 23.2.5 → 24.1.1-alpha-24085-0102
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/bin/gulpfile.js +1 -1
- package/bin/index-custom.js +1 -1
- package/bin/localization-builder.js +1 -1
- package/bin/nspell-index.js +1 -1
- package/bin/nspell.webpack.config.js +1 -1
- package/bin/webpack-externals.js +4 -4
- package/bin/webpack.config.js +1 -1
- package/dist/dx.richedit.d.ts +950 -585
- package/dist/dx.richedit.js +34394 -33434
- package/dist/dx.richedit.min.js +2 -2
- package/dist/icons/_icons.css +1266 -0
- package/dist/pdfkit.js +44173 -41214
- package/dist/pdfkit.min.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client/_constants.d.ts +0 -1
- package/lib/client/_constants.js +2 -2
- package/lib/client/api/bookmark.d.ts +9 -0
- package/lib/client/api/bookmark.js +14 -0
- package/lib/client/api/collections/bookmark-collection.d.ts +10 -0
- package/lib/client/api/collections/bookmark-collection.js +11 -0
- package/lib/client/api/collections/sub-documents-collection.d.ts +10 -0
- package/lib/client/api/collections/sub-documents-collection.js +14 -0
- package/lib/client/api/document.d.ts +16 -0
- package/lib/client/api/document.js +26 -0
- package/lib/client/api/history.d.ts +10 -0
- package/lib/client/api/key-code.d.ts +105 -0
- package/lib/client/api/key-code.js +110 -0
- package/lib/client/api/layout-api.d.ts +9 -0
- package/lib/client/api/layout-api.js +20 -0
- package/lib/client/api/loading-panel.d.ts +12 -0
- package/lib/client/api/selection-api.d.ts +39 -0
- package/lib/client/api/selection-api.js +190 -0
- package/lib/client/api/sub-document.d.ts +9 -0
- package/lib/client/api/sub-document.js +11 -0
- package/lib/client/bars/active-context-tab-manager.d.ts +2 -3
- package/lib/client/bars/active-context-tab-manager.js +1 -1
- package/lib/client/bars/bar-holder.d.ts +3 -4
- package/lib/client/bars/context-menu.d.ts +4 -5
- package/lib/client/bars/context-menu.js +3 -3
- package/lib/client/bars/ribbon.d.ts +7 -8
- package/lib/client/bars/ribbon.js +4 -4
- package/lib/client/bars/rich-edit-ribbon/ribbon-items-data.d.ts +2 -3
- package/lib/client/bars/rich-edit-ribbon/ribbon-items-data.js +3 -3
- package/lib/client/client-rich-edit-core.d.ts +6 -7
- package/lib/client/client-rich-edit-core.js +2 -2
- package/lib/client/client-rich-edit.d.ts +11 -12
- package/lib/client/client-rich-edit.js +11 -11
- package/lib/client/client-spell-checker.d.ts +2 -3
- package/lib/client/client-spell-checker.js +4 -4
- package/lib/client/commands/client-command-manager.d.ts +2 -3
- package/lib/client/commands/client-command-manager.js +2 -2
- package/lib/client/commands/commands.d.ts +1 -2
- package/lib/client/commands/commands.js +4 -4
- package/lib/client/commands/download-document-command.d.ts +3 -4
- package/lib/client/commands/download-document-command.js +7 -7
- package/lib/client/commands/export-document-command.d.ts +3 -4
- package/lib/client/commands/export-document-command.js +4 -4
- package/lib/client/commands/insert-picture-command.d.ts +2 -3
- package/lib/client/commands/insert-picture-command.js +5 -5
- package/lib/client/commands/mail-merge-command.d.ts +5 -6
- package/lib/client/commands/mail-merge-command.js +20 -20
- package/lib/client/commands/new-document-command.d.ts +3 -4
- package/lib/client/commands/new-document-command.js +7 -7
- package/lib/client/commands/open-document-command.d.ts +3 -4
- package/lib/client/commands/open-document-command.js +15 -15
- package/lib/client/commands/shortcut-manager.d.ts +3 -4
- package/lib/client/commands/shortcut-manager.js +2 -2
- package/lib/client/context-menu/settings.d.ts +0 -1
- package/lib/client/data-source-helper.d.ts +0 -1
- package/lib/client/default-localization.d.ts +0 -1
- package/lib/client/dialogs/alert-dialog.d.ts +1 -2
- package/lib/client/dialogs/bookmark-dialog.d.ts +1 -2
- package/lib/client/dialogs/bookmark-dialog.js +2 -2
- package/lib/client/dialogs/delete-table-cells-dialog.d.ts +1 -2
- package/lib/client/dialogs/delete-table-cells-dialog.js +1 -1
- package/lib/client/dialogs/dialog-base.d.ts +2 -3
- package/lib/client/dialogs/dialog-manager.d.ts +0 -1
- package/lib/client/dialogs/find-replace-dialog.d.ts +2 -3
- package/lib/client/dialogs/find-replace-dialog.js +2 -2
- package/lib/client/dialogs/finish-and-merge-dialog.d.ts +1 -2
- package/lib/client/dialogs/finish-and-merge-dialog.js +4 -4
- package/lib/client/dialogs/font-dialog.d.ts +1 -2
- package/lib/client/dialogs/font-dialog.js +1 -1
- package/lib/client/dialogs/hyperlink-dialog.d.ts +1 -2
- package/lib/client/dialogs/i-dialog.d.ts +0 -1
- package/lib/client/dialogs/insert-merge-field-dialog.d.ts +1 -2
- package/lib/client/dialogs/insert-table-cells-dialog.d.ts +1 -2
- package/lib/client/dialogs/insert-table-cells-dialog.js +1 -1
- package/lib/client/dialogs/insert-table-dialog.d.ts +1 -2
- package/lib/client/dialogs/page-setup-dialog.d.ts +1 -2
- package/lib/client/dialogs/page-setup-dialog.js +3 -3
- package/lib/client/dialogs/paragraph-dialog.d.ts +1 -2
- package/lib/client/dialogs/paragraph-dialog.js +2 -2
- package/lib/client/dialogs/split-table-cells-dialog.d.ts +1 -2
- package/lib/client/dialogs/tabs-dialog.d.ts +1 -2
- package/lib/client/dialogs/tabs-dialog.js +3 -3
- package/lib/client/document-processor/docvar-args.d.ts +23 -0
- package/lib/client/document-processor/processor.d.ts +34 -0
- package/lib/client/document-processor/processor.js +83 -0
- package/lib/client/document-processor/public/all.js +1 -0
- package/lib/client/document-processor/public/processor.d.ts +28 -0
- package/lib/client/document-processor/public/processor.js +50 -0
- package/lib/client/formats/docx/export/data.d.ts +65 -0
- package/lib/client/formats/docx/export/docx-export-options.d.ts +8 -0
- package/lib/client/formats/docx/export/docx-export-options.js +11 -0
- package/lib/client/formats/docx/export/exporter.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/base/character-properties.d.ts +26 -0
- package/lib/client/formats/docx/export/exporters/base/character-properties.js +181 -0
- package/lib/client/formats/docx/export/exporters/base/color.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/base/color.js +76 -0
- package/lib/client/formats/docx/export/exporters/base/drawing.d.ts +64 -0
- package/lib/client/formats/docx/export/exporters/base/drawing.js +526 -0
- package/lib/client/formats/docx/export/exporters/base/image-exporter.d.ts +5 -0
- package/lib/client/formats/docx/export/exporters/base/image-exporter.js +22 -0
- package/lib/client/formats/docx/export/exporters/base/paragraph-properties.d.ts +27 -0
- package/lib/client/formats/docx/export/exporters/base/paragraph-properties.js +257 -0
- package/lib/client/formats/docx/export/exporters/base/sections.d.ts +24 -0
- package/lib/client/formats/docx/export/exporters/base/sections.js +167 -0
- package/lib/client/formats/docx/export/exporters/base/styles/character-style.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/base/styles/numbering-style.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/base/styles/paragraph-style.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/base/styles/style-base.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/base/styles/table-style.d.ts +9 -0
- package/lib/client/formats/docx/export/exporters/base/styles/table-style.js +41 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-cell-properties.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-cell-properties.js +101 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-properties.d.ts +18 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-properties.js +132 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-row-properties.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-row-properties.js +55 -0
- package/lib/client/formats/docx/export/exporters/base/table/table.d.ts +21 -0
- package/lib/client/formats/docx/export/exporters/base/table/table.js +130 -0
- package/lib/client/formats/docx/export/exporters/base/table/width-exporter.d.ts +7 -0
- package/lib/client/formats/docx/export/exporters/base/table/width-exporter.js +19 -0
- package/lib/client/formats/docx/export/exporters/base/text.d.ts +12 -0
- package/lib/client/formats/docx/export/exporters/base/text.js +79 -0
- package/lib/client/formats/docx/export/exporters/base.d.ts +17 -0
- package/lib/client/formats/docx/export/exporters/content-types.d.ts +14 -0
- package/lib/client/formats/docx/export/exporters/core-properties.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/numberings.d.ts +22 -0
- package/lib/client/formats/docx/export/exporters/numberings.js +122 -0
- package/lib/client/formats/docx/export/exporters/relations/base.d.ts +9 -0
- package/lib/client/formats/docx/export/exporters/relations/core-relations.d.ts +5 -0
- package/lib/client/formats/docx/export/exporters/relations/document-relations.d.ts +12 -0
- package/lib/client/formats/docx/export/exporters/relations/relation-collection.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/settings.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/settings.js +118 -0
- package/lib/client/formats/docx/export/exporters/styles.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/styles.js +36 -0
- package/lib/client/formats/docx/export/exporters/sub-document/base-sub-document.d.ts +62 -0
- package/lib/client/formats/docx/export/exporters/sub-document/base-sub-document.js +261 -0
- package/lib/client/formats/docx/export/exporters/sub-document/header-footer-sub-document-exporter.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/sub-document/main-sub-document.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/sub-document/main-sub-document.js +29 -0
- package/lib/client/formats/docx/export/exporters/sub-document/text-box-content-exporter.d.ts +12 -0
- package/lib/client/formats/docx/export/exporters/theme.d.ts +32 -0
- package/lib/client/formats/docx/export/exporters/theme.js +322 -0
- package/lib/client/formats/docx/export/utils/id-generator.d.ts +11 -0
- package/lib/client/formats/docx/export/utils/inline-drawing-object.d.ts +157 -0
- package/lib/client/formats/docx/export/utils/inline-drawing-object.js +117 -0
- package/lib/client/formats/docx/export/utils/writer-helper.d.ts +6 -0
- package/lib/client/formats/docx/import/color/open-xml-color-import-helper.d.ts +9 -0
- package/lib/client/formats/docx/import/color/open-xml-color-import-helper.js +58 -0
- package/lib/client/formats/docx/import/css-engine/inline-picture-css-parser.d.ts +67 -0
- package/lib/client/formats/docx/import/css-engine/inline-picture-css-parser.js +193 -0
- package/lib/client/formats/docx/import/data.d.ts +64 -0
- package/lib/client/formats/docx/import/data.js +100 -0
- package/lib/client/formats/docx/import/destination/bookmark/bookmark-element-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/bookmark/bookmark-end-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/bookmark/bookmark-start-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/borders/table-border-element-destination-base.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/borders/table-border-element-destination-base.js +22 -0
- package/lib/client/formats/docx/import/destination/borders/table-border-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/borders/table-borders-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/borders/table-borders-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-border-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-border-element-destination.js +28 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-borders-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-borders-destination.js +24 -0
- package/lib/client/formats/docx/import/destination/character-properties/character-formatting-leaf-element-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/all-caps-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/all-caps-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/bold-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/bold-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/character-shading-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/character-shading-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/double-strike-through-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/double-strike-through-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-name-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-name-destination.js +28 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-script-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-script-destination.js +26 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-size-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-size-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/fore-color-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/fore-color-destination.js +16 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/hidden-text-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/hidden-text-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/highlight-color-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/highlight-color-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/italic-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/italic-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/language-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/language-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/no-proof-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/no-proof-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/single-strike-through-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/single-strike-through-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/small-caps-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/small-caps-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/underline-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/underline-destination.js +38 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-base-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-base-destination.js +46 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-destination.js +16 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-style-reference-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/comments/comment-element-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/comments/comment-end-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/comments/comment-start-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/destination.d.ts +55 -0
- package/lib/client/formats/docx/import/destination/destination.js +140 -0
- package/lib/client/formats/docx/import/destination/document/alt-chunk-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/document/alt-chunk-destination.js +27 -0
- package/lib/client/formats/docx/import/destination/document/alt-chunk-properties-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/document/background-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/document/body-destination-base.d.ts +15 -0
- package/lib/client/formats/docx/import/destination/document/body-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/document/body-destination.js +27 -0
- package/lib/client/formats/docx/import/destination/document/document-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/document/document-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/document/document-version-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/document/smart-tag-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/document/smart-tag-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-position-destination.d.ts +59 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-position-destination.js +158 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-relative-size-destination.d.ts +38 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-relative-size-destination.js +94 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-wrap-destination.d.ts +31 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-wrap-destination.js +83 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-destination.d.ts +193 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-destination.js +713 -0
- package/lib/client/formats/docx/import/destination/drawing/non-visual-pucture-properties-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/drawing/non-visual-pucture-properties-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/drawing/shape-properties-destination.d.ts +48 -0
- package/lib/client/formats/docx/import/destination/drawing/shape-properties-destination.js +129 -0
- package/lib/client/formats/docx/import/destination/field/field-char-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/field/field-char-destination.js +42 -0
- package/lib/client/formats/docx/import/destination/field/field-destination-base.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/field/field-simple-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/field/field-simple-destination.js +43 -0
- package/lib/client/formats/docx/import/destination/field/hyperlink-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/field/hyperlink-destination.js +78 -0
- package/lib/client/formats/docx/import/destination/numbering/numberings-destination.d.ts +189 -0
- package/lib/client/formats/docx/import/destination/numbering/numberings-destination.js +539 -0
- package/lib/client/formats/docx/import/destination/paragraph/paragraph-destination.d.ts +18 -0
- package/lib/client/formats/docx/import/destination/paragraph/paragraph-destination.js +117 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.d.ts +14 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.js +25 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.js +18 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.js +66 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-destination.js +43 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/border-destination.js +35 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/borders-destination.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/borders-destination.js +26 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/outline-level-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/outline-level-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/page-break-before-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/page-break-before-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.js +45 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.js +57 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/property-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-element-destination.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-element-destination.js +52 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-end-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-start-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/relationships/relation-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/relationships/relationships-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/relationships/relationships-destination.js +18 -0
- package/lib/client/formats/docx/import/destination/runs/carriage-return-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/runs/carriage-return-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/runs/custom-run-destination.d.ts +4 -0
- package/lib/client/formats/docx/import/destination/runs/data-container-run-destination.d.ts +4 -0
- package/lib/client/formats/docx/import/destination/runs/deleted-run-content-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/runs/deleted-text-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/runs/inline-object-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/runs/inline-object-destination.js +110 -0
- package/lib/client/formats/docx/import/destination/runs/inline-picture-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/runs/inserted-run-content-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/runs/revision-destination-base.d.ts +4 -0
- package/lib/client/formats/docx/import/destination/runs/run-break-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/runs/run-break-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/runs/run-destination.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/runs/run-destination.js +75 -0
- package/lib/client/formats/docx/import/destination/runs/run-tab-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/runs/run-tab-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/runs/separator-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/runs/separator-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/runs/symbol-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/runs/symbol-destination.js +29 -0
- package/lib/client/formats/docx/import/destination/runs/text-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/runs/text-destination.js +21 -0
- package/lib/client/formats/docx/import/destination/section/column-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/section/column-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/section/columns-destination.d.ts +15 -0
- package/lib/client/formats/docx/import/destination/section/columns-destination.js +45 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-destination.js +21 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-reference-destination-base.d.ts +15 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-reference-destination-base.js +64 -0
- package/lib/client/formats/docx/import/destination/section/inner-section-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/section/last-section-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/section/section-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-destination.js +33 -0
- package/lib/client/formats/docx/import/destination/section/section-different-first-page-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-line-numbering-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/section/section-line-numbering-destination.js +23 -0
- package/lib/client/formats/docx/import/destination/section/section-margins-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/section/section-page-numbering-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-page-size-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/section/section-page-size-destination.js +31 -0
- package/lib/client/formats/docx/import/destination/section/section-start-type-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-start-type-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/settings/compat-settings-destination.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/settings/compat-settings-destination.js +29 -0
- package/lib/client/formats/docx/import/destination/settings/default-tab-stop-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/different-odd-and-even-pages-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/document-protection.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/settings/document-protection.js +81 -0
- package/lib/client/formats/docx/import/destination/settings/document-variables-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/settings/document-variables-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/settings/mirror-margins-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/settings.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/settings.js +21 -0
- package/lib/client/formats/docx/import/destination/shading/shading-helper.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/shading/shading-helper.js +13 -0
- package/lib/client/formats/docx/import/destination/structured-document-content-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/structured-document-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/linked-style-id-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/next-style-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-hidden-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-name-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-parent-id-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-qformat-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-semi-hidden-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-font-name-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-font-name-destination.js +21 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-run-properties-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-run-properties-destination.js +25 -0
- package/lib/client/formats/docx/import/destination/style/default/char/inner-default-run-properties-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/style/default/char/inner-default-run-properties-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/style/default/document-defaults-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/document-defaults-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/style/default/par/default-paragraph-properties-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/par/default-paragraph-properties-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-paragraph-properties-destination.d.ts +17 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-paragraph-properties-destination.js +31 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-run-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-table-cell-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-table-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-table-row-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/paragraph/paragraph-style-reference-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/style/paragraph/paragraph-style-reference-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/run-style-reference-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/style/style-conditional-table-formatting.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/style/style-conditional-table-formatting.js +55 -0
- package/lib/client/formats/docx/import/destination/style/style-destination-base.d.ts +21 -0
- package/lib/client/formats/docx/import/destination/style/style-destination-base.js +65 -0
- package/lib/client/formats/docx/import/destination/style/style-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/style/style-destination.js +60 -0
- package/lib/client/formats/docx/import/destination/style/styles-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/styles-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-column-span-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.js +46 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-element-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-shading-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-shading-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-style-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.js +8 -0
- package/lib/client/formats/docx/import/destination/table/cell/table-cell-destination.d.ts +18 -0
- package/lib/client/formats/docx/import/destination/table/cell/table-cell-destination.js +71 -0
- package/lib/client/formats/docx/import/destination/table/height-unit-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/height-unit-destination.js +20 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-alignment-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-alignment-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-cant-split-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-cant-split-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-conditional-formatting-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-grid-after-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-grid-before-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-header-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-header-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-destination.js +48 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-leaf-element-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/table/row/table-row-destination.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/table/row/table-row-destination.js +44 -0
- package/lib/client/formats/docx/import/destination/table/table/grid-column-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-alignment-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-alignment-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-cell-margins-destination.d.ts +19 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-cell-margins-destination.js +24 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-layout-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-layout-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-look-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-overlap-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination-core.d.ts +14 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination-core.js +61 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-leaf-element-destination.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-right-to-left-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-col-band-size-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-col-band-size-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-row-band-size-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-row-band-size-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-shading-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-shading-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/table/table/table-destination.d.ts +16 -0
- package/lib/client/formats/docx/import/destination/table/table/table-destination.js +78 -0
- package/lib/client/formats/docx/import/destination/table/table/table-grid-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/table/table/table-grid-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/table/table-style-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/width-unit-destination.d.ts +14 -0
- package/lib/client/formats/docx/import/destination/table/width-unit-destination.js +33 -0
- package/lib/client/formats/docx/import/destination/tabs/tab-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/tabs/tab-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/tabs/tabs-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/tabs/tabs-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/tabs/tabs-leaf-element-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination-base.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination-base.js +28 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-properties-destination-base.d.ts +16 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-properties-destination-base.js +83 -0
- package/lib/client/formats/docx/import/destination/themes/color/h-slcolor-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/h-slcolor-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/themes/color/hex-rgbcolor-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/hex-rgbcolor-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-scheme-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-scheme-destination.js +29 -0
- package/lib/client/formats/docx/import/destination/themes/color/percentage-rgbcolor-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/percentage-rgbcolor-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/themes/color/preset-color-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-base.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-complement.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-complement.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gamma.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gamma.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gray.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gray.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-modification.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-modification.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-shade.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-shade.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-tint.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-tint.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/scheme-color-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/scheme-color-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/themes/color/system-color-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/system-color-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/themes/font/drawing-text-font-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/themes/font/drawing-text-font-destination.js +31 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.js +54 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-scheme-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-scheme-destination.js +23 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/themes/format/office-theme-format-scheme-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/themes/format/office-theme-format-scheme-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-destination.js +20 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-elements-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-elements-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/vml/v-mlshape-destination.d.ts +73 -0
- package/lib/client/formats/docx/import/destination/vml/v-mlshape-destination.js +294 -0
- package/lib/client/formats/docx/import/importer-options.d.ts +12 -0
- package/lib/client/formats/docx/import/importer-options.js +14 -0
- package/lib/client/formats/docx/import/importer.d.ts +20 -0
- package/lib/client/formats/docx/import/importer.js +135 -0
- package/lib/client/formats/docx/import/importers/alt-chunk-importer.d.ts +9 -0
- package/lib/client/formats/docx/import/importers/bookmark-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/importers/bookmark-importer.js +15 -0
- package/lib/client/formats/docx/import/importers/character-importer.d.ts +20 -0
- package/lib/client/formats/docx/import/importers/character-importer.js +58 -0
- package/lib/client/formats/docx/import/importers/comments-importer.d.ts +7 -0
- package/lib/client/formats/docx/import/importers/core-properties-importer.d.ts +7 -0
- package/lib/client/formats/docx/import/importers/custom-properties-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/end-notes-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/field-importer.d.ts +20 -0
- package/lib/client/formats/docx/import/importers/field-importer.js +78 -0
- package/lib/client/formats/docx/import/importers/foot-notes-importer.d.ts +6 -0
- package/lib/client/formats/docx/import/importers/header-footer-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/numbering-list-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/importers/paragraph-importer.d.ts +25 -0
- package/lib/client/formats/docx/import/importers/paragraph-importer.js +60 -0
- package/lib/client/formats/docx/import/importers/position-importer.d.ts +6 -0
- package/lib/client/formats/docx/import/importers/range-permission-importer.d.ts +10 -0
- package/lib/client/formats/docx/import/importers/range-permission-importer.js +36 -0
- package/lib/client/formats/docx/import/importers/section-importer.d.ts +14 -0
- package/lib/client/formats/docx/import/importers/section-importer.js +30 -0
- package/lib/client/formats/docx/import/importers/settings-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/importers/styles-importer.d.ts +123 -0
- package/lib/client/formats/docx/import/importers/styles-importer.js +343 -0
- package/lib/client/formats/docx/import/importers/table-importer.d.ts +14 -0
- package/lib/client/formats/docx/import/importers/table-importer.js +23 -0
- package/lib/client/formats/docx/import/importers/themes-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/web-settings-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/list/open-xml-abstract-numbering-info.d.ts +7 -0
- package/lib/client/formats/docx/import/list/open-xml-list-level-override.d.ts +15 -0
- package/lib/client/formats/docx/import/list/open-xml-list-level-override.js +38 -0
- package/lib/client/formats/docx/import/list/open-xml-numbering-list-info.d.ts +9 -0
- package/lib/client/formats/docx/import/model/alt-chunk-info.d.ts +7 -0
- package/lib/client/formats/docx/import/model/comment-list-info.d.ts +18 -0
- package/lib/client/formats/docx/import/model/floating-object-import-info.d.ts +31 -0
- package/lib/client/formats/docx/import/model/floating-object-import-info.js +67 -0
- package/lib/client/formats/docx/import/model/import-bookmark-info.d.ts +8 -0
- package/lib/client/formats/docx/import/model/import-bookmark-info.js +15 -0
- package/lib/client/formats/docx/import/model/import-field-info.d.ts +16 -0
- package/lib/client/formats/docx/import/model/import-range-permission-info.d.ts +11 -0
- package/lib/client/formats/docx/import/model/import-range-permission-info.js +10 -0
- package/lib/client/formats/docx/import/model/import-sub-document-info.d.ts +32 -0
- package/lib/client/formats/docx/import/model/import-sub-document-info.js +37 -0
- package/lib/client/formats/docx/import/model/open-xml-style-conditional-table-formatting-info.d.ts +16 -0
- package/lib/client/formats/docx/import/utils/culture-info-helper.d.ts +5 -0
- package/lib/client/formats/docx/import/utils/culture-info-helper.js +386 -0
- package/lib/client/formats/docx/import/utils/markup-language-color-parser.d.ts +8 -0
- package/lib/client/formats/docx/import/utils/markup-language-color-parser.js +79 -0
- package/lib/client/formats/docx/import/utils/reader-helper.d.ts +37 -0
- package/lib/client/formats/docx/import/utils/reader-helper.js +188 -0
- package/lib/client/formats/docx/import/utils/relations-collection.d.ts +21 -0
- package/lib/client/formats/docx/import/utils/relations-collection.js +93 -0
- package/lib/client/formats/docx/translation-table/ml-table-data.d.ts +6 -0
- package/lib/client/formats/docx/translation-table/translation-tables-data.d.ts +6 -0
- package/lib/client/formats/docx/translation-table/translation-tables.d.ts +121 -0
- package/lib/client/formats/docx/translation-table/translation-tables.js +910 -0
- package/lib/client/formats/docx/translation-table/word-processing-mlvalue.d.ts +6 -0
- package/lib/client/formats/docx/utils/constants.d.ts +140 -0
- package/lib/client/formats/docx/utils/constants.js +193 -0
- package/lib/client/formats/docx/utils/lock-aspect-ratio-table.d.ts +9 -0
- package/lib/client/formats/docx/utils/open-xml-relation.d.ts +8 -0
- package/lib/client/formats/docx/utils/path-helper.d.ts +6 -0
- package/lib/client/formats/docx/utils/progress-indication.d.ts +29 -0
- package/lib/client/formats/docx/utils/string-extensions.d.ts +3 -0
- package/lib/client/formats/docx/utils/string-value-parser.d.ts +6 -0
- package/lib/client/formats/docx/utils/units-converter.d.ts +5 -0
- package/lib/client/formats/docx/utils/value-info.d.ts +9 -0
- package/lib/client/formats/docx/utils/xml-chars-decoder.d.ts +4 -0
- package/lib/client/formats/docx/zip/xml-reader.d.ts +38 -0
- package/lib/client/formats/docx/zip/xml-writer.d.ts +40 -0
- package/lib/client/formats/docx/zip/xml-writer.js +149 -0
- package/lib/client/formats/docx/zip/zip-builder.d.ts +11 -0
- package/lib/client/formats/docx/zip/zip-reader.d.ts +11 -0
- package/lib/client/formatters-options.d.ts +0 -1
- package/lib/client/i-rich-constructor-settings.d.ts +8 -9
- package/lib/client/loading-panel/manager.d.ts +1 -2
- package/lib/client/loading-panel/manager.js +1 -1
- package/lib/client/loading-panel/panel.d.ts +1 -2
- package/lib/client/loading-panel/panel.js +1 -1
- package/lib/client/loading-panel/status-bar-panel.d.ts +1 -2
- package/lib/client/loading-panel/status-bar-panel.js +1 -1
- package/lib/client/localization.d.ts +1 -2
- package/lib/client/localization.js +1 -1
- package/lib/client/losing-changes-watcher.d.ts +0 -1
- package/lib/client/model/fields/field-client-request-manager.d.ts +3 -4
- package/lib/client/model/fields/field-client-request-manager.js +7 -7
- package/lib/client/model/font-changes-listener.d.ts +3 -4
- package/lib/client/model/font-changes-listener.js +1 -1
- package/lib/client/model/styles/known-style-names.d.ts +0 -1
- package/lib/client/model/styles/known-style-names.js +2 -2
- package/lib/client/model-api/anchor-info.d.ts +66 -0
- package/lib/client/model-api/api-utils/api-utils.d.ts +24 -0
- package/lib/client/model-api/api-utils/api-utils.js +120 -0
- package/lib/client/model-api/api-utils/insert-text.d.ts +8 -0
- package/lib/client/model-api/api-utils/insert-text.js +52 -0
- package/lib/client/model-api/api-utils/model-parameter-checker.d.ts +11 -0
- package/lib/client/model-api/api-utils/model-parameter-checker.js +40 -0
- package/lib/client/model-api/api-utils/parameter-checker.d.ts +23 -0
- package/lib/client/model-api/api-utils/range-permission-finder.d.ts +5 -0
- package/lib/client/model-api/bookmark.d.ts +16 -0
- package/lib/client/model-api/bookmark.js +24 -0
- package/lib/client/model-api/character-properties.d.ts +50 -0
- package/lib/client/model-api/character-properties.js +116 -0
- package/lib/client/model-api/collections/bookmark-collection.d.ts +14 -0
- package/lib/client/model-api/collections/bookmark-collection.js +52 -0
- package/lib/client/model-api/collections/collection.d.ts +9 -0
- package/lib/client/model-api/collections/control-font.d.ts +11 -0
- package/lib/client/model-api/collections/control-font.js +35 -0
- package/lib/client/model-api/collections/drawing-object-collection-base.d.ts +19 -0
- package/lib/client/model-api/collections/drawing-object-collection-base.js +54 -0
- package/lib/client/model-api/collections/drawing-object-collection.d.ts +18 -0
- package/lib/client/model-api/collections/drawing-object-collection.js +72 -0
- package/lib/client/model-api/collections/field-collection.d.ts +26 -0
- package/lib/client/model-api/collections/field-collection.js +125 -0
- package/lib/client/model-api/collections/fonts-collection.d.ts +10 -0
- package/lib/client/model-api/collections/hyperlink-collection.d.ts +14 -0
- package/lib/client/model-api/collections/hyperlink-collection.js +83 -0
- package/lib/client/model-api/collections/numbered-list-collection.d.ts +12 -0
- package/lib/client/model-api/collections/numbered-list-collection.js +47 -0
- package/lib/client/model-api/collections/paragraph-collection.d.ts +14 -0
- package/lib/client/model-api/collections/paragraph-collection.js +34 -0
- package/lib/client/model-api/collections/range-permission-collection.d.ts +21 -0
- package/lib/client/model-api/collections/range-permission-collection.js +93 -0
- package/lib/client/model-api/collections/section-collection.d.ts +10 -0
- package/lib/client/model-api/collections/sub-documents-collection.d.ts +10 -0
- package/lib/client/model-api/collections/sub-documents-collection.js +24 -0
- package/lib/client/model-api/collections/table/table-base-collection.d.ts +24 -0
- package/lib/client/model-api/collections/table/table-base-collection.js +53 -0
- package/lib/client/model-api/collections/table/table-cell-collection.d.ts +16 -0
- package/lib/client/model-api/collections/table/table-cell-collection.js +55 -0
- package/lib/client/model-api/collections/table/table-collection.d.ts +13 -0
- package/lib/client/model-api/collections/table/table-collection.js +66 -0
- package/lib/client/model-api/collections/table/table-row-collection.d.ts +16 -0
- package/lib/client/model-api/collections/table/table-row-collection.js +46 -0
- package/lib/client/model-api/document.d.ts +53 -0
- package/lib/client/model-api/document.js +111 -0
- package/lib/client/model-api/field.d.ts +48 -0
- package/lib/client/model-api/field.js +109 -0
- package/lib/client/model-api/fonts/control-font-face-descriptors.d.ts +10 -0
- package/lib/client/model-api/fonts/control-font.d.ts +17 -0
- package/lib/client/model-api/fonts/control-font.js +39 -0
- package/lib/client/model-api/fonts/model-font.d.ts +10 -0
- package/lib/client/model-api/formats/enum.d.ts +5 -0
- package/lib/client/model-api/formats/exporter.d.ts +4 -0
- package/lib/client/model-api/formats/exporter.js +23 -0
- package/lib/client/model-api/formats/importer.d.ts +7 -0
- package/lib/client/model-api/formats/importer.js +32 -0
- package/lib/client/model-api/images/floating-image.d.ts +25 -0
- package/lib/client/model-api/images/floating-image.js +169 -0
- package/lib/client/model-api/images/image-enums.d.ts +60 -0
- package/lib/client/model-api/images/image-interfaces.d.ts +91 -0
- package/lib/client/model-api/images/image-iterator.d.ts +13 -0
- package/lib/client/model-api/images/image-iterator.js +23 -0
- package/lib/client/model-api/images/image.d.ts +32 -0
- package/lib/client/model-api/images/image.js +108 -0
- package/lib/client/model-api/images/images.d.ts +21 -0
- package/lib/client/model-api/images/images.js +221 -0
- package/lib/client/model-api/images/inline-image.d.ts +9 -0
- package/lib/client/model-api/interval.d.ts +14 -0
- package/lib/client/model-api/lists/enums.d.ts +78 -0
- package/lib/client/model-api/lists/enums.js +90 -0
- package/lib/client/model-api/lists/list-level-settings.d.ts +17 -0
- package/lib/client/model-api/lists/lists.d.ts +13 -0
- package/lib/client/model-api/lists/lists.js +114 -0
- package/lib/client/model-api/paragraph.d.ts +72 -0
- package/lib/client/model-api/paragraph.js +161 -0
- package/lib/client/model-api/picture.d.ts +33 -0
- package/lib/client/model-api/picture.js +186 -0
- package/lib/client/model-api/range-permission.d.ts +17 -0
- package/lib/client/model-api/range-permission.js +25 -0
- package/lib/client/model-api/rectangle.d.ts +7 -0
- package/lib/client/model-api/section.d.ts +147 -0
- package/lib/client/model-api/section.js +285 -0
- package/lib/client/model-api/size.d.ts +18 -0
- package/lib/client/model-api/sub-document.d.ts +68 -0
- package/lib/client/model-api/sub-document.js +284 -0
- package/lib/client/model-api/table/enums.d.ts +213 -0
- package/lib/client/model-api/table/enums.js +218 -0
- package/lib/client/model-api/table/table-borders.d.ts +36 -0
- package/lib/client/model-api/table/table-borders.js +21 -0
- package/lib/client/model-api/table/table-cell.d.ts +34 -0
- package/lib/client/model-api/table/table-cell.js +120 -0
- package/lib/client/model-api/table/table-element-base.d.ts +42 -0
- package/lib/client/model-api/table/table-element-base.js +115 -0
- package/lib/client/model-api/table/table-row.d.ts +19 -0
- package/lib/client/model-api/table/table-row.js +44 -0
- package/lib/client/model-api/table/table-style-options.d.ts +10 -0
- package/lib/client/model-api/table/table-style-options.js +6 -0
- package/lib/client/model-api/table/table.d.ts +42 -0
- package/lib/client/model-api/table/table.js +227 -0
- package/lib/client/model-api/table/types.d.ts +13 -0
- package/lib/client/model-api/text-box.d.ts +43 -0
- package/lib/client/model-api/text-box.js +103 -0
- package/lib/client/model-api/unit-converter.d.ts +13 -0
- package/lib/client/public/all-debug.d.ts +3 -4
- package/lib/client/public/all-debug.js +3 -3
- package/lib/client/public/all.d.ts +0 -1
- package/lib/client/public/api/authentication-options.d.ts +0 -1
- package/lib/client/public/api/mail-merge-options.d.ts +0 -1
- package/lib/client/public/api/mail-merge-options.js +1 -1
- package/lib/client/public/api/print-layout-view.d.ts +0 -1
- package/lib/client/public/api/range-permission-options.d.ts +0 -1
- package/lib/client/public/api/simple-view.d.ts +0 -1
- package/lib/client/public/api/spell-checker-options.d.ts +1 -2
- package/lib/client/public/characters.d.ts +0 -1
- package/lib/client/public/characters.js +1 -1
- package/lib/client/public/client-events.d.ts +0 -1
- package/lib/client/public/commands/commands.d.ts +1 -2
- package/lib/client/public/commands/commands.js +2 -2
- package/lib/client/public/commands/enum.d.ts +0 -1
- package/lib/client/public/commands/ui-changes-listener.d.ts +3 -4
- package/lib/client/public/commands/ui-changes-listener.js +1 -1
- package/lib/client/public/context-menu/helpers.d.ts +0 -1
- package/lib/client/public/context-menu/helpers.js +1 -1
- package/lib/client/public/context-menu/item.d.ts +0 -1
- package/lib/client/public/context-menu/menu.d.ts +0 -1
- package/lib/client/public/document-processor.d.ts +6 -7
- package/lib/client/public/document-processor.js +3 -3
- package/lib/client/public/events.d.ts +3 -4
- package/lib/client/public/events.js +1 -1
- package/lib/client/public/nusa/commands.d.ts +0 -1
- package/lib/client/public/nusa/custom-container-registrator.d.ts +0 -1
- package/lib/client/public/nusa/custom-control-registrator.d.ts +0 -1
- package/lib/client/public/nusa/custom-control-registrator.js +2 -2
- package/lib/client/public/nusa/external-types.d.ts +0 -1
- package/lib/client/public/nusa/placeholders.d.ts +0 -1
- package/lib/client/public/nusa/rich-edits-holder.d.ts +0 -1
- package/lib/client/public/nusa/settings.d.ts +0 -1
- package/lib/client/public/options.d.ts +3 -4
- package/lib/client/public/options.js +1 -1
- package/lib/client/public/ribbon/creator.d.ts +3 -4
- package/lib/client/public/ribbon/index.d.ts +0 -1
- package/lib/client/public/ribbon/item-ids.d.ts +0 -1
- package/lib/client/public/ribbon/items/base.d.ts +0 -1
- package/lib/client/public/ribbon/items/button.d.ts +0 -1
- package/lib/client/public/ribbon/items/color-box.d.ts +0 -1
- package/lib/client/public/ribbon/items/menu.d.ts +0 -1
- package/lib/client/public/ribbon/items/number-box.d.ts +0 -1
- package/lib/client/public/ribbon/items/select-box.d.ts +0 -1
- package/lib/client/public/ribbon/items/select-box.js +1 -1
- package/lib/client/public/ribbon/items/sub-menu.d.ts +0 -1
- package/lib/client/public/ribbon/ribbon.d.ts +0 -1
- package/lib/client/public/ribbon/tab.d.ts +0 -1
- package/lib/client/public/rich-edit.d.ts +48 -46
- package/lib/client/public/rich-edit.js +55 -52
- package/lib/client/public/utils.d.ts +2 -3
- package/lib/client/public/utils.js +3 -3
- package/lib/client/ribbon/i-localized-ribbon-item-options.d.ts +3 -0
- package/lib/client/ribbon/i-ribbon-item-options.d.ts +8 -0
- package/lib/client/ribbon/i-ribbon-text-content-options.d.ts +7 -0
- package/lib/client/ribbon/i-toolbar-item-options.d.ts +69 -0
- package/lib/client/ribbon/ribbon.d.ts +73 -0
- package/lib/client/ribbon/toolbar-items/index.d.ts +10 -0
- package/lib/client/ribbon/toolbar-items/toolbar-button-group-item.d.ts +10 -0
- package/lib/client/ribbon/toolbar-items/toolbar-button-item.d.ts +14 -0
- package/lib/client/ribbon/toolbar-items/toolbar-color-box-item.d.ts +14 -0
- package/lib/client/ribbon/toolbar-items/toolbar-interactive-item.d.ts +26 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-base.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/base-types.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.js +28 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.js +26 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.d.ts +17 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/index.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.d.ts +19 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.js +109 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.d.ts +16 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.d.ts +6 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.js +17 -0
- package/lib/client/ribbon/toolbar-items/toolbar-menu-item.d.ts +19 -0
- package/lib/client/ribbon/toolbar-items/toolbar-number-box-item.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-select-box-item.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-separator-item.d.ts +7 -0
- package/lib/client/ribbon/toolbar-items/toolbar-sub-menu-item.d.ts +19 -0
- package/lib/client/settings.d.ts +14 -15
- package/lib/client/settings.js +14 -14
- package/lib/client/ui/client-quick-search-panel.d.ts +1 -2
- package/lib/client/ui/client-quick-search-panel.js +3 -3
- package/lib/client/ui/full-screen-helper.d.ts +0 -1
- package/lib/client/ui/full-screen-helper.js +4 -4
- package/lib/client/utils/devextreme/devextreme-types.d.ts +76 -0
- package/lib/client/utils/devextreme/dxt-theme-css-classes.d.ts +14 -0
- package/lib/client/utils/devextreme/dxt-utils.d.ts +8 -0
- package/lib/common/auto-correct/auto-correct-providers.d.ts +60 -0
- package/lib/common/auto-correct/auto-correct-providers.js +273 -0
- package/lib/common/auto-correct/auto-correct-service.d.ts +10 -0
- package/lib/common/bars/base.d.ts +24 -0
- package/lib/common/bars/base.js +76 -0
- package/lib/common/bars/context-menu.d.ts +20 -0
- package/lib/common/bars/context-menu.js +134 -0
- package/lib/common/bars/interfaces.d.ts +35 -0
- package/lib/common/bars/ribbon.d.ts +25 -0
- package/lib/common/bars/ribbon.js +158 -0
- package/lib/common/canvas/canvas-manager.d.ts +73 -0
- package/lib/common/canvas/canvas-manager.js +385 -0
- package/lib/common/canvas/canvas-scroll-info.d.ts +29 -0
- package/lib/common/canvas/canvas-scroll-manager.d.ts +22 -0
- package/lib/common/canvas/canvas-scroll-manager.js +106 -0
- package/lib/common/canvas/canvas-size-info.d.ts +22 -0
- package/lib/common/canvas/canvas-size-info.js +51 -0
- package/lib/common/canvas/i-control-height-provider.d.ts +3 -0
- package/lib/common/canvas/listeners/anchor-listener.d.ts +12 -0
- package/lib/common/canvas/listeners/anchor-listener.js +17 -0
- package/lib/common/canvas/listeners/auto-scroll-listener.d.ts +13 -0
- package/lib/common/canvas/listeners/auto-scroll-listener.js +35 -0
- package/lib/common/canvas/listeners/drag-caret-listener.d.ts +5 -0
- package/lib/common/canvas/listeners/drag-caret-listener.js +8 -0
- package/lib/common/canvas/listeners/frame-base-listener.d.ts +32 -0
- package/lib/common/canvas/listeners/full-table-selector-listener.d.ts +4 -0
- package/lib/common/canvas/listeners/full-table-selector-listener.js +7 -0
- package/lib/common/canvas/listeners/resize-box-listener.d.ts +21 -0
- package/lib/common/canvas/listeners/resize-table-listener.d.ts +4 -0
- package/lib/common/canvas/listeners/resize-table-listener.js +7 -0
- package/lib/common/canvas/picture-renderer.d.ts +5 -0
- package/lib/common/canvas/renderer-class-names.d.ts +67 -0
- package/lib/common/canvas/renderes/canvas-listener/canvas-listener.d.ts +15 -0
- package/lib/common/canvas/renderes/canvas-listener/canvas-listener.js +21 -0
- package/lib/common/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.d.ts +14 -0
- package/lib/common/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.js +158 -0
- package/lib/common/canvas/renderes/canvas-listener/simple-view-canvas-listener.d.ts +33 -0
- package/lib/common/canvas/renderes/canvas-listener/simple-view-canvas-listener.js +134 -0
- package/lib/common/canvas/renderes/change-active-sub-document/base-renderer.d.ts +24 -0
- package/lib/common/canvas/renderes/change-active-sub-document/floating-picture-renderer.d.ts +5 -0
- package/lib/common/canvas/renderes/change-active-sub-document/floating-picture-renderer.js +25 -0
- package/lib/common/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.d.ts +15 -0
- package/lib/common/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.js +122 -0
- package/lib/common/canvas/renderes/change-active-sub-document/main-header-footer-renderer.d.ts +14 -0
- package/lib/common/canvas/renderes/change-active-sub-document/main-header-footer-renderer.js +57 -0
- package/lib/common/canvas/renderes/change-active-sub-document/renderer.d.ts +20 -0
- package/lib/common/canvas/renderes/change-active-sub-document/text-box-renderer.d.ts +5 -0
- package/lib/common/canvas/renderes/change-active-sub-document/text-box-renderer.js +45 -0
- package/lib/common/canvas/renderes/common/document-renderer.d.ts +127 -0
- package/lib/common/canvas/renderes/common/document-renderer.js +882 -0
- package/lib/common/canvas/renderes/common/print-layout-renderer.d.ts +6 -0
- package/lib/common/canvas/renderes/common/simple-view-renderer.d.ts +29 -0
- package/lib/common/canvas/renderes/common/simple-view-renderer.js +166 -0
- package/lib/common/canvas/renderes/selection-renderers/misspelled-selection-renderer.d.ts +11 -0
- package/lib/common/canvas/renderes/selection-renderers/misspelled-selection-renderer.js +24 -0
- package/lib/common/canvas/renderes/selection-renderers/range-permission-renderer.d.ts +13 -0
- package/lib/common/canvas/renderes/selection-renderers/range-permission-renderer.js +29 -0
- package/lib/common/canvas/renderes/selection-renderers/search-selection-renderer.d.ts +11 -0
- package/lib/common/canvas/renderes/selection-renderers/search-selection-renderer.js +24 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer-base.d.ts +18 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer-base.js +54 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer.d.ts +22 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer.js +65 -0
- package/lib/common/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.d.ts +19 -0
- package/lib/common/canvas/renderes/view-manager.d.ts +70 -0
- package/lib/common/canvas/renderes/view-manager.js +172 -0
- package/lib/common/canvas/renderes/z-index-helper.d.ts +25 -0
- package/lib/common/canvas/utils.d.ts +4 -0
- package/lib/common/client-side-events.d.ts +24 -0
- package/lib/common/clipboard-content-inserter.d.ts +11 -0
- package/lib/common/clipboard-content-inserter.js +107 -0
- package/lib/common/commands/bookmark-command.d.ts +23 -0
- package/lib/common/commands/bookmark-command.js +88 -0
- package/lib/common/commands/character-properties/change-character-properties-command-base.d.ts +20 -0
- package/lib/common/commands/character-properties/change-character-properties-command-base.js +83 -0
- package/lib/common/commands/character-properties/change-font-back-color-command.d.ts +16 -0
- package/lib/common/commands/character-properties/change-font-back-color-command.js +33 -0
- package/lib/common/commands/character-properties/change-font-color-command.d.ts +9 -0
- package/lib/common/commands/character-properties/change-font-color-command.js +18 -0
- package/lib/common/commands/character-properties/change-font-name-command.d.ts +7 -0
- package/lib/common/commands/character-properties/change-font-name-command.js +28 -0
- package/lib/common/commands/character-properties/change-font-size-command.d.ts +19 -0
- package/lib/common/commands/character-properties/change-font-size-command.js +75 -0
- package/lib/common/commands/character-properties/toggle-font-bold-command.d.ts +6 -0
- package/lib/common/commands/character-properties/toggle-font-bold-command.js +10 -0
- package/lib/common/commands/character-properties/toggle-font-italic-command.d.ts +6 -0
- package/lib/common/commands/character-properties/toggle-font-italic-command.js +10 -0
- package/lib/common/commands/character-properties/toggle-font-script-command.d.ts +16 -0
- package/lib/common/commands/character-properties/toggle-font-script-command.js +30 -0
- package/lib/common/commands/character-properties/toggle-font-strikeout-command.d.ts +7 -0
- package/lib/common/commands/character-properties/toggle-font-strikeout-command.js +11 -0
- package/lib/common/commands/character-properties/toggle-font-underline-command.d.ts +16 -0
- package/lib/common/commands/character-properties/toggle-font-underline-command.js +30 -0
- package/lib/common/commands/client-command.d.ts +420 -0
- package/lib/common/commands/command-base.d.ts +72 -0
- package/lib/common/commands/command-base.js +207 -0
- package/lib/common/commands/command-manager.d.ts +32 -0
- package/lib/common/commands/command-states.d.ts +38 -0
- package/lib/common/commands/dialogs/dialog-alert-message-command.d.ts +91 -0
- package/lib/common/commands/dialogs/dialog-bookmarks-command.d.ts +28 -0
- package/lib/common/commands/dialogs/dialog-bookmarks-command.js +64 -0
- package/lib/common/commands/dialogs/dialog-border-shading-command.d.ts +74 -0
- package/lib/common/commands/dialogs/dialog-border-shading-command.js +279 -0
- package/lib/common/commands/dialogs/dialog-columns-command.d.ts +126 -0
- package/lib/common/commands/dialogs/dialog-columns-command.js +499 -0
- package/lib/common/commands/dialogs/dialog-custom-numbering-list-command.d.ts +59 -0
- package/lib/common/commands/dialogs/dialog-custom-numbering-list-command.js +293 -0
- package/lib/common/commands/dialogs/dialog-find-replace-command.d.ts +26 -0
- package/lib/common/commands/dialogs/dialog-find-replace-command.js +75 -0
- package/lib/common/commands/dialogs/dialog-finish-and-merge-command.d.ts +33 -0
- package/lib/common/commands/dialogs/dialog-finish-and-merge-command.js +62 -0
- package/lib/common/commands/dialogs/dialog-font-command.d.ts +48 -0
- package/lib/common/commands/dialogs/dialog-font-command.js +168 -0
- package/lib/common/commands/dialogs/dialog-hyperlink-command.d.ts +38 -0
- package/lib/common/commands/dialogs/dialog-hyperlink-command.js +154 -0
- package/lib/common/commands/dialogs/dialog-insert-image-command.d.ts +21 -0
- package/lib/common/commands/dialogs/dialog-insert-image-command.js +51 -0
- package/lib/common/commands/dialogs/dialog-insert-merge-field-command.d.ts +19 -0
- package/lib/common/commands/dialogs/dialog-insert-merge-field-command.js +44 -0
- package/lib/common/commands/dialogs/dialog-insert-table-cells-command.d.ts +30 -0
- package/lib/common/commands/dialogs/dialog-insert-table-cells-command.js +97 -0
- package/lib/common/commands/dialogs/dialog-insert-table-command.d.ts +16 -0
- package/lib/common/commands/dialogs/dialog-layout-options-command.d.ts +60 -0
- package/lib/common/commands/dialogs/dialog-layout-options-command.js +372 -0
- package/lib/common/commands/dialogs/dialog-numbering-list-command.d.ts +23 -0
- package/lib/common/commands/dialogs/dialog-numbering-list-command.js +121 -0
- package/lib/common/commands/dialogs/dialog-page-setup-command.d.ts +55 -0
- package/lib/common/commands/dialogs/dialog-page-setup-command.js +215 -0
- package/lib/common/commands/dialogs/dialog-paragraph-properties-command.d.ts +44 -0
- package/lib/common/commands/dialogs/dialog-paragraph-properties-command.js +174 -0
- package/lib/common/commands/dialogs/dialog-spell-checker-command.d.ts +37 -0
- package/lib/common/commands/dialogs/dialog-spell-checker-command.js +82 -0
- package/lib/common/commands/dialogs/dialog-split-table-cells-command.d.ts +21 -0
- package/lib/common/commands/dialogs/dialog-symbols-command.d.ts +26 -0
- package/lib/common/commands/dialogs/dialog-symbols-command.js +73 -0
- package/lib/common/commands/dialogs/dialog-table-properties-command.d.ts +84 -0
- package/lib/common/commands/dialogs/dialog-table-properties-command.js +417 -0
- package/lib/common/commands/dialogs/dialog-tabs-command.d.ts +19 -0
- package/lib/common/commands/dialogs/dialog-tabs-command.js +75 -0
- package/lib/common/commands/dialogs/show-dialog-command-base.d.ts +27 -0
- package/lib/common/commands/dialogs/show-quick-search-panel-command.d.ts +7 -0
- package/lib/common/commands/document/print-document-on-client-command.d.ts +18 -0
- package/lib/common/commands/document/print-document-on-client-command.js +249 -0
- package/lib/common/commands/document-properties/change-page-color-command.d.ts +9 -0
- package/lib/common/commands/document-properties/change-page-color-command.js +26 -0
- package/lib/common/commands/fields/change-hyperlink-command.d.ts +15 -0
- package/lib/common/commands/fields/change-hyperlink-command.js +23 -0
- package/lib/common/commands/fields/create-field-command.d.ts +78 -0
- package/lib/common/commands/fields/create-field-command.js +228 -0
- package/lib/common/commands/fields/field-command-helper.d.ts +7 -0
- package/lib/common/commands/fields/field-command-helper.js +39 -0
- package/lib/common/commands/fields/go-to-record-command.d.ts +27 -0
- package/lib/common/commands/fields/go-to-record-command.js +65 -0
- package/lib/common/commands/fields/hyperlink-command-base.d.ts +6 -0
- package/lib/common/commands/fields/hyperlink-command-base.js +16 -0
- package/lib/common/commands/fields/open-hyperlink-command.d.ts +9 -0
- package/lib/common/commands/fields/open-hyperlink-command.js +39 -0
- package/lib/common/commands/fields/remove-hyperlink-command.d.ts +6 -0
- package/lib/common/commands/fields/remove-hyperlinks-command.d.ts +8 -0
- package/lib/common/commands/fields/remove-hyperlinks-command.js +41 -0
- package/lib/common/commands/fields/show-all-field-code-result-command.d.ts +12 -0
- package/lib/common/commands/fields/show-all-field-code-result-command.js +27 -0
- package/lib/common/commands/fields/toggle-all-fields-command.d.ts +8 -0
- package/lib/common/commands/fields/toggle-all-fields-command.js +37 -0
- package/lib/common/commands/fields/toggle-field-codes-command.d.ts +8 -0
- package/lib/common/commands/fields/toggle-field-codes-command.js +99 -0
- package/lib/common/commands/fields/toggle-view-merged-data-command.d.ts +9 -0
- package/lib/common/commands/fields/toggle-view-merged-data-command.js +32 -0
- package/lib/common/commands/fields/update-all-fields-command.d.ts +8 -0
- package/lib/common/commands/fields/update-all-fields-command.js +24 -0
- package/lib/common/commands/fields/update-field-command-base.d.ts +9 -0
- package/lib/common/commands/fields/update-field-command-base.js +17 -0
- package/lib/common/commands/fields/update-field-command.d.ts +18 -0
- package/lib/common/commands/fields/update-field-command.js +49 -0
- package/lib/common/commands/fields/update-table-of-contents-command.d.ts +7 -0
- package/lib/common/commands/fields/update-table-of-contents-command.js +31 -0
- package/lib/common/commands/find-replace/find-all-command.d.ts +16 -0
- package/lib/common/commands/find-replace/find-all-command.js +36 -0
- package/lib/common/commands/find-replace/hide-find-results-command.d.ts +7 -0
- package/lib/common/commands/find-replace/replace-all-command.d.ts +13 -0
- package/lib/common/commands/find-replace/replace-all-command.js +26 -0
- package/lib/common/commands/find-replace/replace-next-command.d.ts +9 -0
- package/lib/common/commands/find-replace/replace-next-command.js +24 -0
- package/lib/common/commands/floating-objects/change-anchored-picture-scale-command.d.ts +10 -0
- package/lib/common/commands/floating-objects/change-anchored-picture-scale-command.js +30 -0
- package/lib/common/commands/floating-objects/change-shape-property-command.d.ts +31 -0
- package/lib/common/commands/floating-objects/change-shape-property-command.js +99 -0
- package/lib/common/commands/floating-objects/change-text-box-properties-command.d.ts +10 -0
- package/lib/common/commands/floating-objects/change-text-box-properties-command.js +34 -0
- package/lib/common/commands/floating-objects/context-item-floating-objects.d.ts +13 -0
- package/lib/common/commands/floating-objects/floating-object-bring-forward-command.d.ts +27 -0
- package/lib/common/commands/floating-objects/floating-object-bring-forward-command.js +61 -0
- package/lib/common/commands/floating-objects/floating-object-drag-drop-change-position-command.d.ts +45 -0
- package/lib/common/commands/floating-objects/floating-object-drag-drop-change-position-command.js +251 -0
- package/lib/common/commands/floating-objects/insert-anchored-text-box-command.d.ts +8 -0
- package/lib/common/commands/floating-objects/insert-anchored-text-box-command.js +54 -0
- package/lib/common/commands/floating-objects/set-floating-object-alignment-command.d.ts +51 -0
- package/lib/common/commands/floating-objects/set-floating-object-alignment-command.js +132 -0
- package/lib/common/commands/floating-objects/set-floating-object-text-wrap-type-command.d.ts +38 -0
- package/lib/common/commands/floating-objects/set-floating-object-text-wrap-type-command.js +110 -0
- package/lib/common/commands/header-footer/close-header-footer-command.d.ts +7 -0
- package/lib/common/commands/header-footer/context-item-headers-footers.d.ts +5 -0
- package/lib/common/commands/header-footer/different-first-odd-even-page-header-footer-command.d.ts +17 -0
- package/lib/common/commands/header-footer/different-first-odd-even-page-header-footer-command.js +58 -0
- package/lib/common/commands/header-footer/go-to-header-footer-command.d.ts +13 -0
- package/lib/common/commands/header-footer/go-to-prev-next-header-footer-command.d.ts +13 -0
- package/lib/common/commands/header-footer/header-footer-command-base.d.ts +13 -0
- package/lib/common/commands/header-footer/header-footer-command-base.js +31 -0
- package/lib/common/commands/header-footer/insert-header-footer-commands.d.ts +16 -0
- package/lib/common/commands/header-footer/insert-header-footer-commands.js +43 -0
- package/lib/common/commands/header-footer/link-header-footer-commands.d.ts +17 -0
- package/lib/common/commands/header-footer/link-header-footer-commands.js +100 -0
- package/lib/common/commands/i-command.d.ts +17 -0
- package/lib/common/commands/layout/apply-style-command.d.ts +19 -0
- package/lib/common/commands/layout/apply-style-command.js +152 -0
- package/lib/common/commands/layout/clear-formatting-command.d.ts +10 -0
- package/lib/common/commands/layout/clear-formatting-command.js +90 -0
- package/lib/common/commands/layout/switch-view-command.d.ts +18 -0
- package/lib/common/commands/layout/switch-view-command.js +55 -0
- package/lib/common/commands/layout/toggle-full-screen-command.d.ts +8 -0
- package/lib/common/commands/layout/toggle-full-screen-command.js +22 -0
- package/lib/common/commands/layout/toggle-show-hidden-symbols-command.d.ts +8 -0
- package/lib/common/commands/layout/toggle-show-table-grid-lines-command.d.ts +9 -0
- package/lib/common/commands/layout/toggle-show-table-grid-lines-command.js +25 -0
- package/lib/common/commands/numbering/change-numbering-indent-command.d.ts +26 -0
- package/lib/common/commands/numbering/change-numbering-indent-command.js +104 -0
- package/lib/common/commands/numbering/continue-numbering-list-command.d.ts +8 -0
- package/lib/common/commands/numbering/continue-numbering-list-command.js +43 -0
- package/lib/common/commands/numbering/insert-numeration-to-paragraphs-command.d.ts +12 -0
- package/lib/common/commands/numbering/insert-numeration-to-paragraphs-command.js +37 -0
- package/lib/common/commands/numbering/numbering-list-command-base.d.ts +40 -0
- package/lib/common/commands/numbering/numbering-list-command-base.js +291 -0
- package/lib/common/commands/numbering/remove-numeration-from-paragraphs-command.d.ts +9 -0
- package/lib/common/commands/numbering/restart-numbering-list-command.d.ts +7 -0
- package/lib/common/commands/numbering/restart-numbering-list-command.js +44 -0
- package/lib/common/commands/numbering/toggle-bulleted-list-command.d.ts +6 -0
- package/lib/common/commands/numbering/toggle-bulleted-list-command.js +11 -0
- package/lib/common/commands/numbering/toggle-multi-level-list-command.d.ts +6 -0
- package/lib/common/commands/numbering/toggle-multi-level-list-command.js +11 -0
- package/lib/common/commands/numbering/toggle-numbering-list-command.d.ts +12 -0
- package/lib/common/commands/numbering/toggle-numbering-list-command.js +60 -0
- package/lib/common/commands/paragraph-properties/add-spacing-after-paragraph-command.d.ts +10 -0
- package/lib/common/commands/paragraph-properties/add-spacing-after-paragraph-command.js +28 -0
- package/lib/common/commands/paragraph-properties/add-spacing-before-paragraph-command.d.ts +7 -0
- package/lib/common/commands/paragraph-properties/add-spacing-before-paragraph-command.js +14 -0
- package/lib/common/commands/paragraph-properties/change-heading-level-command.d.ts +6 -0
- package/lib/common/commands/paragraph-properties/change-heading-level-command.js +10 -0
- package/lib/common/commands/paragraph-properties/change-indent-command.d.ts +21 -0
- package/lib/common/commands/paragraph-properties/change-indent-command.js +53 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-back-color-command.d.ts +12 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-back-color-command.js +35 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.d.ts +27 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.js +113 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-left-indent-command.d.ts +19 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-left-indent-command.js +88 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-properties-command-base.d.ts +17 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-properties-command-base.js +53 -0
- package/lib/common/commands/paragraph-properties/paragraph-indent-command-base.d.ts +16 -0
- package/lib/common/commands/paragraph-properties/paragraph-indent-command-base.js +77 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-after-paragraph-command.d.ts +7 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-after-paragraph-command.js +13 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-before-paragraph-command.d.ts +7 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-before-paragraph-command.js +13 -0
- package/lib/common/commands/paragraph-properties/set-double-paragraph-spacing-command.d.ts +18 -0
- package/lib/common/commands/paragraph-properties/set-double-paragraph-spacing-command.js +28 -0
- package/lib/common/commands/paragraph-properties/toggle-paragraph-alignment-command.d.ts +24 -0
- package/lib/common/commands/paragraph-properties/toggle-paragraph-alignment-command.js +48 -0
- package/lib/common/commands/redo-command.d.ts +8 -0
- package/lib/common/commands/redo-command.js +21 -0
- package/lib/common/commands/ruler/ruler-paragraph-indents-command.d.ts +20 -0
- package/lib/common/commands/ruler/ruler-paragraph-indents-command.js +82 -0
- package/lib/common/commands/ruler/ruler-paragraph-tabs-command.d.ts +35 -0
- package/lib/common/commands/ruler/ruler-paragraph-tabs-command.js +59 -0
- package/lib/common/commands/ruler/ruler-section-columns-settings-command.d.ts +8 -0
- package/lib/common/commands/ruler/ruler-section-columns-settings-command.js +59 -0
- package/lib/common/commands/ruler/ruler-section-margins-command.d.ts +16 -0
- package/lib/common/commands/ruler/ruler-section-margins-command.js +61 -0
- package/lib/common/commands/ruler/ruler-table-column-separators-command.d.ts +32 -0
- package/lib/common/commands/ruler/ruler-table-column-separators-command.js +156 -0
- package/lib/common/commands/ruler/ruler-table-commands.d.ts +33 -0
- package/lib/common/commands/ruler/ruler-table-commands.js +133 -0
- package/lib/common/commands/ruler/toggle-show-horizontal-ruler-command.d.ts +8 -0
- package/lib/common/commands/section-properties/change-footer-offset-command.d.ts +11 -0
- package/lib/common/commands/section-properties/change-footer-offset-command.js +20 -0
- package/lib/common/commands/section-properties/change-header-offset-command.d.ts +11 -0
- package/lib/common/commands/section-properties/change-header-offset-command.js +20 -0
- package/lib/common/commands/section-properties/change-section-properties-command-base.d.ts +10 -0
- package/lib/common/commands/section-properties/section-properties-command-base.d.ts +17 -0
- package/lib/common/commands/section-properties/section-properties-command-base.js +66 -0
- package/lib/common/commands/section-properties/set-landscape-command.d.ts +15 -0
- package/lib/common/commands/section-properties/set-landscape-command.js +44 -0
- package/lib/common/commands/section-properties/set-predefined-section-page-margins-commands.d.ts +30 -0
- package/lib/common/commands/section-properties/set-predefined-section-page-margins-commands.js +75 -0
- package/lib/common/commands/section-properties/set-section-column-count-commands.d.ts +25 -0
- package/lib/common/commands/section-properties/set-section-column-count-commands.js +57 -0
- package/lib/common/commands/section-properties/set-section-paper-kind-commands.d.ts +56 -0
- package/lib/common/commands/section-properties/set-section-paper-kind-commands.js +102 -0
- package/lib/common/commands/selection/go-to-document-end-command.d.ts +17 -0
- package/lib/common/commands/selection/go-to-document-start-command.d.ts +14 -0
- package/lib/common/commands/selection/go-to-line-above-command.d.ts +24 -0
- package/lib/common/commands/selection/go-to-line-above-command.js +67 -0
- package/lib/common/commands/selection/go-to-line-below-command.d.ts +24 -0
- package/lib/common/commands/selection/go-to-line-below-command.js +66 -0
- package/lib/common/commands/selection/go-to-line-end-command.d.ts +19 -0
- package/lib/common/commands/selection/go-to-line-end-command.js +45 -0
- package/lib/common/commands/selection/go-to-line-start-command.d.ts +12 -0
- package/lib/common/commands/selection/go-to-line-start-command.js +35 -0
- package/lib/common/commands/selection/go-to-line-vertically-command-base.d.ts +29 -0
- package/lib/common/commands/selection/go-to-line-vertically-command-base.js +175 -0
- package/lib/common/commands/selection/go-to-next-character-command.d.ts +21 -0
- package/lib/common/commands/selection/go-to-next-character-command.js +140 -0
- package/lib/common/commands/selection/go-to-next-page-command.d.ts +15 -0
- package/lib/common/commands/selection/go-to-next-page-command.js +56 -0
- package/lib/common/commands/selection/go-to-next-word-command.d.ts +13 -0
- package/lib/common/commands/selection/go-to-next-word-command.js +35 -0
- package/lib/common/commands/selection/go-to-paragraph-end-command.d.ts +14 -0
- package/lib/common/commands/selection/go-to-paragraph-end-command.js +51 -0
- package/lib/common/commands/selection/go-to-paragraph-start-command.d.ts +14 -0
- package/lib/common/commands/selection/go-to-paragraph-start-command.js +55 -0
- package/lib/common/commands/selection/go-to-prev-character-command.d.ts +22 -0
- package/lib/common/commands/selection/go-to-prev-character-command.js +121 -0
- package/lib/common/commands/selection/go-to-prev-page-command.d.ts +16 -0
- package/lib/common/commands/selection/go-to-prev-page-command.js +58 -0
- package/lib/common/commands/selection/go-to-prev-word-command.d.ts +15 -0
- package/lib/common/commands/selection/go-to-prev-word-command.js +52 -0
- package/lib/common/commands/selection/go-to-start-page-command-base.d.ts +22 -0
- package/lib/common/commands/selection/go-to-start-page-command-base.js +58 -0
- package/lib/common/commands/selection/select-all-document-command.d.ts +7 -0
- package/lib/common/commands/selection/select-line-command.d.ts +17 -0
- package/lib/common/commands/selection/select-line-command.js +98 -0
- package/lib/common/commands/selection/select-paragraph-command.d.ts +6 -0
- package/lib/common/commands/selection/select-table-command.d.ts +55 -0
- package/lib/common/commands/selection/select-table-command.js +188 -0
- package/lib/common/commands/selection/selection-command-base.d.ts +6 -0
- package/lib/common/commands/shortcut-manager.d.ts +36 -0
- package/lib/common/commands/shortcuts/assign-shortcut-command.d.ts +14 -0
- package/lib/common/commands/spelling/add-word-to-dictionary-command.d.ts +9 -0
- package/lib/common/commands/spelling/add-word-to-dictionary-command.js +15 -0
- package/lib/common/commands/spelling/change-all-spelling-errors-command.d.ts +9 -0
- package/lib/common/commands/spelling/change-all-spelling-errors-command.js +22 -0
- package/lib/common/commands/spelling/change-spelling-error-command-base.d.ts +5 -0
- package/lib/common/commands/spelling/change-spelling-error-command-base.js +18 -0
- package/lib/common/commands/spelling/change-spelling-error-command.d.ts +13 -0
- package/lib/common/commands/spelling/change-spelling-error-command.js +27 -0
- package/lib/common/commands/spelling/delete-repeated-word-command.d.ts +8 -0
- package/lib/common/commands/spelling/delete-repeated-word-command.js +19 -0
- package/lib/common/commands/spelling/ignore-all-spelling-errors-command.d.ts +8 -0
- package/lib/common/commands/spelling/ignore-all-spelling-errors-command.js +12 -0
- package/lib/common/commands/spelling/ignore-spelling-error-command.d.ts +6 -0
- package/lib/common/commands/spelling/spelling-command-base.d.ts +8 -0
- package/lib/common/commands/sub-document/change-active-sub-document-command.d.ts +46 -0
- package/lib/common/commands/sub-document/change-active-sub-document-command.js +224 -0
- package/lib/common/commands/tables/apply-table-style-command.d.ts +8 -0
- package/lib/common/commands/tables/apply-table-style-command.js +39 -0
- package/lib/common/commands/tables/auto-fit-commands.d.ts +18 -0
- package/lib/common/commands/tables/auto-fit-commands.js +92 -0
- package/lib/common/commands/tables/change-table-border-repository-item.d.ts +19 -0
- package/lib/common/commands/tables/change-table-border-repository-item.js +57 -0
- package/lib/common/commands/tables/change-table-cell-alignment-command.d.ts +50 -0
- package/lib/common/commands/tables/change-table-cell-alignment-command.js +123 -0
- package/lib/common/commands/tables/change-table-cell-shading-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-cell-shading-command.js +66 -0
- package/lib/common/commands/tables/change-table-cell-width-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-cell-width-command.js +31 -0
- package/lib/common/commands/tables/change-table-column-width-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-column-width-command.js +53 -0
- package/lib/common/commands/tables/change-table-look-command.d.ts +38 -0
- package/lib/common/commands/tables/change-table-look-command.js +106 -0
- package/lib/common/commands/tables/change-table-row-height-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-row-height-command.js +35 -0
- package/lib/common/commands/tables/context-item-tables.d.ts +6 -0
- package/lib/common/commands/tables/delete-table-cells-by-backspace.d.ts +7 -0
- package/lib/common/commands/tables/delete-table-cells-by-backspace.js +22 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.d.ts +12 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.js +55 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.d.ts +9 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.js +49 -0
- package/lib/common/commands/tables/delete-table-columns-command.d.ts +11 -0
- package/lib/common/commands/tables/delete-table-columns-command.js +81 -0
- package/lib/common/commands/tables/delete-table-command.d.ts +8 -0
- package/lib/common/commands/tables/delete-table-command.js +22 -0
- package/lib/common/commands/tables/delete-table-rows-command.d.ts +8 -0
- package/lib/common/commands/tables/delete-table-rows-command.js +35 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.d.ts +14 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.js +39 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.d.ts +18 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.js +103 -0
- package/lib/common/commands/tables/insert-table-column-commands.d.ts +32 -0
- package/lib/common/commands/tables/insert-table-column-commands.js +101 -0
- package/lib/common/commands/tables/insert-table-core-command.d.ts +10 -0
- package/lib/common/commands/tables/insert-table-core-command.js +34 -0
- package/lib/common/commands/tables/insert-table-row-commands.d.ts +22 -0
- package/lib/common/commands/tables/insert-table-row-commands.js +47 -0
- package/lib/common/commands/tables/merge-table-cells-command.d.ts +11 -0
- package/lib/common/commands/tables/merge-table-cells-command.js +44 -0
- package/lib/common/commands/tables/row-command-base.d.ts +5 -0
- package/lib/common/commands/tables/split-table-cells-command.d.ts +18 -0
- package/lib/common/commands/tables/split-table-cells-command.js +89 -0
- package/lib/common/commands/tables/table-command-base.d.ts +5 -0
- package/lib/common/commands/tables/toggle-table-cells-border-command.d.ts +152 -0
- package/lib/common/commands/tables/toggle-table-cells-border-command.js +721 -0
- package/lib/common/commands/text/backspace-command.d.ts +19 -0
- package/lib/common/commands/text/backspace-command.js +134 -0
- package/lib/common/commands/text/change-inline-picture-scale-command.d.ts +7 -0
- package/lib/common/commands/text/change-inline-picture-scale-command.js +26 -0
- package/lib/common/commands/text/change-text-case-commands.d.ts +41 -0
- package/lib/common/commands/text/change-text-case-commands.js +135 -0
- package/lib/common/commands/text/clipboard-commands.d.ts +97 -0
- package/lib/common/commands/text/clipboard-commands.js +434 -0
- package/lib/common/commands/text/delete-command.d.ts +7 -0
- package/lib/common/commands/text/delete-command.js +43 -0
- package/lib/common/commands/text/drag-drop-commands.d.ts +16 -0
- package/lib/common/commands/text/drag-drop-commands.js +139 -0
- package/lib/common/commands/text/insert-column-break-command.d.ts +7 -0
- package/lib/common/commands/text/insert-column-break-command.js +17 -0
- package/lib/common/commands/text/insert-line-break-command.d.ts +6 -0
- package/lib/common/commands/text/insert-line-break-command.js +12 -0
- package/lib/common/commands/text/insert-page-break-command.d.ts +7 -0
- package/lib/common/commands/text/insert-page-break-command.js +29 -0
- package/lib/common/commands/text/insert-paragraph-command.d.ts +14 -0
- package/lib/common/commands/text/insert-paragraph-command.js +64 -0
- package/lib/common/commands/text/insert-section-break-command.d.ts +18 -0
- package/lib/common/commands/text/insert-section-break-command.js +39 -0
- package/lib/common/commands/text/insert-space-command.d.ts +12 -0
- package/lib/common/commands/text/insert-space-command.js +26 -0
- package/lib/common/commands/text/insert-tab-command.d.ts +36 -0
- package/lib/common/commands/text/insert-tab-command.js +198 -0
- package/lib/common/commands/text/insert-text-command.d.ts +12 -0
- package/lib/common/commands/text/insert-text-command.js +68 -0
- package/lib/common/commands/text/remove-word-command.d.ts +19 -0
- package/lib/common/commands/text/remove-word-command.js +67 -0
- package/lib/common/commands/toc/set-paragraph-level-command.d.ts +43 -0
- package/lib/common/commands/toc/set-paragraph-level-command.js +82 -0
- package/lib/common/commands/undo-command.d.ts +8 -0
- package/lib/common/commands/undo-command.js +21 -0
- package/lib/common/document-format.d.ts +24 -0
- package/lib/common/event-manager.d.ts +63 -0
- package/lib/common/event-manager.js +230 -0
- package/lib/common/focus-manager.d.ts +15 -0
- package/lib/common/formats/callback-helpers.d.ts +8 -0
- package/lib/common/formats/callback-helpers.js +21 -0
- package/lib/common/formats/document-importer-errors.d.ts +7 -0
- package/lib/common/formats/file-name-helper.d.ts +17 -0
- package/lib/common/formats/html/import/containers/runs.d.ts +59 -0
- package/lib/common/formats/html/import/containers/runs.js +85 -0
- package/lib/common/formats/html/import/containers/tables.d.ts +36 -0
- package/lib/common/formats/html/import/containers/tables.js +70 -0
- package/lib/common/formats/html/import/html-importer.d.ts +67 -0
- package/lib/common/formats/html/import/html-importer.js +332 -0
- package/lib/common/formats/html/import/html-model-inserter.d.ts +32 -0
- package/lib/common/formats/html/import/html-model-inserter.js +153 -0
- package/lib/common/formats/html/import/importers/a.d.ts +8 -0
- package/lib/common/formats/html/import/importers/a.js +39 -0
- package/lib/common/formats/html/import/importers/b.d.ts +7 -0
- package/lib/common/formats/html/import/importers/base.d.ts +18 -0
- package/lib/common/formats/html/import/importers/br.d.ts +7 -0
- package/lib/common/formats/html/import/importers/br.js +20 -0
- package/lib/common/formats/html/import/importers/center.d.ts +7 -0
- package/lib/common/formats/html/import/importers/cite.d.ts +7 -0
- package/lib/common/formats/html/import/importers/div.d.ts +7 -0
- package/lib/common/formats/html/import/importers/em.d.ts +7 -0
- package/lib/common/formats/html/import/importers/font.d.ts +7 -0
- package/lib/common/formats/html/import/importers/i.d.ts +7 -0
- package/lib/common/formats/html/import/importers/img.d.ts +7 -0
- package/lib/common/formats/html/import/importers/img.js +26 -0
- package/lib/common/formats/html/import/importers/li.d.ts +7 -0
- package/lib/common/formats/html/import/importers/list-base.d.ts +7 -0
- package/lib/common/formats/html/import/importers/list-base.js +35 -0
- package/lib/common/formats/html/import/importers/ol.d.ts +4 -0
- package/lib/common/formats/html/import/importers/p.d.ts +28 -0
- package/lib/common/formats/html/import/importers/pre.d.ts +8 -0
- package/lib/common/formats/html/import/importers/span.d.ts +8 -0
- package/lib/common/formats/html/import/importers/span.js +28 -0
- package/lib/common/formats/html/import/importers/table.d.ts +12 -0
- package/lib/common/formats/html/import/importers/table.js +78 -0
- package/lib/common/formats/html/import/importers/tbody.d.ts +7 -0
- package/lib/common/formats/html/import/importers/td.d.ts +22 -0
- package/lib/common/formats/html/import/importers/td.js +113 -0
- package/lib/common/formats/html/import/importers/text-node.d.ts +7 -0
- package/lib/common/formats/html/import/importers/text-node.js +42 -0
- package/lib/common/formats/html/import/importers/tr.d.ts +18 -0
- package/lib/common/formats/html/import/importers/tr.js +57 -0
- package/lib/common/formats/html/import/importers/tt.d.ts +7 -0
- package/lib/common/formats/html/import/importers/ul.d.ts +4 -0
- package/lib/common/formats/html/import/importers/undefined.d.ts +7 -0
- package/lib/common/formats/html/import/importers/undefined.js +16 -0
- package/lib/common/formats/html/import/load-font-info.d.ts +9 -0
- package/lib/common/formats/html/import/utils/character-properties-utils.d.ts +33 -0
- package/lib/common/formats/html/import/utils/character-properties-utils.js +151 -0
- package/lib/common/formats/html/import/utils/font-utils.d.ts +4 -0
- package/lib/common/formats/html/import/utils/paragraph-list-properties-utils.d.ts +28 -0
- package/lib/common/formats/html/import/utils/paragraph-list-properties-utils.js +158 -0
- package/lib/common/formats/html/import/utils/paragraph-properties-utils.d.ts +21 -0
- package/lib/common/formats/html/import/utils/paragraph-properties-utils.js +146 -0
- package/lib/common/formats/html/import/utils/tab-stops-utils.d.ts +4 -0
- package/lib/common/formats/html/import/utils/tab-stops-utils.js +71 -0
- package/lib/common/formats/html/import/utils/utils.d.ts +16 -0
- package/lib/common/formats/html/import/utils/utils.js +86 -0
- package/lib/common/formats/html/model/history/paste-html-data-history-item.d.ts +18 -0
- package/lib/common/formats/html/model/history/paste-html-data-history-item.js +108 -0
- package/lib/common/formats/i-document-exporter.d.ts +4 -0
- package/lib/common/formats/i-document-importer.d.ts +8 -0
- package/lib/common/formats/model-restorer/section-restorer.d.ts +4 -0
- package/lib/common/formats/model-restorer/table-restorer.d.ts +24 -0
- package/lib/common/formats/options.d.ts +3 -0
- package/lib/common/formats/pdf/api/pdf.d.ts +4 -0
- package/lib/common/formats/pdf/box-exporter.d.ts +18 -0
- package/lib/common/formats/pdf/box-exporter.js +89 -0
- package/lib/common/formats/pdf/character-properties-exporter.d.ts +7 -0
- package/lib/common/formats/pdf/character-properties-exporter.js +21 -0
- package/lib/common/formats/pdf/export-options.d.ts +4 -0
- package/lib/common/formats/pdf/exporter.d.ts +15 -0
- package/lib/common/formats/pdf/exporter.js +117 -0
- package/lib/common/formats/pdf/interfaces.d.ts +108 -0
- package/lib/common/formats/pdf/page-area-exporter.d.ts +14 -0
- package/lib/common/formats/pdf/page-area-exporter.js +43 -0
- package/lib/common/formats/pdf/page-exporter.d.ts +19 -0
- package/lib/common/formats/pdf/page-exporter.js +92 -0
- package/lib/common/formats/pdf/row-exporter.d.ts +11 -0
- package/lib/common/formats/pdf/table-column-info-exporter.d.ts +13 -0
- package/lib/common/formats/pdf/table-column-info-exporter.js +53 -0
- package/lib/common/formats/rtf/export/characters.d.ts +43 -0
- package/lib/common/formats/rtf/export/exporter.d.ts +36 -0
- package/lib/common/formats/rtf/export/exporter.js +208 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-floating-object-picture-export-strategy.d.ts +6 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-inline-picture-export-strategy.d.ts +6 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-jpeg-picture-exporter.d.ts +7 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-export-strategy.d.ts +9 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter-factory.d.ts +7 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter-factory.js +14 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter.d.ts +15 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter.js +74 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-png-picture-exporter.d.ts +7 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-picture-run-exporter.d.ts +12 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-run-exporter.d.ts +25 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-run-exporter.js +144 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-text-box-run-exporter.d.ts +13 -0
- package/lib/common/formats/rtf/export/exporters/rtf-character-properties-exporter.d.ts +34 -0
- package/lib/common/formats/rtf/export/exporters/rtf-character-properties-exporter.js +178 -0
- package/lib/common/formats/rtf/export/exporters/rtf-content-exporter.d.ts +132 -0
- package/lib/common/formats/rtf/export/exporters/rtf-content-exporter.js +902 -0
- package/lib/common/formats/rtf/export/exporters/rtf-numbering-list-exporter.d.ts +39 -0
- package/lib/common/formats/rtf/export/exporters/rtf-numbering-list-exporter.js +235 -0
- package/lib/common/formats/rtf/export/exporters/rtf-paragraph-properties-exporter.d.ts +61 -0
- package/lib/common/formats/rtf/export/exporters/rtf-paragraph-properties-exporter.js +340 -0
- package/lib/common/formats/rtf/export/exporters/rtf-properties-exporter.d.ts +19 -0
- package/lib/common/formats/rtf/export/exporters/rtf-properties-exporter.js +103 -0
- package/lib/common/formats/rtf/export/exporters/rtf-section-properties-exporter.d.ts +20 -0
- package/lib/common/formats/rtf/export/exporters/rtf-section-properties-exporter.js +96 -0
- package/lib/common/formats/rtf/export/exporters/rtf-style-exporter.d.ts +53 -0
- package/lib/common/formats/rtf/export/exporters/rtf-style-exporter.js +286 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-cell-properties-exporter.d.ts +47 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-cell-properties-exporter.js +152 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-exporter.d.ts +6 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-properties-exporter.d.ts +16 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-properties-exporter.js +93 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-row-properties-exporter.d.ts +16 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-row-properties-exporter.js +78 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-nested-table-exporter-state.d.ts +11 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state-base.d.ts +53 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state-base.js +220 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state.d.ts +10 -0
- package/lib/common/formats/rtf/export/helpers/rtf-export-helper.d.ts +23 -0
- package/lib/common/formats/rtf/export/helpers/rtf-export-helper.js +49 -0
- package/lib/common/formats/rtf/export/helpers/rtf-shading-info-export-helper.d.ts +11 -0
- package/lib/common/formats/rtf/export/helpers/rtf-shading-info-export-helper.js +28 -0
- package/lib/common/formats/rtf/export/piece-table-numbering-list-counters-manager.d.ts +4 -0
- package/lib/common/formats/rtf/export/rtf-builder.d.ts +60 -0
- package/lib/common/formats/rtf/export/rtf-builder.js +323 -0
- package/lib/common/formats/rtf/export/rtf-document-exporter-options.d.ts +51 -0
- package/lib/common/formats/rtf/export/rtf-document-exporter-options.js +55 -0
- package/lib/common/formats/rtf/import/destination/base/destination.d.ts +59 -0
- package/lib/common/formats/rtf/import/destination/base/destination.js +160 -0
- package/lib/common/formats/rtf/import/destination/base/hex-content-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/base/hex-stream-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/base/skip-destination.d.ts +15 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-base-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-base-destination.js +26 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-destination.d.ts +13 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-destination.js +24 -0
- package/lib/common/formats/rtf/import/destination/base/string-value-destination-base.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/base/string-value-destination-base.js +11 -0
- package/lib/common/formats/rtf/import/destination/base/string-value-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/base/text-after-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/base/text-before-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/base/unicode-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/base/unicode-string-value-destination.d.ts +13 -0
- package/lib/common/formats/rtf/import/destination/bookmark/bookmark-destination-base.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/bookmark/bookmark-end-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/bookmark/bookmark-start-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/color-table-destination.d.ts +25 -0
- package/lib/common/formats/rtf/import/destination/color-table-destination.js +170 -0
- package/lib/common/formats/rtf/import/destination/custom-properties-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/destination-revision-author-table.d.ts +10 -0
- package/lib/common/formats/rtf/import/destination/document-variable-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/fields/code-field-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/fields/enums.d.ts +5 -0
- package/lib/common/formats/rtf/import/destination/fields/field-destination.d.ts +19 -0
- package/lib/common/formats/rtf/import/destination/fields/field-map-data-destination.d.ts +33 -0
- package/lib/common/formats/rtf/import/destination/fields/field-status-bar-text-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/field-sub-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-destination.d.ts +25 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-destination.js +71 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-entry-macro-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-exit-macro-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-help-text-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-name-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/mail-merge-destination.d.ts +18 -0
- package/lib/common/formats/rtf/import/destination/fields/result-field-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/fields/table-content-field-destination.d.ts +18 -0
- package/lib/common/formats/rtf/import/destination/font-table-destination.d.ts +20 -0
- package/lib/common/formats/rtf/import/destination/info/info-destination.d.ts +24 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.d.ts +53 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.js +166 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.d.ts +47 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.js +275 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-section-numbering-level.d.ts +13 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-destination.d.ts +36 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-destination.js +144 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-numbers-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-text-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-name-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-override-level-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-override-table-destination.d.ts +15 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-style-name-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-table-destination.d.ts +27 -0
- package/lib/common/formats/rtf/import/destination/page-background-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/picture/picture-destination.d.ts +65 -0
- package/lib/common/formats/rtf/import/destination/picture/picture-destination.js +249 -0
- package/lib/common/formats/rtf/import/destination/picture/picture-units-converter.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/properties/default-character-properties-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/properties/default-character-properties-destination.js +26 -0
- package/lib/common/formats/rtf/import/destination/properties/default-paragraph-properties-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/protection/legacy-password-hash-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/protection/password-hash-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/protection/password-hash-destination.js +24 -0
- package/lib/common/formats/rtf/import/destination/range-permission/range-permission-destination-base.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/range-permission/range-permission-end-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/range-permission/range-permission-start-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/shape/enums.d.ts +20 -0
- package/lib/common/formats/rtf/import/destination/shape/hyperlink-location-value-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/shape/hyperlink-property-value-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/shape/hyperlink-source-value-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/shape/pic/shape-picture-destination.d.ts +15 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-destination-base.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-instance-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-properties-destination-base.d.ts +49 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-properties-destination-base.js +159 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-destination.d.ts +18 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hsv-value-destination.d.ts +20 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hsv-value-destination.js +44 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hyperlink-destination.d.ts +10 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hyperlink-destination.js +24 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-name-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-value-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-text-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/styles/character-style-destination.d.ts +19 -0
- package/lib/common/formats/rtf/import/destination/styles/character-style-destination.js +51 -0
- package/lib/common/formats/rtf/import/destination/styles/style-sheet-destination.d.ts +27 -0
- package/lib/common/formats/rtf/import/destination/styles/style-sheet-destination.js +93 -0
- package/lib/common/formats/rtf/import/destination/styles/table-style-destination.d.ts +38 -0
- package/lib/common/formats/rtf/import/destination/styles/table-style-destination.js +154 -0
- package/lib/common/formats/rtf/import/destination/sub-document/default-destination.d.ts +204 -0
- package/lib/common/formats/rtf/import/destination/sub-document/default-destination.js +580 -0
- package/lib/common/formats/rtf/import/destination/sub-document/destination-sub-document.d.ts +419 -0
- package/lib/common/formats/rtf/import/destination/sub-document/destination-sub-document.js +1835 -0
- package/lib/common/formats/rtf/import/destination/sub-document/section-header-footer-destination-base.d.ts +10 -0
- package/lib/common/formats/rtf/import/destination/sub-document/section-page-footer-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/sub-document/section-page-header-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/table/skip-nested-table-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/user-table-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/utils/destination-type.d.ts +77 -0
- package/lib/common/formats/rtf/import/destination/utils/enums.d.ts +41 -0
- package/lib/common/formats/rtf/import/dx-decoding/decoder-base.d.ts +3 -0
- package/lib/common/formats/rtf/import/dx-decoding/decoder-helper.d.ts +4 -0
- package/lib/common/formats/rtf/import/dx-decoding/gb2315-decoder-helper.d.ts +5 -0
- package/lib/common/formats/rtf/import/dx-decoding/gb2315-decoder-helper.js +43 -0
- package/lib/common/formats/rtf/import/dx-decoding/hangul949-decoder-helper.d.ts +5 -0
- package/lib/common/formats/rtf/import/dx-decoding/hangul949-decoder-helper.js +36 -0
- package/lib/common/formats/rtf/import/dx-decoding/russian-decoder.d.ts +132 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols-949.d.ts +1 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols-949.js +272 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols.d.ts +9 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols.js +507 -0
- package/lib/common/formats/rtf/import/encoding/character-decoder.d.ts +5 -0
- package/lib/common/formats/rtf/import/encoding/code-page-character-decoder.d.ts +12 -0
- package/lib/common/formats/rtf/import/encoding/code-pages.d.ts +17 -0
- package/lib/common/formats/rtf/import/encoding/dx-encoding.d.ts +4 -0
- package/lib/common/formats/rtf/import/encoding/dx-encoding.js +26 -0
- package/lib/common/formats/rtf/import/encoding/empty-character-decoder.d.ts +7 -0
- package/lib/common/formats/rtf/import/encoding/skip-character-decoder.d.ts +7 -0
- package/lib/common/formats/rtf/import/encoding/unicode-character-decoder.d.ts +11 -0
- package/lib/common/formats/rtf/import/importer-options.d.ts +7 -0
- package/lib/common/formats/rtf/import/importer-options.js +9 -0
- package/lib/common/formats/rtf/import/importers/bookmark-importer.d.ts +13 -0
- package/lib/common/formats/rtf/import/importers/bookmark-importer.js +36 -0
- package/lib/common/formats/rtf/import/importers/character-importer.d.ts +31 -0
- package/lib/common/formats/rtf/import/importers/character-importer.js +132 -0
- package/lib/common/formats/rtf/import/importers/comments-importer.d.ts +10 -0
- package/lib/common/formats/rtf/import/importers/field-importer.d.ts +32 -0
- package/lib/common/formats/rtf/import/importers/field-importer.js +91 -0
- package/lib/common/formats/rtf/import/importers/font-importer.d.ts +16 -0
- package/lib/common/formats/rtf/import/importers/font-importer.js +36 -0
- package/lib/common/formats/rtf/import/importers/image-importer.d.ts +19 -0
- package/lib/common/formats/rtf/import/importers/image-importer.js +73 -0
- package/lib/common/formats/rtf/import/importers/importer-base.d.ts +15 -0
- package/lib/common/formats/rtf/import/importers/importers-collection.d.ts +35 -0
- package/lib/common/formats/rtf/import/importers/numbering-lists-importer.d.ts +26 -0
- package/lib/common/formats/rtf/import/importers/paragraph-importer.d.ts +25 -0
- package/lib/common/formats/rtf/import/importers/paragraph-importer.js +101 -0
- package/lib/common/formats/rtf/import/importers/range-permission-importer.d.ts +16 -0
- package/lib/common/formats/rtf/import/importers/range-permission-importer.js +33 -0
- package/lib/common/formats/rtf/import/importers/section-importer.d.ts +24 -0
- package/lib/common/formats/rtf/import/importers/section-importer.js +102 -0
- package/lib/common/formats/rtf/import/importers/shape-importer.d.ts +10 -0
- package/lib/common/formats/rtf/import/importers/shape-importer.js +42 -0
- package/lib/common/formats/rtf/import/importers/styles/base-style-importer.d.ts +26 -0
- package/lib/common/formats/rtf/import/importers/styles/character-style-importer.d.ts +9 -0
- package/lib/common/formats/rtf/import/importers/styles/character-style-importer.js +19 -0
- package/lib/common/formats/rtf/import/importers/styles/paragraph-style-importer.d.ts +11 -0
- package/lib/common/formats/rtf/import/importers/styles/paragraph-style-importer.js +26 -0
- package/lib/common/formats/rtf/import/importers/styles/rtf-style-importer-state.d.ts +5 -0
- package/lib/common/formats/rtf/import/importers/styles/table-style-importer.d.ts +9 -0
- package/lib/common/formats/rtf/import/importers/styles/table-style-importer.js +20 -0
- package/lib/common/formats/rtf/import/importers/styles-importer.d.ts +19 -0
- package/lib/common/formats/rtf/import/importers/table-importer.d.ts +12 -0
- package/lib/common/formats/rtf/import/importers/table-importer.js +30 -0
- package/lib/common/formats/rtf/import/keyword-tables/character-properties.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/character-properties.js +64 -0
- package/lib/common/formats/rtf/import/keyword-tables/default-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/default-keywords.js +23 -0
- package/lib/common/formats/rtf/import/keyword-tables/document-properties.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/document-properties.js +15 -0
- package/lib/common/formats/rtf/import/keyword-tables/keyword-table-holder.d.ts +8 -0
- package/lib/common/formats/rtf/import/keyword-tables/keyword-table-holder.js +295 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.js +44 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-properties.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-properties.js +83 -0
- package/lib/common/formats/rtf/import/keyword-tables/shape-properties-destination-base-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/shape-properties-destination-base-keywords.js +28 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/default-destination-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/default-destination-keywords.js +227 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/sub-document-keywords.d.ts +7 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/sub-document-keywords.js +105 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/table-keywords.d.ts +3 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/table-keywords.js +243 -0
- package/lib/common/formats/rtf/import/model/bookmark/import-bookmark-info-core.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/bookmark/import-bookmark-info.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/character/character-properties.d.ts +22 -0
- package/lib/common/formats/rtf/import/model/character/character-properties.js +60 -0
- package/lib/common/formats/rtf/import/model/character/enums.d.ts +22 -0
- package/lib/common/formats/rtf/import/model/character/font-info-collection.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/character/rtf-font-info.d.ts +17 -0
- package/lib/common/formats/rtf/import/model/character/rtf-formatting-info.d.ts +20 -0
- package/lib/common/formats/rtf/import/model/color-collections.d.ts +12 -0
- package/lib/common/formats/rtf/import/model/color-collections.js +13 -0
- package/lib/common/formats/rtf/import/model/comment/import-comment-info.d.ts +2 -0
- package/lib/common/formats/rtf/import/model/enums.d.ts +15 -0
- package/lib/common/formats/rtf/import/model/fields/rtf-field-info.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/image/picture-destination-info.d.ts +26 -0
- package/lib/common/formats/rtf/import/model/image/rtf-image-info.d.ts +15 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-converter.d.ts +24 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-converter.js +138 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-level.d.ts +15 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-level.js +42 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-override-level.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list-info.d.ts +5 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list-override.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info-collection.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info.js +20 -0
- package/lib/common/formats/rtf/import/model/paragraph/paragraph-frame-formatting-info.d.ts +47 -0
- package/lib/common/formats/rtf/import/model/paragraph/paragraph-properties.d.ts +37 -0
- package/lib/common/formats/rtf/import/model/paragraph/paragraph-properties.js +98 -0
- package/lib/common/formats/rtf/import/model/range-permission/import-range-permission-info.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/range-permission/import-range-permission-info.js +20 -0
- package/lib/common/formats/rtf/import/model/rtf-document-properties.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/rtf-revision-authors.d.ts +5 -0
- package/lib/common/formats/rtf/import/model/section/general-section-info.d.ts +16 -0
- package/lib/common/formats/rtf/import/model/section/line-numbering-info.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/section/margins-info.d.ts +11 -0
- package/lib/common/formats/rtf/import/model/section/page-numbering-info.d.ts +9 -0
- package/lib/common/formats/rtf/import/model/section/page-numbering-info.js +16 -0
- package/lib/common/formats/rtf/import/model/section/rtf-section-properties.d.ts +24 -0
- package/lib/common/formats/rtf/import/model/section/rtf-section-properties.js +49 -0
- package/lib/common/formats/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.js +46 -0
- package/lib/common/formats/rtf/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.d.ts +12 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.d.ts +3 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.js +6 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.d.ts +34 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.js +145 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.d.ts +13 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.d.ts +9 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.js +25 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.js +64 -0
- package/lib/common/formats/rtf/import/model/shape/shape-properties-info.d.ts +9 -0
- package/lib/common/formats/rtf/import/model/shape/shape-type-code.d.ts +205 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-cell-properties.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-cell-properties.js +31 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-properties.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-properties.js +50 -0
- package/lib/common/formats/rtf/import/model/table/properties/table-floating-position-info.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/table/properties/table-row-properties.d.ts +25 -0
- package/lib/common/formats/rtf/import/model/table/properties/table-row-properties.js +39 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-cell.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-cell.js +30 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-row.d.ts +16 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-row.js +21 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table.d.ts +16 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table.js +29 -0
- package/lib/common/formats/rtf/import/properties-normalization/tmp.d.ts +0 -0
- package/lib/common/formats/rtf/import/properties-normalization/tmp.js +0 -0
- package/lib/common/formats/rtf/import/rtf-import-data.d.ts +99 -0
- package/lib/common/formats/rtf/import/rtf-import-data.js +352 -0
- package/lib/common/formats/rtf/import/rtf-importer.d.ts +16 -0
- package/lib/common/formats/rtf/import/rtf-importer.js +56 -0
- package/lib/common/formats/rtf/import/table/rtf-table-cell-controller.d.ts +16 -0
- package/lib/common/formats/rtf/import/table/rtf-table-columns-calculator.d.ts +8 -0
- package/lib/common/formats/rtf/import/table/rtf-table-controller.d.ts +17 -0
- package/lib/common/formats/rtf/import/table/rtf-table-row-controller.d.ts +21 -0
- package/lib/common/formats/rtf/import/table/rtf-table-state.d.ts +12 -0
- package/lib/common/formats/rtf/import/table/states/manager-state.d.ts +19 -0
- package/lib/common/formats/rtf/import/table/states/no-table-state.d.ts +14 -0
- package/lib/common/formats/rtf/import/table/states/state-base.d.ts +19 -0
- package/lib/common/formats/rtf/import/table/table-converter.d.ts +43 -0
- package/lib/common/formats/rtf/import/table/table-converter.js +250 -0
- package/lib/common/formats/rtf/import/table/table-grid.d.ts +7 -0
- package/lib/common/formats/rtf/import/table/table-reader.d.ts +44 -0
- package/lib/common/formats/rtf/importer-in-subdocument.d.ts +6 -0
- package/lib/common/formats/rtf/importer-in-subdocument.js +18 -0
- package/lib/common/formats/rtf/translation-table/rtf-content-exporter.d.ts +4 -0
- package/lib/common/formats/rtf/translation-table/rtf-content-exporter.js +15 -0
- package/lib/common/formats/rtf/translation-table/rtf-drawing-keywords.d.ts +189 -0
- package/lib/common/formats/rtf/translation-table/rtf-drawing-keywords.js +264 -0
- package/lib/common/formats/rtf/translation-table/rtf-export-sr.d.ts +690 -0
- package/lib/common/formats/rtf/translation-table/rtf-export-sr.js +777 -0
- package/lib/common/formats/rtf/utils/character-properties-export-helper.d.ts +5 -0
- package/lib/common/formats/rtf/utils/character-properties-export-helper.js +11 -0
- package/lib/common/formats/rtf/utils/list-level-display-text-helper.d.ts +4 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-cell-properties-merger.d.ts +15 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-cell-properties-merger.js +52 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger-base.d.ts +18 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger.d.ts +14 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger.js +55 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-row-properties-merger.d.ts +15 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-row-properties-merger.js +32 -0
- package/lib/common/formats/rtf/utils/numbering-formats.d.ts +2 -0
- package/lib/common/formats/rtf/utils/numbering-formats.js +72 -0
- package/lib/common/formats/rtf/utils/rtf-art-border-converter.d.ts +8 -0
- package/lib/common/formats/rtf/utils/rtf-art-border-converter.js +188 -0
- package/lib/common/formats/rtf/utils/rtf-math-utils.d.ts +5 -0
- package/lib/common/formats/rtf/utils/shape-utils.d.ts +4 -0
- package/lib/common/formats/rtf/utils/unicode-char-helper.d.ts +36 -0
- package/lib/common/formats/rtf/utils/unicode-char-helper.js +90 -0
- package/lib/common/formats/txt/txt-exporter.d.ts +12 -0
- package/lib/common/formats/txt/txt-importer.d.ts +12 -0
- package/lib/common/formats/txt/txt-importer.js +83 -0
- package/lib/common/formats/utils/color/theme-color-index-calculator.d.ts +7 -0
- package/lib/common/formats/utils/color/theme-color-index-calculator.js +51 -0
- package/lib/common/formats/utils/color/tint-and-shade-calculator.d.ts +7 -0
- package/lib/common/formats/utils/cross-existing-iterator.d.ts +24 -0
- package/lib/common/formats/utils/document-formats-helper.d.ts +5 -0
- package/lib/common/formats/utils/enums.d.ts +4 -0
- package/lib/common/formats/utils/extension-helper.d.ts +9 -0
- package/lib/common/formats/utils/extension-helper.js +35 -0
- package/lib/common/formats/utils/images-import.d.ts +20 -0
- package/lib/common/formats/utils/import-bookmark-info-core.d.ts +6 -0
- package/lib/common/formats/utils/import-comment-info.d.ts +10 -0
- package/lib/common/formats/utils/numbering-list-index-constants.d.ts +6 -0
- package/lib/common/formats/utils/string-helper.d.ts +13 -0
- package/lib/common/global-event-dispatcher.d.ts +44 -0
- package/lib/common/global-event-dispatcher.js +248 -0
- package/lib/common/html-export.d.ts +32 -0
- package/lib/common/html-export.js +783 -0
- package/lib/common/input-controller.d.ts +145 -0
- package/lib/common/input-controller.js +804 -0
- package/lib/common/interfaces/i-control-owner.d.ts +49 -0
- package/lib/common/interfaces/i-document-layout-changes-listener.d.ts +6 -0
- package/lib/common/interfaces/i-event-manager.d.ts +21 -0
- package/lib/common/interfaces/i-font-changes-listener.d.ts +8 -0
- package/lib/common/interfaces/i-rich-edit-core.d.ts +110 -0
- package/lib/common/interfaces/i-selection-layout-changes-listener.d.ts +11 -0
- package/lib/common/interfaces/model-changes-listener.d.ts +4 -0
- package/lib/common/internal-api.d.ts +4 -0
- package/lib/common/layout/document-layout-details-level.d.ts +12 -0
- package/lib/common/layout/document-layout.d.ts +32 -0
- package/lib/common/layout/layout-point.d.ts +11 -0
- package/lib/common/layout/layout-position.d.ts +80 -0
- package/lib/common/layout/main-structures/layout-boxes/bookmark-box.d.ts +13 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-anchored-object-box.d.ts +43 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-anchored-picture-box.d.ts +18 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-anchored-text-box.d.ts +17 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-box.d.ts +69 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-column-break-box.d.ts +9 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-dash-box.d.ts +24 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-dependent-text-box.d.ts +17 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-field-code-end-box.d.ts +8 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-field-code-start-box.d.ts +17 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-field-result-end-box.d.ts +13 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-line-break-box.d.ts +22 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-non-breaking-space-box.d.ts +21 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-numbering-list-box.d.ts +26 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-page-break-box.d.ts +23 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-paragraph-mark-box.d.ts +23 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-picture-box.d.ts +25 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-section-mark-box.d.ts +9 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-space-box.d.ts +19 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-tab-space-box.d.ts +44 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-text-box.d.ts +30 -0
- package/lib/common/layout/main-structures/layout-column.d.ts +21 -0
- package/lib/common/layout/main-structures/layout-page-area.d.ts +12 -0
- package/lib/common/layout/main-structures/layout-page.d.ts +61 -0
- package/lib/common/layout/main-structures/layout-row.d.ts +54 -0
- package/lib/common/layout/selection/layout-selection-info.d.ts +18 -0
- package/lib/common/layout/selection/layout-selection-items.d.ts +38 -0
- package/lib/common/layout/selection/layout-selection-page-info.d.ts +8 -0
- package/lib/common/layout/selection/layout-selection.d.ts +15 -0
- package/lib/common/layout/table/layout-table-cell-info.d.ts +25 -0
- package/lib/common/layout/table/layout-table-info.d.ts +30 -0
- package/lib/common/layout/table/layout-table-row-info.d.ts +17 -0
- package/lib/common/layout/table/table-cell-iterator.d.ts +66 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-manager.d.ts +39 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-manager.js +300 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-result.d.ts +15 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-result.js +36 -0
- package/lib/common/layout-engine/layout-anchor-object-finder.d.ts +8 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-base.d.ts +23 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.d.ts +12 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.d.ts +11 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.d.ts +9 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.d.ts +22 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.d.ts +9 -0
- package/lib/common/layout-engine/layout-position-creator.d.ts +50 -0
- package/lib/common/layout-engine/selection/selection-formatter.d.ts +54 -0
- package/lib/common/layout-engine/selection/selection-formatter.js +471 -0
- package/lib/common/layout-engine/visualizers/anchor-visualizer.d.ts +13 -0
- package/lib/common/layout-engine/visualizers/anchor-visualizer.js +38 -0
- package/lib/common/layout-engine/visualizers/auto-scroll-visualizer.d.ts +5 -0
- package/lib/common/layout-engine/visualizers/base-visualizer.d.ts +20 -0
- package/lib/common/layout-engine/visualizers/base-visualizer.js +27 -0
- package/lib/common/layout-engine/visualizers/box-visualizer-manager.d.ts +19 -0
- package/lib/common/layout-engine/visualizers/drag-caret-visualizer.d.ts +5 -0
- package/lib/common/layout-engine/visualizers/drag-caret-visualizer.js +15 -0
- package/lib/common/layout-engine/visualizers/full-table-selector-visualizer.d.ts +14 -0
- package/lib/common/layout-engine/visualizers/full-table-selector-visualizer.js +55 -0
- package/lib/common/layout-engine/visualizers/resize-box-visualizer.d.ts +31 -0
- package/lib/common/layout-engine/visualizers/resize-box-visualizer.js +137 -0
- package/lib/common/layout-engine/visualizers/resize-table-visualizer.d.ts +7 -0
- package/lib/common/layout-formatter/box/box-iterator.d.ts +27 -0
- package/lib/common/layout-formatter/box/box-wrap.d.ts +27 -0
- package/lib/common/layout-formatter/box/box-wraps-holder.d.ts +37 -0
- package/lib/common/layout-formatter/box/generator/box-infos-generator.d.ts +63 -0
- package/lib/common/layout-formatter/box/generator/multi-dimension-iterator.d.ts +0 -0
- package/lib/common/layout-formatter/box/generator/multi-dimension-iterator.js +0 -0
- package/lib/common/layout-formatter/box/generator/one-dimension-itertors.d.ts +18 -0
- package/lib/common/layout-formatter/box/generator/recursive-objects-iterators.d.ts +38 -0
- package/lib/common/layout-formatter/changes/changes/column-change.d.ts +9 -0
- package/lib/common/layout-formatter/changes/changes/layout-change-base.d.ts +45 -0
- package/lib/common/layout-formatter/changes/changes/page-area-change.d.ts +8 -0
- package/lib/common/layout-formatter/changes/changes/page-change.d.ts +11 -0
- package/lib/common/layout-formatter/changes/changes/selection/layout-area-selection-change.d.ts +7 -0
- package/lib/common/layout-formatter/changes/changes/selection/layout-page-selection-change.d.ts +7 -0
- package/lib/common/layout-formatter/changes/engine/changes-manager.d.ts +9 -0
- package/lib/common/layout-formatter/changes/engine/changes-merger.d.ts +33 -0
- package/lib/common/layout-formatter/changes/engine/page-changes-collector.d.ts +13 -0
- package/lib/common/layout-formatter/changes/engine/paragraph-frame-changes-collector.d.ts +13 -0
- package/lib/common/layout-formatter/changes/engine/table-cells-comparer.d.ts +11 -0
- package/lib/common/layout-formatter/floating/anchored-objects-manager.d.ts +26 -0
- package/lib/common/layout-formatter/floating/anchored-objects-manager.js +37 -0
- package/lib/common/layout-formatter/floating/layout-row-bounds-manager.d.ts +26 -0
- package/lib/common/layout-formatter/floating/page-anchored-object-holder.d.ts +20 -0
- package/lib/common/layout-formatter/floating/position-calculators/base-calculator.d.ts +13 -0
- package/lib/common/layout-formatter/floating/position-calculators/horizontal.d.ts +16 -0
- package/lib/common/layout-formatter/floating/position-calculators/vertical.d.ts +14 -0
- package/lib/common/layout-formatter/floating/render-level-calculator.d.ts +22 -0
- package/lib/common/layout-formatter/formatter/base-formatter.d.ts +56 -0
- package/lib/common/layout-formatter/formatter/enums.d.ts +12 -0
- package/lib/common/layout-formatter/formatter/main-formatter.d.ts +29 -0
- package/lib/common/layout-formatter/formatter/model-changes-listener.d.ts +8 -0
- package/lib/common/layout-formatter/formatter/other-page-area-formatter.d.ts +15 -0
- package/lib/common/layout-formatter/formatter/utils/bounds-calculator.d.ts +36 -0
- package/lib/common/layout-formatter/formatter/utils/columns-calculator.d.ts +7 -0
- package/lib/common/layout-formatter/formatter/utils/floating-restart-info-holder.d.ts +15 -0
- package/lib/common/layout-formatter/formatter/utils/last-row-info.d.ts +21 -0
- package/lib/common/layout-formatter/formatter/utils/layout-dependent-cache.d.ts +9 -0
- package/lib/common/layout-formatter/formatter/utils/number-utils.d.ts +6 -0
- package/lib/common/layout-formatter/formatter/utils/remove-redundant-helper.d.ts +18 -0
- package/lib/common/layout-formatter/formatter/utils/restart-preparer.d.ts +17 -0
- package/lib/common/layout-formatter/invalidator/header-footer-invalidator-helper.d.ts +20 -0
- package/lib/common/layout-formatter/invalidator/layout-invalidator.d.ts +44 -0
- package/lib/common/layout-formatter/invalidator/position-savers.d.ts +45 -0
- package/lib/common/layout-formatter/invalidator/remove-content-helper.d.ts +8 -0
- package/lib/common/layout-formatter/managers/formatter-manager.d.ts +72 -0
- package/lib/common/layout-formatter/managers/formatter-manager.js +163 -0
- package/lib/common/layout-formatter/managers/restart-manager.d.ts +15 -0
- package/lib/common/layout-formatter/row/formatter.d.ts +55 -0
- package/lib/common/layout-formatter/row/result.d.ts +33 -0
- package/lib/common/layout-formatter/row/size-engine/row-formatting-info.d.ts +35 -0
- package/lib/common/layout-formatter/row/size-engine/row-height-calculator.d.ts +20 -0
- package/lib/common/layout-formatter/row/size-engine/row-height-state.d.ts +15 -0
- package/lib/common/layout-formatter/row/size-engine/row-sizes-manager.d.ts +35 -0
- package/lib/common/layout-formatter/row/states.d.ts +34 -0
- package/lib/common/layout-formatter/row/tab-info.d.ts +23 -0
- package/lib/common/layout-formatter/row/utils/box-aligner.d.ts +12 -0
- package/lib/common/layout-formatter/row/utils/line-spacing-calculator.d.ts +37 -0
- package/lib/common/layout-formatter/row/utils/rectangle-utils.d.ts +5 -0
- package/lib/common/layout-formatter/row/utils/row-spacing-before-applier.d.ts +28 -0
- package/lib/common/layout-formatter/row/word-holder.d.ts +9 -0
- package/lib/common/layout-formatter/table/background-info-creator.d.ts +10 -0
- package/lib/common/layout-formatter/table/borders/border-helper.d.ts +51 -0
- package/lib/common/layout-formatter/table/borders/border-merger.d.ts +6 -0
- package/lib/common/layout-formatter/table/borders/borders-creator.d.ts +9 -0
- package/lib/common/layout-formatter/table/borders/horizontal-line-borders-info.d.ts +12 -0
- package/lib/common/layout-formatter/table/borders/layout-table-border.d.ts +23 -0
- package/lib/common/layout-formatter/table/borders/layout-table-horizontal-border.d.ts +12 -0
- package/lib/common/layout-formatter/table/formatter.d.ts +73 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-interval.d.ts +28 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.d.ts +11 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.d.ts +8 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.d.ts +10 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.d.ts +18 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.d.ts +8 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator.d.ts +48 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-properties-cache.d.ts +32 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.d.ts +19 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.js +86 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.d.ts +13 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.js +74 -0
- package/lib/common/layout-formatter/table/grid-engine/cell-grid-info-manager.d.ts +8 -0
- package/lib/common/layout-formatter/table/grid-engine/columns.d.ts +7 -0
- package/lib/common/layout-formatter/table/grid-engine/creator.d.ts +5 -0
- package/lib/common/layout-formatter/table/grid-engine/grid.d.ts +11 -0
- package/lib/common/layout-formatter/table/horizontal-cursor-borders-helper.d.ts +8 -0
- package/lib/common/layout-formatter/table/info/cell-info.d.ts +59 -0
- package/lib/common/layout-formatter/table/info/cell-order-helper.d.ts +12 -0
- package/lib/common/layout-formatter/table/info/row-info.d.ts +22 -0
- package/lib/common/layout-formatter/table/info/table-info.d.ts +63 -0
- package/lib/common/layout-formatter/table/layout-row-index-helper.d.ts +0 -0
- package/lib/common/layout-formatter/table/layout-row-index-helper.js +0 -0
- package/lib/common/layout-formatter/table/other.d.ts +17 -0
- package/lib/common/layout-formatter/table/size-compressor.d.ts +13 -0
- package/lib/common/layout-formatter/table/table-alignment-applier.d.ts +12 -0
- package/lib/common/layout-formatter/table/utils/table-anchored-objects-holder.d.ts +8 -0
- package/lib/common/loading-panel/manager.d.ts +6 -0
- package/lib/common/loading-panel/panel.d.ts +27 -0
- package/lib/common/measurer/measure-info.d.ts +18 -0
- package/lib/common/measurer/measurer.d.ts +28 -0
- package/lib/common/model/bookmarks.d.ts +47 -0
- package/lib/common/model/borders/border-base.d.ts +11 -0
- package/lib/common/model/borders/border-info.d.ts +21 -0
- package/lib/common/model/borders/enums.d.ts +194 -0
- package/lib/common/model/borders/layout-border.d.ts +3 -0
- package/lib/common/model/borders/table-border-base.d.ts +11 -0
- package/lib/common/model/borders/table-border-base.js +23 -0
- package/lib/common/model/borders/table-borders.d.ts +12 -0
- package/lib/common/model/borders/table-borders.js +34 -0
- package/lib/common/model/borders/table-cell-borders.d.ts +11 -0
- package/lib/common/model/borders/table-cell-borders.js +28 -0
- package/lib/common/model/caches/caches.d.ts +36 -0
- package/lib/common/model/caches/control-fonts.d.ts +12 -0
- package/lib/common/model/caches/hash-based-cache.d.ts +36 -0
- package/lib/common/model/caches/hashed-caches/character-properties-cache.d.ts +10 -0
- package/lib/common/model/caches/hashed-caches/color-model-info-cache.d.ts +8 -0
- package/lib/common/model/caches/hashed-caches/drawing-color-model-info-cache.d.ts +8 -0
- package/lib/common/model/caches/hashed-caches/font-info-cache.d.ts +22 -0
- package/lib/common/model/caches/hashed-caches/list-level-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/masked-character-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/masked-paragraph-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/paragraph-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/scene3d-properties-info-cache.d.ts +7 -0
- package/lib/common/model/caches/hashed-caches/scene3d-rotation-info-cache.d.ts +7 -0
- package/lib/common/model/caches/hashed-caches/shading-info-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/table-cell-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/table-properties-cache.d.ts +4 -0
- package/lib/common/model/caches/hashed-caches/table-row-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/images.d.ts +57 -0
- package/lib/common/model/caches/images.js +189 -0
- package/lib/common/model/changes/change-base.d.ts +17 -0
- package/lib/common/model/changes/change.d.ts +69 -0
- package/lib/common/model/changes/enums.d.ts +71 -0
- package/lib/common/model/changes/model/create-style-link.d.ts +7 -0
- package/lib/common/model/changes/model/default-tab-width.d.ts +7 -0
- package/lib/common/model/changes/model/delete-style-link.d.ts +7 -0
- package/lib/common/model/changes/model/different-odd-and-even-pages.d.ts +7 -0
- package/lib/common/model/changes/model/document-protection-changed.d.ts +8 -0
- package/lib/common/model/changes/model/header-created.d.ts +11 -0
- package/lib/common/model/changes/model/header-footer-index-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/abstract-numbering-list-added.d.ts +7 -0
- package/lib/common/model/changes/model/list/abstract-numbering-list-deleted.d.ts +7 -0
- package/lib/common/model/changes/model/list/i-override-list-level-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/list-level-character-property-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/list-level-paragraph-property-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/list-level-property-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/numbering-list-added.d.ts +7 -0
- package/lib/common/model/changes/model/list/numbering-list-deleted.d.ts +7 -0
- package/lib/common/model/changes/model/load-font.d.ts +8 -0
- package/lib/common/model/changes/model/page-color.d.ts +7 -0
- package/lib/common/model/changes/model/section-formatting-changed.d.ts +13 -0
- package/lib/common/model/changes/model/section-merged.d.ts +10 -0
- package/lib/common/model/changes/sub-document/anchor/anchor-info-property-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/anchor/anchored-text-box-properties-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/anchor/anchored-text-box-size-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/anchor/shape-changed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/anchor/shape-property-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/bookmark/created.d.ts +11 -0
- package/lib/common/model/changes/sub-document/bookmark/deleted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/field/deleted.d.ts +8 -0
- package/lib/common/model/changes/sub-document/field/fields-show-code-changed.d.ts +9 -0
- package/lib/common/model/changes/sub-document/field/hyperlink-info-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/field/inserted.d.ts +10 -0
- package/lib/common/model/changes/sub-document/list/paragraph-numbering-list-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/picture/anchored-picture-size-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/picture/anchored-pictureinserted.d.ts +14 -0
- package/lib/common/model/changes/sub-document/picture/inline-object-run-property-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/picture/inline-picture-inserted.d.ts +10 -0
- package/lib/common/model/changes/sub-document/picture/inline-pictures-updated.d.ts +9 -0
- package/lib/common/model/changes/sub-document/picture/load-pictures-info.d.ts +9 -0
- package/lib/common/model/changes/sub-document/properties/character-formatting-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/properties/character-properties-changed.d.ts +10 -0
- package/lib/common/model/changes/sub-document/properties/merged-props-reset.d.ts +9 -0
- package/lib/common/model/changes/sub-document/properties/paragraph-formatting-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/properties/paragraph-properties-changed.d.ts +17 -0
- package/lib/common/model/changes/sub-document/range-permissions-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/style/character-style-applied.d.ts +11 -0
- package/lib/common/model/changes/sub-document/style/paragraph-style-applied.d.ts +11 -0
- package/lib/common/model/changes/sub-document/style/table-style-changed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/tab/deleted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/tab/inserted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/cell-inserted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/cell-merged-horizontally.d.ts +12 -0
- package/lib/common/model/changes/sub-document/table/cell-property-changed.d.ts +14 -0
- package/lib/common/model/changes/sub-document/table/cell-removed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/cell-splitted-horizontally.d.ts +12 -0
- package/lib/common/model/changes/sub-document/table/created.d.ts +9 -0
- package/lib/common/model/changes/sub-document/table/property-changed.d.ts +14 -0
- package/lib/common/model/changes/sub-document/table/removed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/row-inserted.d.ts +10 -0
- package/lib/common/model/changes/sub-document/table/row-property-changed.d.ts +14 -0
- package/lib/common/model/changes/sub-document/table/row-removed.d.ts +10 -0
- package/lib/common/model/changes/sub-document/table/start-position-shifted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/text/anchor-object-removed.d.ts +9 -0
- package/lib/common/model/changes/sub-document/text/anchored-text-box-inserted.d.ts +12 -0
- package/lib/common/model/changes/sub-document/text/interval-removed.d.ts +10 -0
- package/lib/common/model/changes/sub-document/text/paragraph-inserted.d.ts +8 -0
- package/lib/common/model/changes/sub-document/text/paragraph-merged.d.ts +11 -0
- package/lib/common/model/changes/sub-document/text/section-inserted.d.ts +9 -0
- package/lib/common/model/changes/sub-document/text/simple-run-inserted.d.ts +16 -0
- package/lib/common/model/changes/sub-document/text/text-buffer-changed.d.ts +10 -0
- package/lib/common/model/character/character-properties-helper.d.ts +20 -0
- package/lib/common/model/character/character-properties.d.ts +68 -0
- package/lib/common/model/character/character-property-descriptor.d.ts +226 -0
- package/lib/common/model/character/character-style.d.ts +13 -0
- package/lib/common/model/character/composite-font-info.d.ts +16 -0
- package/lib/common/model/character/enums.d.ts +73 -0
- package/lib/common/model/character/history-runs.d.ts +53 -0
- package/lib/common/model/character/lang-info.d.ts +12 -0
- package/lib/common/model/character/layout-character-properties-color-info.d.ts +9 -0
- package/lib/common/model/character/run-iterator.d.ts +24 -0
- package/lib/common/model/chunk.d.ts +15 -0
- package/lib/common/model/color/color-hsl.d.ts +46 -0
- package/lib/common/model/color/color-model-info.d.ts +48 -0
- package/lib/common/model/color/color-model-info.js +176 -0
- package/lib/common/model/color/color-provider.d.ts +16 -0
- package/lib/common/model/color/color.d.ts +19 -0
- package/lib/common/model/color/color.js +62 -0
- package/lib/common/model/color/d-xsystem-colors.d.ts +32 -0
- package/lib/common/model/color/dx-color.d.ts +15 -0
- package/lib/common/model/color/enums.d.ts +48 -0
- package/lib/common/model/color/palette.d.ts +59 -0
- package/lib/common/model/color/sc-rgbcolor.d.ts +18 -0
- package/lib/common/model/comments/comment.d.ts +14 -0
- package/lib/common/model/compat-settings.d.ts +6 -0
- package/lib/common/model/creator/cache.d.ts +12 -0
- package/lib/common/model/creator/creator.d.ts +35 -0
- package/lib/common/model/creator/font-corrector.d.ts +14 -0
- package/lib/common/model/creator/options.d.ts +9 -0
- package/lib/common/model/document-model.d.ts +167 -0
- package/lib/common/model/drawing/backdrop-plane.d.ts +11 -0
- package/lib/common/model/drawing/container-effect.d.ts +11 -0
- package/lib/common/model/drawing/drawing-color-model-info.d.ts +52 -0
- package/lib/common/model/drawing/drawing-color.d.ts +47 -0
- package/lib/common/model/drawing/drawing-effect-collection.d.ts +6 -0
- package/lib/common/model/drawing/drawing-effect-style.d.ts +11 -0
- package/lib/common/model/drawing/drawing-fill.d.ts +11 -0
- package/lib/common/model/drawing/drawing-text-font.d.ts +30 -0
- package/lib/common/model/drawing/drawing-value-constants.d.ts +22 -0
- package/lib/common/model/drawing/enums.d.ts +173 -0
- package/lib/common/model/drawing/interfaces.d.ts +18 -0
- package/lib/common/model/drawing/outline.d.ts +10 -0
- package/lib/common/model/drawing/scene3d-properties-info.d.ts +32 -0
- package/lib/common/model/drawing/scene3d-properties.d.ts +12 -0
- package/lib/common/model/drawing/scene3d-rotation-info.d.ts +12 -0
- package/lib/common/model/drawing/scene3d-vector.d.ts +9 -0
- package/lib/common/model/drawing/shape-bevel3d-properties.d.ts +10 -0
- package/lib/common/model/drawing/shape3d-properties.d.ts +21 -0
- package/lib/common/model/drawing/transform/alpha-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/alpha-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/alpha-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/blue-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/blue-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/blue-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/color-transform-base.d.ts +13 -0
- package/lib/common/model/drawing/transform/color-transform-collection.d.ts +10 -0
- package/lib/common/model/drawing/transform/color-transform-value-base.d.ts +13 -0
- package/lib/common/model/drawing/transform/complement-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/gamma-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/grayscale-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/green-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/green-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/green-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/hue-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/hue-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/hue-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/inverse-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/inverse-gamma-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/luminance-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/luminance-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/luminance-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/red-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/red-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/red-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/saturation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/saturation-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/saturation-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/shade-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/tint-color-transform.d.ts +7 -0
- package/lib/common/model/enums.d.ts +6 -0
- package/lib/common/model/fields/check-box-properties.d.ts +43 -0
- package/lib/common/model/fields/field-context-menu-helper.d.ts +14 -0
- package/lib/common/model/fields/field-request-manager.d.ts +42 -0
- package/lib/common/model/fields/field.d.ts +112 -0
- package/lib/common/model/fields/form-field-properties.d.ts +41 -0
- package/lib/common/model/fields/names.d.ts +15 -0
- package/lib/common/model/fields/parsers/field-code-parser-client-updating-base.d.ts +8 -0
- package/lib/common/model/fields/parsers/field-code-parser-date.d.ts +7 -0
- package/lib/common/model/fields/parsers/field-code-parser-doc-variable.d.ts +14 -0
- package/lib/common/model/fields/parsers/field-code-parser-hyperlink.d.ts +8 -0
- package/lib/common/model/fields/parsers/field-code-parser-merge-field.d.ts +12 -0
- package/lib/common/model/fields/parsers/field-code-parser-num-pages.d.ts +6 -0
- package/lib/common/model/fields/parsers/field-code-parser-page-ref.d.ts +9 -0
- package/lib/common/model/fields/parsers/field-code-parser-page.d.ts +7 -0
- package/lib/common/model/fields/parsers/field-code-parser-seq.d.ts +9 -0
- package/lib/common/model/fields/parsers/field-code-parser-tc.d.ts +9 -0
- package/lib/common/model/fields/parsers/field-code-parser-time.d.ts +6 -0
- package/lib/common/model/fields/parsers/field-code-parser-toc.d.ts +66 -0
- package/lib/common/model/fields/parsers/field-code-parser.d.ts +107 -0
- package/lib/common/model/fields/parsers/fill-in.d.ts +6 -0
- package/lib/common/model/fields/tree-creator.d.ts +40 -0
- package/lib/common/model/fields/update-sequence-info.d.ts +4 -0
- package/lib/common/model/find-replace-helper.d.ts +75 -0
- package/lib/common/model/floating-objects/anchor-info.d.ts +41 -0
- package/lib/common/model/floating-objects/enums.d.ts +78 -0
- package/lib/common/model/floating-objects/sizes.d.ts +56 -0
- package/lib/common/model/floating-objects/sizes.js +142 -0
- package/lib/common/model/floating-objects/text-box-properties.d.ts +18 -0
- package/lib/common/model/fonts/control-font.d.ts +29 -0
- package/lib/common/model/fonts/font-chooser.d.ts +10 -0
- package/lib/common/model/fonts/font-face-descriptors.d.ts +20 -0
- package/lib/common/model/fonts/font-info.d.ts +39 -0
- package/lib/common/model/fonts/fonts-map.d.ts +310 -0
- package/lib/common/model/fonts/google-fonts.d.ts +13 -0
- package/lib/common/model/fonts/grabber.d.ts +33 -0
- package/lib/common/model/fonts/loader.d.ts +12 -0
- package/lib/common/model/fonts/measurer.d.ts +16 -0
- package/lib/common/model/full-chunk-and-run-info.d.ts +32 -0
- package/lib/common/model/history/base/history-item.d.ts +19 -0
- package/lib/common/model/history/base/history.d.ts +33 -0
- package/lib/common/model/history/base/i-history.d.ts +18 -0
- package/lib/common/model/history/base/interval-based-history-item.d.ts +10 -0
- package/lib/common/model/history/base/position-based-history-item.d.ts +9 -0
- package/lib/common/model/history/items/apply-field-hyperlink-style-history-item.d.ts +10 -0
- package/lib/common/model/history/items/apply-style-history-items.d.ts +33 -0
- package/lib/common/model/history/items/bookmark-history-items.d.ts +17 -0
- package/lib/common/model/history/items/change-field-hyperlink-info-history-item.d.ts +13 -0
- package/lib/common/model/history/items/change-rectangular-object-history-item.d.ts +20 -0
- package/lib/common/model/history/items/character-properties-history-items.d.ts +101 -0
- package/lib/common/model/history/items/create-style-link-history-item.d.ts +11 -0
- package/lib/common/model/history/items/document-properties-history-items.d.ts +23 -0
- package/lib/common/model/history/items/document-protection-history-item.d.ts +10 -0
- package/lib/common/model/history/items/field-insert-history-item.d.ts +15 -0
- package/lib/common/model/history/items/floating-objects/anchor-info-property-history-item.d.ts +15 -0
- package/lib/common/model/history/items/floating-objects/change-anchored-picture-size-history-item.d.ts +13 -0
- package/lib/common/model/history/items/floating-objects/change-anchored-text-box-size-history-item.d.ts +13 -0
- package/lib/common/model/history/items/floating-objects/change-image-property-history-item.d.ts +14 -0
- package/lib/common/model/history/items/floating-objects/change-text-box-properties-history-item.d.ts +13 -0
- package/lib/common/model/history/items/floating-objects/insert-anchored-picture-history-item.d.ts +22 -0
- package/lib/common/model/history/items/floating-objects/shape-property-history-item.d.ts +23 -0
- package/lib/common/model/history/items/header-footer-history-items.d.ts +22 -0
- package/lib/common/model/history/items/insert-inline-picture-history-item.d.ts +14 -0
- package/lib/common/model/history/items/insert-paragraph-history-item.d.ts +9 -0
- package/lib/common/model/history/items/insert-section-history-item.d.ts +15 -0
- package/lib/common/model/history/items/insert-sub-document-history-item.d.ts +17 -0
- package/lib/common/model/history/items/insert-text-history-item.d.ts +10 -0
- package/lib/common/model/history/items/list-level-character-properties-history-items.d.ts +72 -0
- package/lib/common/model/history/items/list-level-paragraph-properties-history-items.d.ts +76 -0
- package/lib/common/model/history/items/list-level-properties-history-items.d.ts +59 -0
- package/lib/common/model/history/items/non-visual-drawing-object-info.d.ts +15 -0
- package/lib/common/model/history/items/numbering-list-history-items.d.ts +58 -0
- package/lib/common/model/history/items/paragraph-properties-history-items.d.ts +122 -0
- package/lib/common/model/history/items/range-permission-history-item.d.ts +17 -0
- package/lib/common/model/history/items/remove-hyperlink-history-item.d.ts +22 -0
- package/lib/common/model/history/items/remove-interval-history-item.d.ts +11 -0
- package/lib/common/model/history/items/section-properties-history-items.d.ts +66 -0
- package/lib/common/model/history/items/switch-text-box-sub-documents-state-history-item.d.ts +13 -0
- package/lib/common/model/history/items/tables/change-table-cell-history-items.d.ts +25 -0
- package/lib/common/model/history/items/tables/create-table-history-item.d.ts +22 -0
- package/lib/common/model/history/items/tables/insert-table-row-history-item.d.ts +13 -0
- package/lib/common/model/history/items/tables/remove-table-cell-history-item.d.ts +14 -0
- package/lib/common/model/history/items/tables/remove-table-history-item.d.ts +9 -0
- package/lib/common/model/history/items/tables/remove-table-row-history-item.d.ts +13 -0
- package/lib/common/model/history/items/tables/split-table-cell-history-item.d.ts +19 -0
- package/lib/common/model/history/items/tables/table-cell-properties-history-items.d.ts +73 -0
- package/lib/common/model/history/items/tables/table-properties-history-items.d.ts +73 -0
- package/lib/common/model/history/items/tables/table-row-properties-history-items.d.ts +61 -0
- package/lib/common/model/history/items/text-run-change-case-history-item.d.ts +31 -0
- package/lib/common/model/history/selection/history-item-direction.d.ts +5 -0
- package/lib/common/model/history/selection/scroll-history-item.d.ts +14 -0
- package/lib/common/model/history/selection/scroll-history-item.js +23 -0
- package/lib/common/model/history/selection/selection-history-item.d.ts +14 -0
- package/lib/common/model/history/selection/selection-history-item.js +23 -0
- package/lib/common/model/history/states/history-item-state-object.d.ts +157 -0
- package/lib/common/model/history/states/history-item-state.d.ts +13 -0
- package/lib/common/model/interfaces.d.ts +27 -0
- package/lib/common/model/json/command-request.d.ts +64 -0
- package/lib/common/model/json/command-type.d.ts +91 -0
- package/lib/common/model/json/enums/json-character-enums.d.ts +74 -0
- package/lib/common/model/json/enums/json-control-enums.d.ts +69 -0
- package/lib/common/model/json/enums/json-document-enums.d.ts +51 -0
- package/lib/common/model/json/enums/json-field-enums.d.ts +39 -0
- package/lib/common/model/json/enums/json-floating-enums.d.ts +94 -0
- package/lib/common/model/json/enums/json-floating-enums.js +107 -0
- package/lib/common/model/json/enums/json-general-enums.d.ts +77 -0
- package/lib/common/model/json/enums/json-list-enums.d.ts +55 -0
- package/lib/common/model/json/enums/json-paragraph-enums.d.ts +61 -0
- package/lib/common/model/json/enums/json-run-enums.d.ts +40 -0
- package/lib/common/model/json/enums/json-section-enums.d.ts +39 -0
- package/lib/common/model/json/enums/json-style-enums.d.ts +49 -0
- package/lib/common/model/json/enums/json-sub-document-enums.d.ts +55 -0
- package/lib/common/model/json/enums/json-top-level-enums.d.ts +80 -0
- package/lib/common/model/json/enums/table/json-table-cell-enums.d.ts +47 -0
- package/lib/common/model/json/enums/table/json-table-enums.d.ts +59 -0
- package/lib/common/model/json/enums/table/json-table-row-enums.d.ts +47 -0
- package/lib/common/model/json/enums/table/json-table-structures-enums.d.ts +38 -0
- package/lib/common/model/json/exporters/json-control-options-converter.d.ts +5 -0
- package/lib/common/model/json/exporters/json-exporter.d.ts +11 -0
- package/lib/common/model/json/exporters/json-numbering-list-exporter.d.ts +6 -0
- package/lib/common/model/json/exporters/json-sub-document-exporter.d.ts +9 -0
- package/lib/common/model/json/exporters/json-table-exporter.d.ts +6 -0
- package/lib/common/model/json/importers/image-cache-info-converter.d.ts +7 -0
- package/lib/common/model/json/importers/image-cache-info-converter.js +35 -0
- package/lib/common/model/json/importers/json-border-info-converter.d.ts +6 -0
- package/lib/common/model/json/importers/json-color-model-info-converter.d.ts +5 -0
- package/lib/common/model/json/importers/json-drawing-color-converter.d.ts +16 -0
- package/lib/common/model/json/importers/json-font-info-converter.d.ts +5 -0
- package/lib/common/model/json/importers/json-importer.d.ts +24 -0
- package/lib/common/model/json/importers/json-masked-character-properties-converter.d.ts +14 -0
- package/lib/common/model/json/importers/json-masked-paragraph-properties-converter.d.ts +7 -0
- package/lib/common/model/json/importers/json-shading-info-converter.d.ts +6 -0
- package/lib/common/model/json/importers/json-shape-converter.d.ts +5 -0
- package/lib/common/model/json/importers/json-styles-exporter.d.ts +17 -0
- package/lib/common/model/json/importers/json-tab-converter.d.ts +7 -0
- package/lib/common/model/json/importers/numbering-list/json-list-level-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/numbering-list/json-numbering-list-importer.d.ts +10 -0
- package/lib/common/model/json/importers/section/json-columns-section-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/section/json-section-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/server-model-inserter.d.ts +7 -0
- package/lib/common/model/json/importers/sub-document/json-anchor-info-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/json-non-visual-properties.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/json-sub-document-importer.d.ts +11 -0
- package/lib/common/model/json/importers/sub-document/json-text-box-content-margins-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/json-text-box-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/run-importers.d.ts +36 -0
- package/lib/common/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.d.ts +6 -0
- package/lib/common/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.d.ts +5 -0
- package/lib/common/model/json/importers/table/json-table-borders-converter.d.ts +6 -0
- package/lib/common/model/json/importers/table/json-table-borders-converter.js +25 -0
- package/lib/common/model/json/importers/table/json-table-cell-borders-converter.d.ts +6 -0
- package/lib/common/model/json/importers/table/json-table-cell-borders-converter.js +25 -0
- package/lib/common/model/json/importers/table/json-table-cell-margins-converter.d.ts +5 -0
- package/lib/common/model/json/importers/table/json-table-cell-properties-converter.d.ts +7 -0
- package/lib/common/model/json/importers/table/json-table-conditional-style-converter.d.ts +11 -0
- package/lib/common/model/json/importers/table/json-table-importer.d.ts +7 -0
- package/lib/common/model/json/importers/table/json-table-properties-converter.d.ts +7 -0
- package/lib/common/model/json/importers/table/json-table-row-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/table/json-table-unit-converter.d.ts +9 -0
- package/lib/common/model/json/web-caches-exporter.d.ts +13 -0
- package/lib/common/model/manipulators/base-manipulator.d.ts +9 -0
- package/lib/common/model/manipulators/bookmarks-manipulator.d.ts +14 -0
- package/lib/common/model/manipulators/character-properties-manipulator.d.ts +41 -0
- package/lib/common/model/manipulators/doc-merger/merger.d.ts +10 -0
- package/lib/common/model/manipulators/document/sub-document-inserter.d.ts +77 -0
- package/lib/common/model/manipulators/document-properties-manipulator.d.ts +7 -0
- package/lib/common/model/manipulators/document-protection-properties-manipulator.d.ts +12 -0
- package/lib/common/model/manipulators/fields-manipulator.d.ts +33 -0
- package/lib/common/model/manipulators/floating-objects/anchor-info-manipulator.d.ts +27 -0
- package/lib/common/model/manipulators/floating-objects/anchor-info-property-manipulator.d.ts +17 -0
- package/lib/common/model/manipulators/floating-objects/comparers.d.ts +6 -0
- package/lib/common/model/manipulators/floating-objects/floating-objects-manipulator.d.ts +18 -0
- package/lib/common/model/manipulators/floating-objects/image-manipulator.d.ts +13 -0
- package/lib/common/model/manipulators/floating-objects/shape-manipulator.d.ts +26 -0
- package/lib/common/model/manipulators/floating-objects/size-manipulator.d.ts +19 -0
- package/lib/common/model/manipulators/floating-objects/text-box-properties-manipulator.d.ts +10 -0
- package/lib/common/model/manipulators/floating-objects/z-order-manipulator.d.ts +20 -0
- package/lib/common/model/manipulators/font-manipulator.d.ts +12 -0
- package/lib/common/model/manipulators/header-footer-manipulator.d.ts +27 -0
- package/lib/common/model/manipulators/i-properties-manipulator.d.ts +57 -0
- package/lib/common/model/manipulators/inline-object-manipulator.d.ts +23 -0
- package/lib/common/model/manipulators/model-manipulator.d.ts +74 -0
- package/lib/common/model/manipulators/model-manipulator.js +84 -0
- package/lib/common/model/manipulators/numbering-lists/list-level-character-properties-manipulator.d.ts +28 -0
- package/lib/common/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.d.ts +27 -0
- package/lib/common/model/manipulators/numbering-lists/list-level-properties-manipulator.d.ts +21 -0
- package/lib/common/model/manipulators/numbering-lists/numbering-list-manipulator.d.ts +26 -0
- package/lib/common/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.d.ts +15 -0
- package/lib/common/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.js +56 -0
- package/lib/common/model/manipulators/paragraph-manipulator/paragraph-manipulator.d.ts +12 -0
- package/lib/common/model/manipulators/paragraph-properties-manipulator.d.ts +34 -0
- package/lib/common/model/manipulators/picture-manipulator/insert-picture-manipulator-params.d.ts +30 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/client-picture-loader.d.ts +7 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/image-loading-options.d.ts +11 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/picture-loader.d.ts +54 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/server-picture-loader.d.ts +8 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/updated-image-info.d.ts +8 -0
- package/lib/common/model/manipulators/picture-manipulator/non-visual-drawing-object-info.d.ts +8 -0
- package/lib/common/model/manipulators/picture-manipulator/picture-manipulator.d.ts +56 -0
- package/lib/common/model/manipulators/picture-manipulator/picture-manipulator.js +188 -0
- package/lib/common/model/manipulators/range/create-range-copy-operation.d.ts +63 -0
- package/lib/common/model/manipulators/range/create-range-copy-operation.js +459 -0
- package/lib/common/model/manipulators/range/range-manipulator.d.ts +14 -0
- package/lib/common/model/manipulators/range/remove-interval-operation.d.ts +73 -0
- package/lib/common/model/manipulators/range/restore-removed-interval-operation.d.ts +12 -0
- package/lib/common/model/manipulators/range-permission-manipulator.d.ts +7 -0
- package/lib/common/model/manipulators/runs-base-manipulator.d.ts +10 -0
- package/lib/common/model/manipulators/section-manipulator.d.ts +9 -0
- package/lib/common/model/manipulators/section-properties-manipulator.d.ts +25 -0
- package/lib/common/model/manipulators/styles-manipulator.d.ts +22 -0
- package/lib/common/model/manipulators/sub-document-manipulator.d.ts +11 -0
- package/lib/common/model/manipulators/tables/insert-table-cell-operation.d.ts +27 -0
- package/lib/common/model/manipulators/tables/insert-table-cell-operation.js +63 -0
- package/lib/common/model/manipulators/tables/insert-table-row-operation.d.ts +39 -0
- package/lib/common/model/manipulators/tables/merge-table-cells-operation.d.ts +39 -0
- package/lib/common/model/manipulators/tables/merge-table-cells-operation.js +150 -0
- package/lib/common/model/manipulators/tables/table-cell-properties-manipulator.d.ts +20 -0
- package/lib/common/model/manipulators/tables/table-cell-properties-manipulator.js +160 -0
- package/lib/common/model/manipulators/tables/table-normalizator.d.ts +23 -0
- package/lib/common/model/manipulators/tables/table-properties-manipulator.d.ts +22 -0
- package/lib/common/model/manipulators/tables/table-properties-manipulator.js +128 -0
- package/lib/common/model/manipulators/tables/table-row-properties-manipulator.d.ts +17 -0
- package/lib/common/model/manipulators/tables/tables-manipulator.d.ts +81 -0
- package/lib/common/model/manipulators/tables/tables-manipulator.js +797 -0
- package/lib/common/model/manipulators/tabs-manipulator.d.ts +14 -0
- package/lib/common/model/manipulators/text-box-manipulator.d.ts +22 -0
- package/lib/common/model/manipulators/text-case-manipulator.d.ts +15 -0
- package/lib/common/model/manipulators/text-manipulator/chunk-size-corrector.d.ts +20 -0
- package/lib/common/model/manipulators/text-manipulator/insert-text-manipulator-params.d.ts +13 -0
- package/lib/common/model/manipulators/text-manipulator/text-manipulator.d.ts +32 -0
- package/lib/common/model/manipulators/utils/manipulator-params-base.d.ts +23 -0
- package/lib/common/model/model-checks/check-all.d.ts +34 -0
- package/lib/common/model/model-checks/comparer.d.ts +40 -0
- package/lib/common/model/model-checks/comparer.js +261 -0
- package/lib/common/model/model-checks/position.d.ts +18 -0
- package/lib/common/model/model-iterator.d.ts +19 -0
- package/lib/common/model/number-converters/alphabet-based-number-converter.d.ts +6 -0
- package/lib/common/model/number-converters/bullet-number-converter.d.ts +5 -0
- package/lib/common/model/number-converters/decimal-enclosed-parentheses-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/decimal-number-converter.d.ts +5 -0
- package/lib/common/model/number-converters/decimal-zero-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/descriptive-number-converter.d.ts +98 -0
- package/lib/common/model/number-converters/hex-number-converter.d.ts +5 -0
- package/lib/common/model/number-converters/latin-letter-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/number-converter-creator.d.ts +8 -0
- package/lib/common/model/number-converters/number-in-dash-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/numerics-provider.d.ts +21 -0
- package/lib/common/model/number-converters/ordinal-based-number-converter.d.ts +65 -0
- package/lib/common/model/number-converters/roman-number-converter.d.ts +12 -0
- package/lib/common/model/numbering-lists/list-level-properties.d.ts +91 -0
- package/lib/common/model/numbering-lists/list-level.d.ts +83 -0
- package/lib/common/model/numbering-lists/numbering-helper.d.ts +14 -0
- package/lib/common/model/numbering-lists/numbering-list-counters-calculator.d.ts +19 -0
- package/lib/common/model/numbering-lists/numbering-list-id-provider.d.ts +20 -0
- package/lib/common/model/numbering-lists/numbering-list-index-calculator.d.ts +15 -0
- package/lib/common/model/numbering-lists/numbering-list-style.d.ts +6 -0
- package/lib/common/model/numbering-lists/numbering-list.d.ts +47 -0
- package/lib/common/model/numbering-lists/piece-table-numbering-list-counters-manager.d.ts +13 -0
- package/lib/common/model/options/auto-correct.d.ts +17 -0
- package/lib/common/model/options/bookmarks.d.ts +18 -0
- package/lib/common/model/options/control.d.ts +51 -0
- package/lib/common/model/options/document-protection.d.ts +32 -0
- package/lib/common/model/options/fields.d.ts +14 -0
- package/lib/common/model/options/fields.js +41 -0
- package/lib/common/model/options/fonts.d.ts +54 -0
- package/lib/common/model/options/mail-merge.d.ts +10 -0
- package/lib/common/model/options/pdf.d.ts +18 -0
- package/lib/common/model/options/printing.d.ts +11 -0
- package/lib/common/model/options/protection.d.ts +13 -0
- package/lib/common/model/options/rich-options.d.ts +31 -0
- package/lib/common/model/options/search.d.ts +6 -0
- package/lib/common/model/options/spell-checker.d.ts +18 -0
- package/lib/common/model/paragraph/paragraph-properties-helper.d.ts +19 -0
- package/lib/common/model/paragraph/paragraph-properties.d.ts +140 -0
- package/lib/common/model/paragraph/paragraph-property-descriptors.d.ts +261 -0
- package/lib/common/model/paragraph/paragraph-style.d.ts +53 -0
- package/lib/common/model/paragraph/paragraph.d.ts +64 -0
- package/lib/common/model/position/linked-interval.d.ts +19 -0
- package/lib/common/model/position/position-manager.d.ts +19 -0
- package/lib/common/model/position/position.d.ts +8 -0
- package/lib/common/model/properties-merger/character-properties-merger.d.ts +16 -0
- package/lib/common/model/properties-merger/paragraph-properties-merger.d.ts +16 -0
- package/lib/common/model/properties-merger/properties-merger-base.d.ts +19 -0
- package/lib/common/model/protection/hash-algorithm.d.ts +3 -0
- package/lib/common/model/protection/md5.d.ts +12 -0
- package/lib/common/model/protection/password-hash-code-calculator.d.ts +27 -0
- package/lib/common/model/protection/password-hash-code-calculator.js +228 -0
- package/lib/common/model/protection/ripemd160.d.ts +19 -0
- package/lib/common/model/protection/sha1.d.ts +7 -0
- package/lib/common/model/protection/sha256.d.ts +8 -0
- package/lib/common/model/protection/sha384.d.ts +7 -0
- package/lib/common/model/protection/sha512.d.ts +14 -0
- package/lib/common/model/range-permissions.d.ts +39 -0
- package/lib/common/model/rich-utils.d.ts +29 -0
- package/lib/common/model/runs/anchored-picture-run.d.ts +17 -0
- package/lib/common/model/runs/anchored-text-box-run.d.ts +21 -0
- package/lib/common/model/runs/inline-picture-run.d.ts +18 -0
- package/lib/common/model/runs/inline-text-box-run.d.ts +18 -0
- package/lib/common/model/runs/run-base.d.ts +69 -0
- package/lib/common/model/runs/run-type.d.ts +18 -0
- package/lib/common/model/runs/simple-runs.d.ts +56 -0
- package/lib/common/model/runs/text-run.d.ts +17 -0
- package/lib/common/model/section/enums.d.ts +17 -0
- package/lib/common/model/section/header-footer.d.ts +31 -0
- package/lib/common/model/section/line-numbering-properties.d.ts +19 -0
- package/lib/common/model/section/paper-kind.d.ts +127 -0
- package/lib/common/model/section/section-column-properties.d.ts +11 -0
- package/lib/common/model/section/section-properties.d.ts +40 -0
- package/lib/common/model/section/section-property-descriptor.d.ts +165 -0
- package/lib/common/model/section/section.d.ts +22 -0
- package/lib/common/model/sentence-model-builder.d.ts +54 -0
- package/lib/common/model/shadings/shading-info.d.ts +24 -0
- package/lib/common/model/shadings/shading-pattern-helper.d.ts +12 -0
- package/lib/common/model/shadings/shading-pattern.d.ts +56 -0
- package/lib/common/model/shapes/shape.d.ts +11 -0
- package/lib/common/model/simple-sentence-model-builder.d.ts +25 -0
- package/lib/common/model/special-characters.d.ts +51 -0
- package/lib/common/model/style-base.d.ts +16 -0
- package/lib/common/model/styles-manager.d.ts +77 -0
- package/lib/common/model/sub-document-collection.d.ts +13 -0
- package/lib/common/model/sub-document-infos.d.ts +51 -0
- package/lib/common/model/sub-document.d.ts +123 -0
- package/lib/common/model/tables/grid/grid-maker.d.ts +5 -0
- package/lib/common/model/tables/grid/table-cell-grid-info.d.ts +21 -0
- package/lib/common/model/tables/main-structures/table-cell.d.ts +41 -0
- package/lib/common/model/tables/main-structures/table-cell.js +90 -0
- package/lib/common/model/tables/main-structures/table-row.d.ts +32 -0
- package/lib/common/model/tables/main-structures/table-row.js +63 -0
- package/lib/common/model/tables/main-structures/table.d.ts +86 -0
- package/lib/common/model/tables/main-structures/table.js +305 -0
- package/lib/common/model/tables/properties/table-cell-descriptors.d.ts +85 -0
- package/lib/common/model/tables/properties/table-cell-descriptors.js +177 -0
- package/lib/common/model/tables/properties/table-cell-properties.d.ts +72 -0
- package/lib/common/model/tables/properties/table-descriptors.d.ts +95 -0
- package/lib/common/model/tables/properties/table-descriptors.js +199 -0
- package/lib/common/model/tables/properties/table-properties.d.ts +93 -0
- package/lib/common/model/tables/properties/table-row-descriptors.d.ts +33 -0
- package/lib/common/model/tables/properties/table-row-properties.d.ts +39 -0
- package/lib/common/model/tables/properties/table-row-property-descriptor.d.ts +11 -0
- package/lib/common/model/tables/properties-mergers/table-cell-properties-merger.d.ts +98 -0
- package/lib/common/model/tables/properties-mergers/table-cell-properties-merger.js +206 -0
- package/lib/common/model/tables/properties-mergers/table-properties-merger-base.d.ts +23 -0
- package/lib/common/model/tables/properties-mergers/table-properties-merger.d.ts +93 -0
- package/lib/common/model/tables/properties-mergers/table-properties-merger.js +198 -0
- package/lib/common/model/tables/properties-mergers/table-row-properties-merger.d.ts +40 -0
- package/lib/common/model/tables/properties-mergers/table-style-character-properties-merger.d.ts +87 -0
- package/lib/common/model/tables/properties-mergers/table-style-paragraph-properties-merger.d.ts +121 -0
- package/lib/common/model/tables/secondary-structures/table-base-structures.d.ts +98 -0
- package/lib/common/model/tables/secondary-structures/table-border-calculator.d.ts +12 -0
- package/lib/common/model/tables/secondary-structures/table-units.d.ts +36 -0
- package/lib/common/model/tables/styles/table-cell-style.d.ts +11 -0
- package/lib/common/model/tables/styles/table-conditional-style.d.ts +16 -0
- package/lib/common/model/tables/styles/table-style.d.ts +12 -0
- package/lib/common/model/tables/table-utils.d.ts +35 -0
- package/lib/common/model/tables/table-utils.js +293 -0
- package/lib/common/model/themes/culture-info.d.ts +4 -0
- package/lib/common/model/themes/enums.d.ts +64 -0
- package/lib/common/model/themes/office-theme-base.d.ts +14 -0
- package/lib/common/model/themes/theme-drawing-color-collection.d.ts +41 -0
- package/lib/common/model/themes/theme-font-scheme-part.d.ts +16 -0
- package/lib/common/model/themes/theme-font-scheme.d.ts +13 -0
- package/lib/common/model/themes/theme-format-scheme.d.ts +22 -0
- package/lib/common/model/web-settings.d.ts +9 -0
- package/lib/common/model-manager.d.ts +26 -0
- package/lib/common/model-request-handler.d.ts +4 -0
- package/lib/common/mouse-handler/base/manipulator-handler-base.d.ts +17 -0
- package/lib/common/mouse-handler/base/manipulator-handler-base.js +35 -0
- package/lib/common/mouse-handler/base/manipulator-handler-state-base.d.ts +9 -0
- package/lib/common/mouse-handler/drag-floating-objects-helper.d.ts +20 -0
- package/lib/common/mouse-handler/drag-floating-objects-helper.js +51 -0
- package/lib/common/mouse-handler/mouse-event-source.d.ts +11 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.d.ts +15 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.d.ts +15 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-default-state.d.ts +40 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-default-state.js +450 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.d.ts +19 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-content-states.d.ts +28 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-content-states.js +84 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.d.ts +11 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.d.ts +18 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-resize-box-state.d.ts +12 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.d.ts +9 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-state-base.d.ts +11 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-text-selection-states.d.ts +62 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-text-selection-states.js +317 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler.d.ts +35 -0
- package/lib/common/mouse-handler/resize-box-helper.d.ts +26 -0
- package/lib/common/mouse-handler/resize-box-helper.js +105 -0
- package/lib/common/mouse-handler/resize-table-helper.d.ts +53 -0
- package/lib/common/mouse-handler/resize-table-helper.js +148 -0
- package/lib/common/mouse-handler/rotate-box-helper.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-default-state.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-default-state.js +129 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-drag-content-states.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-drag-content-states.js +42 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.d.ts +9 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-popup-menu-state.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-popup-menu-state.js +67 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-resize-box-state.d.ts +10 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-rotate-box-state.d.ts +9 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-selection-states.d.ts +41 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-selection-states.js +178 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-state-base.d.ts +26 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-state-base.js +79 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-waiting-states.d.ts +28 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-waiting-states.js +117 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler.d.ts +13 -0
- package/lib/common/popup-menu-manager.d.ts +21 -0
- package/lib/common/popup-menu-manager.js +65 -0
- package/lib/common/processor.d.ts +12 -0
- package/lib/common/rich-edit-core.d.ts +133 -0
- package/lib/common/rich-edit-core.js +417 -0
- package/lib/common/rich-utils/attribute-utils.d.ts +4 -0
- package/lib/common/rich-utils/attribute-utils.js +13 -0
- package/lib/common/rich-utils/common-interfaces.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/array.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.d.ts +58 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.js +163 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.d.ts +7 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.d.ts +71 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/json.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/json.js +38 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.js +25 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.js +38 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.js +80 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.js +26 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.js +25 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.js +32 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.js +42 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.js +30 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.js +22 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.js +23 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.js +33 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.js +76 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.js +34 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.js +42 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.d.ts +8 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.js +16 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.js +31 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.d.ts +15 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.js +122 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.js +35 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.js +56 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.js +47 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.d.ts +8 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.js +17 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.js +31 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.js +57 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.js +44 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.js +49 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.d.ts +8 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.js +20 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.js +43 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.d.ts +19 -0
- package/lib/common/rich-utils/debug/debug-table.d.ts +11 -0
- package/lib/common/rich-utils/debug/logger/base-logger/i-logger.d.ts +6 -0
- package/lib/common/rich-utils/debug/logger/base-logger/i-params-holder.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-list-helper.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-obj-to-str.d.ts +53 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-obj-to-str.js +285 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-source-params-func-handler.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-source-params.d.ts +11 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-source.d.ts +22 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log.d.ts +2 -0
- package/lib/common/rich-utils/debug/logger/base-logger/logger.d.ts +27 -0
- package/lib/common/rich-utils/debug/logger/base-logger/model-params-holder.d.ts +7 -0
- package/lib/common/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.js +20 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.js +10 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/layout-params-holder.d.ts +9 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/layout-params-holder.js +39 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.d.ts +29 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.d.ts +9 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.d.ts +14 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.d.ts +5 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.d.ts +11 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.d.ts +8 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.d.ts +9 -0
- package/lib/common/rich-utils/debug/model-checks.d.ts +5 -0
- package/lib/common/rich-utils/debug/runtime-template-model-creator.d.ts +82 -0
- package/lib/common/rich-utils/debug/runtime-template-model-creator.js +609 -0
- package/lib/common/rich-utils/debug/runtime-test-helper.d.ts +49 -0
- package/lib/common/rich-utils/debug/runtime-test-helper.js +342 -0
- package/lib/common/rich-utils/display-numbering-string-formatter.d.ts +3 -0
- package/lib/common/rich-utils/html-converter.d.ts +9 -0
- package/lib/common/rich-utils/html-utils.d.ts +2 -0
- package/lib/common/rich-utils/html-utils.js +10 -0
- package/lib/common/rich-utils/inner-client-properties.d.ts +7 -0
- package/lib/common/rich-utils/layout/rich-layout-utils.d.ts +9 -0
- package/lib/common/rich-utils/layout/rich-layout-utils.js +38 -0
- package/lib/common/rich-utils/properties-bundle.d.ts +27 -0
- package/lib/common/rich-utils/table-utils-ex.d.ts +6 -0
- package/lib/common/scroll/canvas-states.d.ts +13 -0
- package/lib/common/scroll/model-scroll-manager.d.ts +13 -0
- package/lib/common/scroll/model-scroll-manager.js +18 -0
- package/lib/common/scroll/model-states.d.ts +64 -0
- package/lib/common/scroll/model-states.js +84 -0
- package/lib/common/scroll/scroll-formatter.d.ts +19 -0
- package/lib/common/scroll/scroll-formatter.js +39 -0
- package/lib/common/selection/i-active-sub-document-holder.d.ts +4 -0
- package/lib/common/selection/i-selection-changes-listener.d.ts +14 -0
- package/lib/common/selection/input-position-base.d.ts +67 -0
- package/lib/common/selection/input-position-model-changes-listener.d.ts +25 -0
- package/lib/common/selection/input-position-model-changes-listener.js +138 -0
- package/lib/common/selection/input-position.d.ts +14 -0
- package/lib/common/selection/input-position.js +42 -0
- package/lib/common/selection/selected-cells-engine.d.ts +66 -0
- package/lib/common/selection/selected-special-run-info.d.ts +27 -0
- package/lib/common/selection/selection-base.d.ts +6 -0
- package/lib/common/selection/selection-intervals-info.d.ts +32 -0
- package/lib/common/selection/selection-model-changes-listener.d.ts +12 -0
- package/lib/common/selection/selection-model-changes-listener.js +49 -0
- package/lib/common/selection/selection-state.d.ts +38 -0
- package/lib/common/selection/selection-state.js +109 -0
- package/lib/common/selection/selection.d.ts +79 -0
- package/lib/common/selection/selection.js +223 -0
- package/lib/common/selection/set-selection-params.d.ts +23 -0
- package/lib/common/spelling/helpers.d.ts +7 -0
- package/lib/common/spelling/intervals-collections.d.ts +35 -0
- package/lib/common/spelling/intervals-manager.d.ts +32 -0
- package/lib/common/spelling/intervals.d.ts +27 -0
- package/lib/common/spelling/listeners.d.ts +16 -0
- package/lib/common/spelling/spell-checker-selection-changes-listener.d.ts +12 -0
- package/lib/common/spelling/spell-checker-selection-changes-listener.js +31 -0
- package/lib/common/spelling/spell-checker.d.ts +47 -0
- package/lib/common/string-resources.d.ts +33 -0
- package/lib/common/ui/quick-search-panel.d.ts +46 -0
- package/lib/common/ui/ruler/controls/base.d.ts +19 -0
- package/lib/common/ui/ruler/controls/column.d.ts +53 -0
- package/lib/common/ui/ruler/controls/divisions.d.ts +34 -0
- package/lib/common/ui/ruler/controls/divisions.js +112 -0
- package/lib/common/ui/ruler/controls/indent/base.d.ts +21 -0
- package/lib/common/ui/ruler/controls/indent/first-line.d.ts +17 -0
- package/lib/common/ui/ruler/controls/indent/left.d.ts +21 -0
- package/lib/common/ui/ruler/controls/indent/right.d.ts +18 -0
- package/lib/common/ui/ruler/controls/margin/base.d.ts +24 -0
- package/lib/common/ui/ruler/controls/margin/left.d.ts +15 -0
- package/lib/common/ui/ruler/controls/margin/right.d.ts +14 -0
- package/lib/common/ui/ruler/controls/owner.d.ts +31 -0
- package/lib/common/ui/ruler/controls/ruler.d.ts +19 -0
- package/lib/common/ui/ruler/controls/shadow.d.ts +5 -0
- package/lib/common/ui/ruler/controls/tab/tab-type.d.ts +18 -0
- package/lib/common/ui/ruler/controls/tab/tab-type.js +67 -0
- package/lib/common/ui/ruler/controls/tab/tab.d.ts +58 -0
- package/lib/common/ui/ruler/controls/tab/tab.js +258 -0
- package/lib/common/ui/ruler/controls/tab/utils.d.ts +7 -0
- package/lib/common/ui/ruler/controls/tab/utils.js +47 -0
- package/lib/common/ui/ruler/controls/table.d.ts +42 -0
- package/lib/common/ui/ruler/controls/template-manager.d.ts +11 -0
- package/lib/common/ui/ruler/controls/vertical-line.d.ts +24 -0
- package/lib/common/ui/ruler/controls/wrapper.d.ts +7 -0
- package/lib/common/ui/ruler/events/mouse.d.ts +28 -0
- package/lib/common/ui/ruler/events/scroll.d.ts +11 -0
- package/lib/common/ui/ruler/manager.d.ts +48 -0
- package/lib/common/ui/ruler/manager.js +129 -0
- package/lib/common/ui/ruler/model-data.d.ts +21 -0
- package/lib/common/ui/ruler/mouse-handler.d.ts +28 -0
- package/lib/common/ui/ruler/ruler.d.ts +56 -0
- package/lib/common/ui/ruler/ruler.js +206 -0
- package/lib/common/ui/ruler/settings.d.ts +56 -0
- package/lib/common/ui/search-manager.d.ts +27 -0
- package/lib/common/ui/search-manager.js +76 -0
- package/lib/common/utils/bookmark-finder.d.ts +3 -0
- package/lib/common/utils/direction-adaptor/i-direction-adaptor.d.ts +16 -0
- package/lib/common/utils/direction-adaptor/i-direction-adaptor.js +1 -0
- package/lib/common/utils/direction-adaptor/x-direction-adaptor.d.ts +28 -0
- package/lib/common/utils/direction-adaptor/y-direction-adaptor.d.ts +28 -0
- package/lib/common/utils/event-dispatcher.d.ts +10 -0
- package/lib/common/utils/get-layout-point.d.ts +8 -0
- package/lib/common/utils/get-layout-point.js +24 -0
- package/lib/common/utils/hexadecimal-converter.d.ts +3 -0
- package/lib/common/utils/map-creator.d.ts +8 -0
- package/lib/common/utils/min-max.d.ts +2 -0
- package/lib/common/utils/number-converter.d.ts +6 -0
- package/lib/common/utils/relative-rect.d.ts +4 -0
- package/lib/common/utils/size-utils.d.ts +4 -0
- package/lib/common/utils/size-utils.js +12 -0
- package/lib/common/utils/sub-document-changes-storer.d.ts +9 -0
- package/lib/common/utils/unit-converter.d.ts +21 -0
- package/lib/common/utils/utils.d.ts +13 -0
- package/lib/common/utils/web-utils/base.d.ts +4 -0
- package/lib/common/view-settings/views-settings.d.ts +32 -0
- package/lib/common/word-bounds-engine/layout-word-bounds-group-separator.d.ts +18 -0
- package/lib/common/word-bounds-engine/layout-word-bounds.d.ts +41 -0
- package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.d.ts +24 -0
- package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.d.ts +11 -0
- package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-start-bounds-iterator.d.ts +11 -0
- package/package.json +3 -3
- package/lib/api-utils/api-utils/parameter-checker.d.ts +0 -24
- package/lib/base/auto-correct/auto-correct-providers.d.ts +0 -61
- package/lib/base/auto-correct/auto-correct-providers.js +0 -273
- package/lib/base/auto-correct/auto-correct-service.d.ts +0 -11
- package/lib/base/bars/base.d.ts +0 -25
- package/lib/base/bars/base.js +0 -76
- package/lib/base/bars/context-menu.d.ts +0 -21
- package/lib/base/bars/context-menu.js +0 -134
- package/lib/base/bars/interfaces.d.ts +0 -36
- package/lib/base/bars/ribbon.d.ts +0 -26
- package/lib/base/bars/ribbon.js +0 -158
- package/lib/base/canvas/canvas-manager.d.ts +0 -74
- package/lib/base/canvas/canvas-manager.js +0 -386
- package/lib/base/canvas/canvas-scroll-info.d.ts +0 -30
- package/lib/base/canvas/canvas-scroll-manager.d.ts +0 -23
- package/lib/base/canvas/canvas-scroll-manager.js +0 -106
- package/lib/base/canvas/canvas-size-info.d.ts +0 -23
- package/lib/base/canvas/canvas-size-info.js +0 -51
- package/lib/base/canvas/listeners/anchor-listener.d.ts +0 -13
- package/lib/base/canvas/listeners/anchor-listener.js +0 -17
- package/lib/base/canvas/listeners/auto-scroll-listener.d.ts +0 -14
- package/lib/base/canvas/listeners/auto-scroll-listener.js +0 -35
- package/lib/base/canvas/listeners/drag-caret-listener.d.ts +0 -6
- package/lib/base/canvas/listeners/drag-caret-listener.js +0 -8
- package/lib/base/canvas/listeners/frame-base-listener.d.ts +0 -33
- package/lib/base/canvas/listeners/full-table-selector-listener.d.ts +0 -5
- package/lib/base/canvas/listeners/full-table-selector-listener.js +0 -7
- package/lib/base/canvas/listeners/resize-box-listener.d.ts +0 -22
- package/lib/base/canvas/listeners/resize-table-listener.d.ts +0 -5
- package/lib/base/canvas/listeners/resize-table-listener.js +0 -7
- package/lib/base/canvas/renderes/canvas-listener/canvas-listener.d.ts +0 -16
- package/lib/base/canvas/renderes/canvas-listener/canvas-listener.js +0 -21
- package/lib/base/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.d.ts +0 -15
- package/lib/base/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.js +0 -158
- package/lib/base/canvas/renderes/canvas-listener/simple-view-canvas-listener.d.ts +0 -34
- package/lib/base/canvas/renderes/canvas-listener/simple-view-canvas-listener.js +0 -134
- package/lib/base/canvas/renderes/change-active-sub-document/base-renderer.d.ts +0 -25
- package/lib/base/canvas/renderes/change-active-sub-document/floating-picture-renderer.d.ts +0 -6
- package/lib/base/canvas/renderes/change-active-sub-document/floating-picture-renderer.js +0 -25
- package/lib/base/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.d.ts +0 -16
- package/lib/base/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.js +0 -122
- package/lib/base/canvas/renderes/change-active-sub-document/main-header-footer-renderer.d.ts +0 -15
- package/lib/base/canvas/renderes/change-active-sub-document/main-header-footer-renderer.js +0 -57
- package/lib/base/canvas/renderes/change-active-sub-document/renderer.d.ts +0 -21
- package/lib/base/canvas/renderes/change-active-sub-document/text-box-renderer.d.ts +0 -6
- package/lib/base/canvas/renderes/change-active-sub-document/text-box-renderer.js +0 -45
- package/lib/base/canvas/renderes/common/document-renderer.d.ts +0 -126
- package/lib/base/canvas/renderes/common/document-renderer.js +0 -868
- package/lib/base/canvas/renderes/common/print-layout-renderer.d.ts +0 -7
- package/lib/base/canvas/renderes/common/simple-view-renderer.d.ts +0 -30
- package/lib/base/canvas/renderes/common/simple-view-renderer.js +0 -166
- package/lib/base/canvas/renderes/selection-renderers/misspelled-selection-renderer.d.ts +0 -12
- package/lib/base/canvas/renderes/selection-renderers/misspelled-selection-renderer.js +0 -24
- package/lib/base/canvas/renderes/selection-renderers/range-permission-renderer.d.ts +0 -14
- package/lib/base/canvas/renderes/selection-renderers/range-permission-renderer.js +0 -29
- package/lib/base/canvas/renderes/selection-renderers/search-selection-renderer.d.ts +0 -12
- package/lib/base/canvas/renderes/selection-renderers/search-selection-renderer.js +0 -24
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer-base.d.ts +0 -19
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer-base.js +0 -54
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer.d.ts +0 -23
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer.js +0 -65
- package/lib/base/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.d.ts +0 -20
- package/lib/base/canvas/renderes/view-manager.d.ts +0 -71
- package/lib/base/canvas/renderes/view-manager.js +0 -172
- package/lib/base/canvas/utils.d.ts +0 -5
- package/lib/base/client-side-events.d.ts +0 -25
- package/lib/base/clipboard-content-inserter.d.ts +0 -12
- package/lib/base/clipboard-content-inserter.js +0 -107
- package/lib/base/commands/bookmark-command.d.ts +0 -24
- package/lib/base/commands/bookmark-command.js +0 -88
- package/lib/base/commands/character-properties/change-character-properties-command-base.d.ts +0 -21
- package/lib/base/commands/character-properties/change-character-properties-command-base.js +0 -83
- package/lib/base/commands/character-properties/change-font-back-color-command.d.ts +0 -17
- package/lib/base/commands/character-properties/change-font-back-color-command.js +0 -33
- package/lib/base/commands/character-properties/change-font-color-command.d.ts +0 -10
- package/lib/base/commands/character-properties/change-font-color-command.js +0 -18
- package/lib/base/commands/character-properties/change-font-name-command.d.ts +0 -8
- package/lib/base/commands/character-properties/change-font-name-command.js +0 -28
- package/lib/base/commands/character-properties/change-font-size-command.d.ts +0 -20
- package/lib/base/commands/character-properties/change-font-size-command.js +0 -75
- package/lib/base/commands/character-properties/toggle-font-bold-command.d.ts +0 -7
- package/lib/base/commands/character-properties/toggle-font-bold-command.js +0 -10
- package/lib/base/commands/character-properties/toggle-font-italic-command.d.ts +0 -7
- package/lib/base/commands/character-properties/toggle-font-italic-command.js +0 -10
- package/lib/base/commands/character-properties/toggle-font-script-command.d.ts +0 -17
- package/lib/base/commands/character-properties/toggle-font-script-command.js +0 -30
- package/lib/base/commands/character-properties/toggle-font-strikeout-command.d.ts +0 -8
- package/lib/base/commands/character-properties/toggle-font-strikeout-command.js +0 -11
- package/lib/base/commands/character-properties/toggle-font-underline-command.d.ts +0 -17
- package/lib/base/commands/character-properties/toggle-font-underline-command.js +0 -30
- package/lib/base/commands/client-command.d.ts +0 -421
- package/lib/base/commands/command-base.d.ts +0 -73
- package/lib/base/commands/command-base.js +0 -207
- package/lib/base/commands/command-manager.d.ts +0 -33
- package/lib/base/commands/command-states.d.ts +0 -39
- package/lib/base/commands/dialogs/dialog-alert-message-command.d.ts +0 -92
- package/lib/base/commands/dialogs/dialog-bookmarks-command.d.ts +0 -29
- package/lib/base/commands/dialogs/dialog-bookmarks-command.js +0 -64
- package/lib/base/commands/dialogs/dialog-border-shading-command.d.ts +0 -75
- package/lib/base/commands/dialogs/dialog-border-shading-command.js +0 -279
- package/lib/base/commands/dialogs/dialog-columns-command.d.ts +0 -127
- package/lib/base/commands/dialogs/dialog-columns-command.js +0 -499
- package/lib/base/commands/dialogs/dialog-custom-numbering-list-command.d.ts +0 -60
- package/lib/base/commands/dialogs/dialog-custom-numbering-list-command.js +0 -293
- package/lib/base/commands/dialogs/dialog-find-replace-command.d.ts +0 -27
- package/lib/base/commands/dialogs/dialog-find-replace-command.js +0 -75
- package/lib/base/commands/dialogs/dialog-finish-and-merge-command.d.ts +0 -34
- package/lib/base/commands/dialogs/dialog-finish-and-merge-command.js +0 -62
- package/lib/base/commands/dialogs/dialog-font-command.d.ts +0 -49
- package/lib/base/commands/dialogs/dialog-font-command.js +0 -168
- package/lib/base/commands/dialogs/dialog-hyperlink-command.d.ts +0 -39
- package/lib/base/commands/dialogs/dialog-hyperlink-command.js +0 -154
- package/lib/base/commands/dialogs/dialog-insert-image-command.d.ts +0 -22
- package/lib/base/commands/dialogs/dialog-insert-image-command.js +0 -51
- package/lib/base/commands/dialogs/dialog-insert-merge-field-command.d.ts +0 -20
- package/lib/base/commands/dialogs/dialog-insert-merge-field-command.js +0 -44
- package/lib/base/commands/dialogs/dialog-insert-table-cells-command.d.ts +0 -31
- package/lib/base/commands/dialogs/dialog-insert-table-cells-command.js +0 -97
- package/lib/base/commands/dialogs/dialog-insert-table-command.d.ts +0 -17
- package/lib/base/commands/dialogs/dialog-layout-options-command.d.ts +0 -61
- package/lib/base/commands/dialogs/dialog-layout-options-command.js +0 -372
- package/lib/base/commands/dialogs/dialog-numbering-list-command.d.ts +0 -24
- package/lib/base/commands/dialogs/dialog-numbering-list-command.js +0 -121
- package/lib/base/commands/dialogs/dialog-page-setup-command.d.ts +0 -56
- package/lib/base/commands/dialogs/dialog-page-setup-command.js +0 -215
- package/lib/base/commands/dialogs/dialog-paragraph-properties-command.d.ts +0 -45
- package/lib/base/commands/dialogs/dialog-paragraph-properties-command.js +0 -174
- package/lib/base/commands/dialogs/dialog-spell-checker-command.d.ts +0 -38
- package/lib/base/commands/dialogs/dialog-spell-checker-command.js +0 -82
- package/lib/base/commands/dialogs/dialog-split-table-cells-command.d.ts +0 -22
- package/lib/base/commands/dialogs/dialog-symbols-command.d.ts +0 -27
- package/lib/base/commands/dialogs/dialog-symbols-command.js +0 -73
- package/lib/base/commands/dialogs/dialog-table-properties-command.d.ts +0 -85
- package/lib/base/commands/dialogs/dialog-table-properties-command.js +0 -417
- package/lib/base/commands/dialogs/dialog-tabs-command.d.ts +0 -20
- package/lib/base/commands/dialogs/dialog-tabs-command.js +0 -75
- package/lib/base/commands/dialogs/show-dialog-command-base.d.ts +0 -28
- package/lib/base/commands/dialogs/show-quick-search-panel-command.d.ts +0 -8
- package/lib/base/commands/document/print-document-on-client-command.d.ts +0 -19
- package/lib/base/commands/document/print-document-on-client-command.js +0 -249
- package/lib/base/commands/document-properties/change-page-color-command.d.ts +0 -10
- package/lib/base/commands/document-properties/change-page-color-command.js +0 -26
- package/lib/base/commands/fields/change-hyperlink-command.d.ts +0 -16
- package/lib/base/commands/fields/change-hyperlink-command.js +0 -23
- package/lib/base/commands/fields/create-field-command.d.ts +0 -79
- package/lib/base/commands/fields/create-field-command.js +0 -228
- package/lib/base/commands/fields/field-command-helper.d.ts +0 -8
- package/lib/base/commands/fields/field-command-helper.js +0 -39
- package/lib/base/commands/fields/go-to-record-command.d.ts +0 -28
- package/lib/base/commands/fields/go-to-record-command.js +0 -65
- package/lib/base/commands/fields/hyperlink-command-base.d.ts +0 -7
- package/lib/base/commands/fields/hyperlink-command-base.js +0 -16
- package/lib/base/commands/fields/open-hyperlink-command.d.ts +0 -10
- package/lib/base/commands/fields/open-hyperlink-command.js +0 -39
- package/lib/base/commands/fields/remove-hyperlink-command.d.ts +0 -7
- package/lib/base/commands/fields/remove-hyperlinks-command.d.ts +0 -9
- package/lib/base/commands/fields/remove-hyperlinks-command.js +0 -41
- package/lib/base/commands/fields/show-all-field-code-result-command.d.ts +0 -13
- package/lib/base/commands/fields/show-all-field-code-result-command.js +0 -27
- package/lib/base/commands/fields/toggle-all-fields-command.d.ts +0 -9
- package/lib/base/commands/fields/toggle-all-fields-command.js +0 -37
- package/lib/base/commands/fields/toggle-field-codes-command.d.ts +0 -9
- package/lib/base/commands/fields/toggle-field-codes-command.js +0 -99
- package/lib/base/commands/fields/toggle-view-merged-data-command.d.ts +0 -10
- package/lib/base/commands/fields/toggle-view-merged-data-command.js +0 -32
- package/lib/base/commands/fields/update-all-fields-command.d.ts +0 -9
- package/lib/base/commands/fields/update-all-fields-command.js +0 -24
- package/lib/base/commands/fields/update-field-command-base.d.ts +0 -10
- package/lib/base/commands/fields/update-field-command-base.js +0 -17
- package/lib/base/commands/fields/update-field-command.d.ts +0 -19
- package/lib/base/commands/fields/update-field-command.js +0 -49
- package/lib/base/commands/fields/update-table-of-contents-command.d.ts +0 -8
- package/lib/base/commands/fields/update-table-of-contents-command.js +0 -31
- package/lib/base/commands/find-replace/find-all-command.d.ts +0 -17
- package/lib/base/commands/find-replace/find-all-command.js +0 -36
- package/lib/base/commands/find-replace/hide-find-results-command.d.ts +0 -8
- package/lib/base/commands/find-replace/replace-all-command.d.ts +0 -14
- package/lib/base/commands/find-replace/replace-all-command.js +0 -26
- package/lib/base/commands/find-replace/replace-next-command.d.ts +0 -10
- package/lib/base/commands/find-replace/replace-next-command.js +0 -24
- package/lib/base/commands/floating-objects/change-anchored-picture-scale-command.d.ts +0 -11
- package/lib/base/commands/floating-objects/change-anchored-picture-scale-command.js +0 -30
- package/lib/base/commands/floating-objects/change-shape-property-command.d.ts +0 -32
- package/lib/base/commands/floating-objects/change-shape-property-command.js +0 -99
- package/lib/base/commands/floating-objects/change-text-box-properties-command.d.ts +0 -11
- package/lib/base/commands/floating-objects/change-text-box-properties-command.js +0 -34
- package/lib/base/commands/floating-objects/context-item-floating-objects.d.ts +0 -14
- package/lib/base/commands/floating-objects/floating-object-bring-forward-command.d.ts +0 -28
- package/lib/base/commands/floating-objects/floating-object-bring-forward-command.js +0 -61
- package/lib/base/commands/floating-objects/floating-object-drag-drop-change-position-command.d.ts +0 -46
- package/lib/base/commands/floating-objects/floating-object-drag-drop-change-position-command.js +0 -251
- package/lib/base/commands/floating-objects/insert-anchored-text-box-command.d.ts +0 -9
- package/lib/base/commands/floating-objects/insert-anchored-text-box-command.js +0 -54
- package/lib/base/commands/floating-objects/set-floating-object-alignment-command.d.ts +0 -52
- package/lib/base/commands/floating-objects/set-floating-object-alignment-command.js +0 -132
- package/lib/base/commands/floating-objects/set-floating-object-text-wrap-type-command.d.ts +0 -39
- package/lib/base/commands/floating-objects/set-floating-object-text-wrap-type-command.js +0 -110
- package/lib/base/commands/header-footer/close-header-footer-command.d.ts +0 -8
- package/lib/base/commands/header-footer/context-item-headers-footers.d.ts +0 -6
- package/lib/base/commands/header-footer/different-first-odd-even-page-header-footer-command.d.ts +0 -18
- package/lib/base/commands/header-footer/different-first-odd-even-page-header-footer-command.js +0 -58
- package/lib/base/commands/header-footer/go-to-header-footer-command.d.ts +0 -14
- package/lib/base/commands/header-footer/go-to-prev-next-header-footer-command.d.ts +0 -14
- package/lib/base/commands/header-footer/header-footer-command-base.d.ts +0 -14
- package/lib/base/commands/header-footer/header-footer-command-base.js +0 -31
- package/lib/base/commands/header-footer/insert-header-footer-commands.d.ts +0 -17
- package/lib/base/commands/header-footer/insert-header-footer-commands.js +0 -43
- package/lib/base/commands/header-footer/link-header-footer-commands.d.ts +0 -18
- package/lib/base/commands/header-footer/link-header-footer-commands.js +0 -100
- package/lib/base/commands/i-command.d.ts +0 -18
- package/lib/base/commands/layout/apply-style-command.d.ts +0 -20
- package/lib/base/commands/layout/apply-style-command.js +0 -152
- package/lib/base/commands/layout/clear-formatting-command.d.ts +0 -11
- package/lib/base/commands/layout/clear-formatting-command.js +0 -90
- package/lib/base/commands/layout/switch-view-command.d.ts +0 -19
- package/lib/base/commands/layout/switch-view-command.js +0 -55
- package/lib/base/commands/layout/toggle-full-screen-command.d.ts +0 -9
- package/lib/base/commands/layout/toggle-full-screen-command.js +0 -22
- package/lib/base/commands/layout/toggle-show-hidden-symbols-command.d.ts +0 -9
- package/lib/base/commands/layout/toggle-show-table-grid-lines-command.d.ts +0 -10
- package/lib/base/commands/layout/toggle-show-table-grid-lines-command.js +0 -25
- package/lib/base/commands/numbering/change-numbering-indent-command.d.ts +0 -27
- package/lib/base/commands/numbering/change-numbering-indent-command.js +0 -104
- package/lib/base/commands/numbering/continue-numbering-list-command.d.ts +0 -9
- package/lib/base/commands/numbering/continue-numbering-list-command.js +0 -43
- package/lib/base/commands/numbering/insert-numeration-to-paragraphs-command.d.ts +0 -13
- package/lib/base/commands/numbering/insert-numeration-to-paragraphs-command.js +0 -37
- package/lib/base/commands/numbering/numbering-list-command-base.d.ts +0 -41
- package/lib/base/commands/numbering/numbering-list-command-base.js +0 -291
- package/lib/base/commands/numbering/remove-numeration-from-paragraphs-command.d.ts +0 -10
- package/lib/base/commands/numbering/restart-numbering-list-command.d.ts +0 -8
- package/lib/base/commands/numbering/restart-numbering-list-command.js +0 -44
- package/lib/base/commands/numbering/toggle-bulleted-list-command.d.ts +0 -7
- package/lib/base/commands/numbering/toggle-bulleted-list-command.js +0 -11
- package/lib/base/commands/numbering/toggle-multi-level-list-command.d.ts +0 -7
- package/lib/base/commands/numbering/toggle-multi-level-list-command.js +0 -11
- package/lib/base/commands/numbering/toggle-numbering-list-command.d.ts +0 -13
- package/lib/base/commands/numbering/toggle-numbering-list-command.js +0 -60
- package/lib/base/commands/paragraph-properties/add-spacing-after-paragraph-command.d.ts +0 -11
- package/lib/base/commands/paragraph-properties/add-spacing-after-paragraph-command.js +0 -28
- package/lib/base/commands/paragraph-properties/add-spacing-before-paragraph-command.d.ts +0 -8
- package/lib/base/commands/paragraph-properties/add-spacing-before-paragraph-command.js +0 -14
- package/lib/base/commands/paragraph-properties/change-heading-level-command.d.ts +0 -7
- package/lib/base/commands/paragraph-properties/change-heading-level-command.js +0 -10
- package/lib/base/commands/paragraph-properties/change-indent-command.d.ts +0 -22
- package/lib/base/commands/paragraph-properties/change-indent-command.js +0 -53
- package/lib/base/commands/paragraph-properties/change-paragraph-back-color-command.d.ts +0 -13
- package/lib/base/commands/paragraph-properties/change-paragraph-back-color-command.js +0 -35
- package/lib/base/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.d.ts +0 -28
- package/lib/base/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.js +0 -113
- package/lib/base/commands/paragraph-properties/change-paragraph-left-indent-command.d.ts +0 -20
- package/lib/base/commands/paragraph-properties/change-paragraph-left-indent-command.js +0 -88
- package/lib/base/commands/paragraph-properties/change-paragraph-properties-command-base.d.ts +0 -18
- package/lib/base/commands/paragraph-properties/change-paragraph-properties-command-base.js +0 -53
- package/lib/base/commands/paragraph-properties/paragraph-indent-command-base.d.ts +0 -17
- package/lib/base/commands/paragraph-properties/paragraph-indent-command-base.js +0 -77
- package/lib/base/commands/paragraph-properties/remove-spacing-after-paragraph-command.d.ts +0 -8
- package/lib/base/commands/paragraph-properties/remove-spacing-after-paragraph-command.js +0 -13
- package/lib/base/commands/paragraph-properties/remove-spacing-before-paragraph-command.d.ts +0 -8
- package/lib/base/commands/paragraph-properties/remove-spacing-before-paragraph-command.js +0 -13
- package/lib/base/commands/paragraph-properties/set-double-paragraph-spacing-command.d.ts +0 -19
- package/lib/base/commands/paragraph-properties/set-double-paragraph-spacing-command.js +0 -28
- package/lib/base/commands/paragraph-properties/toggle-paragraph-alignment-command.d.ts +0 -25
- package/lib/base/commands/paragraph-properties/toggle-paragraph-alignment-command.js +0 -48
- package/lib/base/commands/redo-command.d.ts +0 -9
- package/lib/base/commands/redo-command.js +0 -21
- package/lib/base/commands/ruler/ruler-paragraph-indents-command.d.ts +0 -21
- package/lib/base/commands/ruler/ruler-paragraph-indents-command.js +0 -82
- package/lib/base/commands/ruler/ruler-paragraph-tabs-command.d.ts +0 -36
- package/lib/base/commands/ruler/ruler-paragraph-tabs-command.js +0 -59
- package/lib/base/commands/ruler/ruler-section-columns-settings-command.d.ts +0 -9
- package/lib/base/commands/ruler/ruler-section-columns-settings-command.js +0 -59
- package/lib/base/commands/ruler/ruler-section-margins-command.d.ts +0 -17
- package/lib/base/commands/ruler/ruler-section-margins-command.js +0 -61
- package/lib/base/commands/ruler/ruler-table-column-separators-command.d.ts +0 -33
- package/lib/base/commands/ruler/ruler-table-column-separators-command.js +0 -156
- package/lib/base/commands/ruler/ruler-table-commands.d.ts +0 -34
- package/lib/base/commands/ruler/ruler-table-commands.js +0 -133
- package/lib/base/commands/ruler/toggle-show-horizontal-ruler-command.d.ts +0 -9
- package/lib/base/commands/section-properties/change-footer-offset-command.d.ts +0 -12
- package/lib/base/commands/section-properties/change-footer-offset-command.js +0 -20
- package/lib/base/commands/section-properties/change-header-offset-command.d.ts +0 -12
- package/lib/base/commands/section-properties/change-header-offset-command.js +0 -20
- package/lib/base/commands/section-properties/change-section-properties-command-base.d.ts +0 -11
- package/lib/base/commands/section-properties/section-properties-command-base.d.ts +0 -18
- package/lib/base/commands/section-properties/section-properties-command-base.js +0 -66
- package/lib/base/commands/section-properties/set-landscape-command.d.ts +0 -16
- package/lib/base/commands/section-properties/set-landscape-command.js +0 -44
- package/lib/base/commands/section-properties/set-predefined-section-page-margins-commands.d.ts +0 -31
- package/lib/base/commands/section-properties/set-predefined-section-page-margins-commands.js +0 -75
- package/lib/base/commands/section-properties/set-section-column-count-commands.d.ts +0 -26
- package/lib/base/commands/section-properties/set-section-column-count-commands.js +0 -57
- package/lib/base/commands/section-properties/set-section-paper-kind-commands.d.ts +0 -57
- package/lib/base/commands/section-properties/set-section-paper-kind-commands.js +0 -102
- package/lib/base/commands/selection/go-to-document-end-command.d.ts +0 -18
- package/lib/base/commands/selection/go-to-document-start-command.d.ts +0 -15
- package/lib/base/commands/selection/go-to-line-above-command.d.ts +0 -25
- package/lib/base/commands/selection/go-to-line-above-command.js +0 -67
- package/lib/base/commands/selection/go-to-line-below-command.d.ts +0 -25
- package/lib/base/commands/selection/go-to-line-below-command.js +0 -66
- package/lib/base/commands/selection/go-to-line-end-command.d.ts +0 -20
- package/lib/base/commands/selection/go-to-line-end-command.js +0 -45
- package/lib/base/commands/selection/go-to-line-start-command.d.ts +0 -13
- package/lib/base/commands/selection/go-to-line-start-command.js +0 -35
- package/lib/base/commands/selection/go-to-line-vertically-command-base.d.ts +0 -30
- package/lib/base/commands/selection/go-to-line-vertically-command-base.js +0 -175
- package/lib/base/commands/selection/go-to-next-character-command.d.ts +0 -22
- package/lib/base/commands/selection/go-to-next-character-command.js +0 -140
- package/lib/base/commands/selection/go-to-next-page-command.d.ts +0 -16
- package/lib/base/commands/selection/go-to-next-page-command.js +0 -56
- package/lib/base/commands/selection/go-to-next-word-command.d.ts +0 -14
- package/lib/base/commands/selection/go-to-next-word-command.js +0 -35
- package/lib/base/commands/selection/go-to-paragraph-end-command.d.ts +0 -15
- package/lib/base/commands/selection/go-to-paragraph-end-command.js +0 -51
- package/lib/base/commands/selection/go-to-paragraph-start-command.d.ts +0 -15
- package/lib/base/commands/selection/go-to-paragraph-start-command.js +0 -55
- package/lib/base/commands/selection/go-to-prev-character-command.d.ts +0 -23
- package/lib/base/commands/selection/go-to-prev-character-command.js +0 -121
- package/lib/base/commands/selection/go-to-prev-page-command.d.ts +0 -17
- package/lib/base/commands/selection/go-to-prev-page-command.js +0 -58
- package/lib/base/commands/selection/go-to-prev-word-command.d.ts +0 -16
- package/lib/base/commands/selection/go-to-prev-word-command.js +0 -52
- package/lib/base/commands/selection/go-to-start-page-command-base.d.ts +0 -23
- package/lib/base/commands/selection/go-to-start-page-command-base.js +0 -58
- package/lib/base/commands/selection/select-all-document-command.d.ts +0 -8
- package/lib/base/commands/selection/select-line-command.d.ts +0 -18
- package/lib/base/commands/selection/select-line-command.js +0 -98
- package/lib/base/commands/selection/select-paragraph-command.d.ts +0 -7
- package/lib/base/commands/selection/select-table-command.d.ts +0 -56
- package/lib/base/commands/selection/select-table-command.js +0 -188
- package/lib/base/commands/selection/selection-command-base.d.ts +0 -7
- package/lib/base/commands/shortcut-manager.d.ts +0 -37
- package/lib/base/commands/shortcuts/assign-shortcut-command.d.ts +0 -15
- package/lib/base/commands/spelling/add-word-to-dictionary-command.d.ts +0 -10
- package/lib/base/commands/spelling/add-word-to-dictionary-command.js +0 -15
- package/lib/base/commands/spelling/change-all-spelling-errors-command.d.ts +0 -10
- package/lib/base/commands/spelling/change-all-spelling-errors-command.js +0 -22
- package/lib/base/commands/spelling/change-spelling-error-command-base.d.ts +0 -6
- package/lib/base/commands/spelling/change-spelling-error-command-base.js +0 -18
- package/lib/base/commands/spelling/change-spelling-error-command.d.ts +0 -14
- package/lib/base/commands/spelling/change-spelling-error-command.js +0 -27
- package/lib/base/commands/spelling/delete-repeated-word-command.d.ts +0 -9
- package/lib/base/commands/spelling/delete-repeated-word-command.js +0 -19
- package/lib/base/commands/spelling/ignore-all-spelling-errors-command.d.ts +0 -9
- package/lib/base/commands/spelling/ignore-all-spelling-errors-command.js +0 -12
- package/lib/base/commands/spelling/ignore-spelling-error-command.d.ts +0 -7
- package/lib/base/commands/spelling/spelling-command-base.d.ts +0 -9
- package/lib/base/commands/sub-document/change-active-sub-document-command.d.ts +0 -47
- package/lib/base/commands/sub-document/change-active-sub-document-command.js +0 -224
- package/lib/base/commands/tables/apply-table-style-command.d.ts +0 -9
- package/lib/base/commands/tables/apply-table-style-command.js +0 -39
- package/lib/base/commands/tables/auto-fit-commands.d.ts +0 -19
- package/lib/base/commands/tables/auto-fit-commands.js +0 -92
- package/lib/base/commands/tables/change-table-border-repository-item.d.ts +0 -20
- package/lib/base/commands/tables/change-table-border-repository-item.js +0 -57
- package/lib/base/commands/tables/change-table-cell-alignment-command.d.ts +0 -51
- package/lib/base/commands/tables/change-table-cell-alignment-command.js +0 -123
- package/lib/base/commands/tables/change-table-cell-shading-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-cell-shading-command.js +0 -66
- package/lib/base/commands/tables/change-table-cell-width-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-cell-width-command.js +0 -31
- package/lib/base/commands/tables/change-table-column-width-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-column-width-command.js +0 -53
- package/lib/base/commands/tables/change-table-look-command.d.ts +0 -39
- package/lib/base/commands/tables/change-table-look-command.js +0 -106
- package/lib/base/commands/tables/change-table-row-height-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-row-height-command.js +0 -35
- package/lib/base/commands/tables/context-item-tables.d.ts +0 -7
- package/lib/base/commands/tables/delete-table-cells-by-backspace.d.ts +0 -8
- package/lib/base/commands/tables/delete-table-cells-by-backspace.js +0 -22
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.d.ts +0 -13
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.js +0 -55
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.d.ts +0 -10
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.js +0 -49
- package/lib/base/commands/tables/delete-table-columns-command.d.ts +0 -12
- package/lib/base/commands/tables/delete-table-columns-command.js +0 -81
- package/lib/base/commands/tables/delete-table-command.d.ts +0 -9
- package/lib/base/commands/tables/delete-table-command.js +0 -22
- package/lib/base/commands/tables/delete-table-rows-command.d.ts +0 -9
- package/lib/base/commands/tables/delete-table-rows-command.js +0 -35
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.d.ts +0 -15
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.js +0 -39
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.d.ts +0 -19
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.js +0 -103
- package/lib/base/commands/tables/insert-table-column-commands.d.ts +0 -33
- package/lib/base/commands/tables/insert-table-column-commands.js +0 -101
- package/lib/base/commands/tables/insert-table-core-command.d.ts +0 -11
- package/lib/base/commands/tables/insert-table-core-command.js +0 -34
- package/lib/base/commands/tables/insert-table-row-commands.d.ts +0 -23
- package/lib/base/commands/tables/insert-table-row-commands.js +0 -47
- package/lib/base/commands/tables/merge-table-cells-command.d.ts +0 -12
- package/lib/base/commands/tables/merge-table-cells-command.js +0 -53
- package/lib/base/commands/tables/row-command-base.d.ts +0 -6
- package/lib/base/commands/tables/split-table-cells-command.d.ts +0 -23
- package/lib/base/commands/tables/split-table-cells-command.js +0 -177
- package/lib/base/commands/tables/table-command-base.d.ts +0 -6
- package/lib/base/commands/tables/toggle-table-cells-border-command.d.ts +0 -153
- package/lib/base/commands/tables/toggle-table-cells-border-command.js +0 -721
- package/lib/base/commands/text/backspace-command.d.ts +0 -20
- package/lib/base/commands/text/backspace-command.js +0 -134
- package/lib/base/commands/text/change-inline-picture-scale-command.d.ts +0 -8
- package/lib/base/commands/text/change-inline-picture-scale-command.js +0 -26
- package/lib/base/commands/text/change-text-case-commands.d.ts +0 -42
- package/lib/base/commands/text/change-text-case-commands.js +0 -135
- package/lib/base/commands/text/clipboard-commands.d.ts +0 -98
- package/lib/base/commands/text/clipboard-commands.js +0 -434
- package/lib/base/commands/text/delete-command.d.ts +0 -8
- package/lib/base/commands/text/delete-command.js +0 -43
- package/lib/base/commands/text/drag-drop-commands.d.ts +0 -17
- package/lib/base/commands/text/drag-drop-commands.js +0 -139
- package/lib/base/commands/text/insert-column-break-command.d.ts +0 -8
- package/lib/base/commands/text/insert-column-break-command.js +0 -17
- package/lib/base/commands/text/insert-line-break-command.d.ts +0 -7
- package/lib/base/commands/text/insert-line-break-command.js +0 -12
- package/lib/base/commands/text/insert-page-break-command.d.ts +0 -8
- package/lib/base/commands/text/insert-page-break-command.js +0 -29
- package/lib/base/commands/text/insert-paragraph-command.d.ts +0 -15
- package/lib/base/commands/text/insert-paragraph-command.js +0 -64
- package/lib/base/commands/text/insert-section-break-command.d.ts +0 -19
- package/lib/base/commands/text/insert-section-break-command.js +0 -39
- package/lib/base/commands/text/insert-space-command.d.ts +0 -13
- package/lib/base/commands/text/insert-space-command.js +0 -26
- package/lib/base/commands/text/insert-tab-command.d.ts +0 -37
- package/lib/base/commands/text/insert-tab-command.js +0 -198
- package/lib/base/commands/text/insert-text-command.d.ts +0 -13
- package/lib/base/commands/text/insert-text-command.js +0 -68
- package/lib/base/commands/text/remove-word-command.d.ts +0 -20
- package/lib/base/commands/text/remove-word-command.js +0 -67
- package/lib/base/commands/toc/set-paragraph-level-command.d.ts +0 -44
- package/lib/base/commands/toc/set-paragraph-level-command.js +0 -82
- package/lib/base/commands/undo-command.d.ts +0 -9
- package/lib/base/commands/undo-command.js +0 -21
- package/lib/base/event-manager.d.ts +0 -64
- package/lib/base/event-manager.js +0 -230
- package/lib/base/focus-manager.d.ts +0 -16
- package/lib/base/global-event-dispatcher.d.ts +0 -45
- package/lib/base/global-event-dispatcher.js +0 -248
- package/lib/base/html-export.d.ts +0 -33
- package/lib/base/html-export.js +0 -783
- package/lib/base/input-controller.d.ts +0 -146
- package/lib/base/input-controller.js +0 -804
- package/lib/base/interfaces/i-control-owner.d.ts +0 -50
- package/lib/base/interfaces/i-event-manager.d.ts +0 -22
- package/lib/base/interfaces/i-rich-edit-core.d.ts +0 -111
- package/lib/base/interfaces/i-selection-layout-changes-listener.d.ts +0 -12
- package/lib/base/internal-api.d.ts +0 -5
- package/lib/base/layout-engine/hit-test-manager/hit-test-manager.d.ts +0 -40
- package/lib/base/layout-engine/hit-test-manager/hit-test-manager.js +0 -300
- package/lib/base/layout-engine/hit-test-manager/hit-test-result.d.ts +0 -16
- package/lib/base/layout-engine/hit-test-manager/hit-test-result.js +0 -36
- package/lib/base/layout-engine/selection/selection-formatter.d.ts +0 -55
- package/lib/base/layout-engine/selection/selection-formatter.js +0 -471
- package/lib/base/layout-engine/visualizers/anchor-visualizer.d.ts +0 -14
- package/lib/base/layout-engine/visualizers/anchor-visualizer.js +0 -38
- package/lib/base/layout-engine/visualizers/auto-scroll-visualizer.d.ts +0 -6
- package/lib/base/layout-engine/visualizers/base-visualizer.d.ts +0 -21
- package/lib/base/layout-engine/visualizers/base-visualizer.js +0 -27
- package/lib/base/layout-engine/visualizers/box-visualizer-manager.d.ts +0 -20
- package/lib/base/layout-engine/visualizers/drag-caret-visualizer.d.ts +0 -6
- package/lib/base/layout-engine/visualizers/drag-caret-visualizer.js +0 -15
- package/lib/base/layout-engine/visualizers/full-table-selector-visualizer.d.ts +0 -15
- package/lib/base/layout-engine/visualizers/full-table-selector-visualizer.js +0 -55
- package/lib/base/layout-engine/visualizers/resize-box-visualizer.d.ts +0 -32
- package/lib/base/layout-engine/visualizers/resize-box-visualizer.js +0 -137
- package/lib/base/layout-engine/visualizers/resize-table-visualizer.d.ts +0 -8
- package/lib/base/loading-panel/manager.d.ts +0 -7
- package/lib/base/loading-panel/panel.d.ts +0 -28
- package/lib/base/model/history/selection/history-item-direction.d.ts +0 -6
- package/lib/base/model/history/selection/scroll-history-item.d.ts +0 -15
- package/lib/base/model/history/selection/scroll-history-item.js +0 -23
- package/lib/base/model/history/selection/selection-history-item.d.ts +0 -15
- package/lib/base/model/history/selection/selection-history-item.js +0 -23
- package/lib/base/mouse-handler/base/manipulator-handler-base.d.ts +0 -18
- package/lib/base/mouse-handler/base/manipulator-handler-base.js +0 -35
- package/lib/base/mouse-handler/base/manipulator-handler-state-base.d.ts +0 -10
- package/lib/base/mouse-handler/drag-floating-objects-helper.d.ts +0 -21
- package/lib/base/mouse-handler/drag-floating-objects-helper.js +0 -51
- package/lib/base/mouse-handler/mouse-event-source.d.ts +0 -12
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.d.ts +0 -16
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.d.ts +0 -16
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-default-state.d.ts +0 -41
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-default-state.js +0 -450
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.d.ts +0 -20
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-content-states.d.ts +0 -29
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-content-states.js +0 -84
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.d.ts +0 -12
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.d.ts +0 -19
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-resize-box-state.d.ts +0 -13
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.d.ts +0 -10
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-state-base.d.ts +0 -12
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-text-selection-states.d.ts +0 -63
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-text-selection-states.js +0 -317
- package/lib/base/mouse-handler/mouse-handler/mouse-handler.d.ts +0 -36
- package/lib/base/mouse-handler/resize-box-helper.d.ts +0 -27
- package/lib/base/mouse-handler/resize-box-helper.js +0 -105
- package/lib/base/mouse-handler/resize-table-helper.d.ts +0 -54
- package/lib/base/mouse-handler/resize-table-helper.js +0 -148
- package/lib/base/mouse-handler/rotate-box-helper.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-default-state.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-default-state.js +0 -129
- package/lib/base/mouse-handler/touch-handler/touch-handler-drag-content-states.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-drag-content-states.js +0 -42
- package/lib/base/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.d.ts +0 -10
- package/lib/base/mouse-handler/touch-handler/touch-handler-popup-menu-state.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-popup-menu-state.js +0 -67
- package/lib/base/mouse-handler/touch-handler/touch-handler-resize-box-state.d.ts +0 -11
- package/lib/base/mouse-handler/touch-handler/touch-handler-rotate-box-state.d.ts +0 -10
- package/lib/base/mouse-handler/touch-handler/touch-handler-selection-states.d.ts +0 -42
- package/lib/base/mouse-handler/touch-handler/touch-handler-selection-states.js +0 -178
- package/lib/base/mouse-handler/touch-handler/touch-handler-state-base.d.ts +0 -27
- package/lib/base/mouse-handler/touch-handler/touch-handler-state-base.js +0 -79
- package/lib/base/mouse-handler/touch-handler/touch-handler-waiting-states.d.ts +0 -29
- package/lib/base/mouse-handler/touch-handler/touch-handler-waiting-states.js +0 -117
- package/lib/base/mouse-handler/touch-handler/touch-handler.d.ts +0 -14
- package/lib/base/popup-menu-manager.d.ts +0 -22
- package/lib/base/popup-menu-manager.js +0 -65
- package/lib/base/rich-edit-core.d.ts +0 -134
- package/lib/base/rich-edit-core.js +0 -417
- package/lib/base/rich-utils/attribute-utils.d.ts +0 -5
- package/lib/base/rich-utils/attribute-utils.js +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/array.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.d.ts +0 -59
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.js +0 -163
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.d.ts +0 -8
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.d.ts +0 -72
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/json.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/json.js +0 -38
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.js +0 -25
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.js +0 -38
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.js +0 -80
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.js +0 -26
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.js +0 -25
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.js +0 -32
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.js +0 -42
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.js +0 -30
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.js +0 -22
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.js +0 -23
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.js +0 -33
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.js +0 -76
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.js +0 -34
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.js +0 -42
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.d.ts +0 -9
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.js +0 -16
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.js +0 -31
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.d.ts +0 -16
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.js +0 -122
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.js +0 -35
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.js +0 -56
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.js +0 -47
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.d.ts +0 -9
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.js +0 -17
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.js +0 -31
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.js +0 -57
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.js +0 -44
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.js +0 -49
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.d.ts +0 -9
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.js +0 -20
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.js +0 -43
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.d.ts +0 -20
- package/lib/base/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.d.ts +0 -5
- package/lib/base/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.js +0 -20
- package/lib/base/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.d.ts +0 -5
- package/lib/base/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.js +0 -10
- package/lib/base/rich-utils/debug/logger/layout-logger/layout-params-holder.d.ts +0 -10
- package/lib/base/rich-utils/debug/logger/layout-logger/layout-params-holder.js +0 -39
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.d.ts +0 -10
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.d.ts +0 -15
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.d.ts +0 -6
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.d.ts +0 -12
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.d.ts +0 -9
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.d.ts +0 -10
- package/lib/base/rich-utils/debug/runtime-template-model-creator.d.ts +0 -83
- package/lib/base/rich-utils/debug/runtime-template-model-creator.js +0 -609
- package/lib/base/rich-utils/debug/runtime-test-helper.d.ts +0 -50
- package/lib/base/rich-utils/debug/runtime-test-helper.js +0 -342
- package/lib/base/rich-utils/display-numbering-string-formatter.d.ts +0 -4
- package/lib/base/rich-utils/html-utils.d.ts +0 -3
- package/lib/base/rich-utils/html-utils.js +0 -10
- package/lib/base/rich-utils/layout/rich-layout-utils.d.ts +0 -10
- package/lib/base/rich-utils/layout/rich-layout-utils.js +0 -38
- package/lib/base/rich-utils/table-utils-ex.d.ts +0 -7
- package/lib/base/scroll/canvas-states.d.ts +0 -14
- package/lib/base/scroll/model-scroll-manager.d.ts +0 -14
- package/lib/base/scroll/model-scroll-manager.js +0 -18
- package/lib/base/scroll/model-states.d.ts +0 -65
- package/lib/base/scroll/model-states.js +0 -84
- package/lib/base/scroll/scroll-formatter.d.ts +0 -20
- package/lib/base/scroll/scroll-formatter.js +0 -39
- package/lib/base/selection/i-selection-changes-listener.d.ts +0 -15
- package/lib/base/selection/input-position-model-changes-listener.d.ts +0 -26
- package/lib/base/selection/input-position-model-changes-listener.js +0 -138
- package/lib/base/selection/input-position.d.ts +0 -15
- package/lib/base/selection/input-position.js +0 -42
- package/lib/base/selection/selection-model-changes-listener.d.ts +0 -13
- package/lib/base/selection/selection-model-changes-listener.js +0 -49
- package/lib/base/selection/selection-state.d.ts +0 -39
- package/lib/base/selection/selection-state.js +0 -109
- package/lib/base/selection/selection.d.ts +0 -80
- package/lib/base/selection/selection.js +0 -223
- package/lib/base/selection/set-selection-params.d.ts +0 -24
- package/lib/base/spelling/spell-checker-selection-changes-listener.d.ts +0 -13
- package/lib/base/spelling/spell-checker-selection-changes-listener.js +0 -31
- package/lib/base/ui/quick-search-panel.d.ts +0 -47
- package/lib/base/ui/ruler/controls/base.d.ts +0 -20
- package/lib/base/ui/ruler/controls/column.d.ts +0 -54
- package/lib/base/ui/ruler/controls/divisions.d.ts +0 -35
- package/lib/base/ui/ruler/controls/divisions.js +0 -112
- package/lib/base/ui/ruler/controls/indent/base.d.ts +0 -22
- package/lib/base/ui/ruler/controls/indent/first-line.d.ts +0 -18
- package/lib/base/ui/ruler/controls/indent/left.d.ts +0 -22
- package/lib/base/ui/ruler/controls/indent/right.d.ts +0 -19
- package/lib/base/ui/ruler/controls/margin/base.d.ts +0 -25
- package/lib/base/ui/ruler/controls/margin/left.d.ts +0 -16
- package/lib/base/ui/ruler/controls/margin/right.d.ts +0 -15
- package/lib/base/ui/ruler/controls/owner.d.ts +0 -32
- package/lib/base/ui/ruler/controls/ruler.d.ts +0 -20
- package/lib/base/ui/ruler/controls/shadow.d.ts +0 -6
- package/lib/base/ui/ruler/controls/tab/tab-type.d.ts +0 -19
- package/lib/base/ui/ruler/controls/tab/tab-type.js +0 -67
- package/lib/base/ui/ruler/controls/tab/tab.d.ts +0 -59
- package/lib/base/ui/ruler/controls/tab/tab.js +0 -258
- package/lib/base/ui/ruler/controls/tab/utils.d.ts +0 -8
- package/lib/base/ui/ruler/controls/tab/utils.js +0 -47
- package/lib/base/ui/ruler/controls/table.d.ts +0 -43
- package/lib/base/ui/ruler/controls/template-manager.d.ts +0 -12
- package/lib/base/ui/ruler/controls/vertical-line.d.ts +0 -25
- package/lib/base/ui/ruler/controls/wrapper.d.ts +0 -8
- package/lib/base/ui/ruler/events/mouse.d.ts +0 -29
- package/lib/base/ui/ruler/events/scroll.d.ts +0 -12
- package/lib/base/ui/ruler/manager.d.ts +0 -49
- package/lib/base/ui/ruler/manager.js +0 -129
- package/lib/base/ui/ruler/model-data.d.ts +0 -22
- package/lib/base/ui/ruler/mouse-handler.d.ts +0 -29
- package/lib/base/ui/ruler/ruler.d.ts +0 -57
- package/lib/base/ui/ruler/ruler.js +0 -206
- package/lib/base/ui/ruler/settings.d.ts +0 -57
- package/lib/base/ui/search-manager.d.ts +0 -28
- package/lib/base/ui/search-manager.js +0 -76
- package/lib/base-api/bookmark.d.ts +0 -10
- package/lib/base-api/bookmark.js +0 -14
- package/lib/base-api/collections/bookmark-collection.d.ts +0 -11
- package/lib/base-api/collections/bookmark-collection.js +0 -11
- package/lib/base-api/collections/sub-documents-collection.d.ts +0 -11
- package/lib/base-api/collections/sub-documents-collection.js +0 -14
- package/lib/base-api/document.d.ts +0 -17
- package/lib/base-api/document.js +0 -26
- package/lib/base-api/history.d.ts +0 -11
- package/lib/base-api/key-code.d.ts +0 -106
- package/lib/base-api/key-code.js +0 -110
- package/lib/base-api/layout-api.d.ts +0 -10
- package/lib/base-api/layout-api.js +0 -20
- package/lib/base-api/loading-panel.d.ts +0 -13
- package/lib/base-api/selection-api.d.ts +0 -40
- package/lib/base-api/selection-api.js +0 -190
- package/lib/base-api/sub-document.d.ts +0 -10
- package/lib/base-api/sub-document.js +0 -11
- package/lib/base-utils/direction-adaptor/i-direction-adaptor.d.ts +0 -17
- package/lib/base-utils/direction-adaptor/x-direction-adaptor.d.ts +0 -29
- package/lib/base-utils/direction-adaptor/y-direction-adaptor.d.ts +0 -29
- package/lib/base-utils/event-dispatcher.d.ts +0 -11
- package/lib/base-utils/hexadecimal-converter.d.ts +0 -4
- package/lib/base-utils/map-creator.d.ts +0 -9
- package/lib/base-utils/min-max.d.ts +0 -3
- package/lib/base-utils/number-converter.d.ts +0 -7
- package/lib/base-utils/relative-rect.d.ts +0 -5
- package/lib/base-utils/unit-converter.d.ts +0 -22
- package/lib/base-utils/utils.d.ts +0 -14
- package/lib/base-utils/web-utils/base.d.ts +0 -5
- package/lib/client-ribbon/client-ribbon/i-localized-ribbon-item-options.d.ts +0 -4
- package/lib/client-ribbon/client-ribbon/i-ribbon-item-options.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/i-ribbon-text-content-options.d.ts +0 -8
- package/lib/client-ribbon/client-ribbon/i-toolbar-item-options.d.ts +0 -70
- package/lib/client-ribbon/client-ribbon/index.d.ts +0 -3
- package/lib/client-ribbon/client-ribbon/index.js +0 -2
- package/lib/client-ribbon/client-ribbon/ribbon.d.ts +0 -74
- package/lib/client-ribbon/client-ribbon/toolbar-items/index.d.ts +0 -11
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-button-group-item.d.ts +0 -11
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-button-item.d.ts +0 -15
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-color-box-item.d.ts +0 -15
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-interactive-item.d.ts +0 -27
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-base.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/base-types.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.js +0 -28
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.js +0 -26
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.d.ts +0 -18
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/index.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.d.ts +0 -20
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.js +0 -109
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.d.ts +0 -17
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.d.ts +0 -7
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.js +0 -17
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-menu-item.d.ts +0 -20
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-number-box-item.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-select-box-item.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-separator-item.d.ts +0 -8
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-sub-menu-item.d.ts +0 -20
- package/lib/core/canvas/i-control-height-provider.d.ts +0 -4
- package/lib/core/canvas/picture-renderer.d.ts +0 -6
- package/lib/core/canvas/renderer-class-names.d.ts +0 -68
- package/lib/core/canvas/renderes/z-index-helper.d.ts +0 -26
- package/lib/core/document-format.d.ts +0 -25
- package/lib/core/formats/document-importer-errors.d.ts +0 -8
- package/lib/core/formats/file-name-helper.d.ts +0 -18
- package/lib/core/formats/i-document-exporter.d.ts +0 -5
- package/lib/core/formats/i-document-importer.d.ts +0 -9
- package/lib/core/formats/model-restorer/section-restorer.d.ts +0 -5
- package/lib/core/formats/model-restorer/table-restorer.d.ts +0 -25
- package/lib/core/formats/options.d.ts +0 -4
- package/lib/core/formats/utils/color/theme-color-index-calculator.d.ts +0 -8
- package/lib/core/formats/utils/color/theme-color-index-calculator.js +0 -51
- package/lib/core/formats/utils/color/tint-and-shade-calculator.d.ts +0 -8
- package/lib/core/formats/utils/cross-existing-iterator.d.ts +0 -25
- package/lib/core/formats/utils/document-formats-helper.d.ts +0 -6
- package/lib/core/formats/utils/enums.d.ts +0 -5
- package/lib/core/formats/utils/extension-helper.d.ts +0 -10
- package/lib/core/formats/utils/extension-helper.js +0 -35
- package/lib/core/formats/utils/images-import.d.ts +0 -21
- package/lib/core/formats/utils/import-bookmark-info-core.d.ts +0 -7
- package/lib/core/formats/utils/import-comment-info.d.ts +0 -11
- package/lib/core/formats/utils/numbering-list-index-constants.d.ts +0 -7
- package/lib/core/formats/utils/string-helper.d.ts +0 -14
- package/lib/core/interfaces/i-document-layout-changes-listener.d.ts +0 -7
- package/lib/core/interfaces/i-font-changes-listener.d.ts +0 -9
- package/lib/core/interfaces/model-changes-listener.d.ts +0 -5
- package/lib/core/layout/document-layout-details-level.d.ts +0 -13
- package/lib/core/layout/document-layout.d.ts +0 -33
- package/lib/core/layout/layout-point.d.ts +0 -12
- package/lib/core/layout/layout-position.d.ts +0 -81
- package/lib/core/layout/main-structures/layout-boxes/bookmark-box.d.ts +0 -14
- package/lib/core/layout/main-structures/layout-boxes/layout-anchored-object-box.d.ts +0 -44
- package/lib/core/layout/main-structures/layout-boxes/layout-anchored-picture-box.d.ts +0 -19
- package/lib/core/layout/main-structures/layout-boxes/layout-anchored-text-box.d.ts +0 -18
- package/lib/core/layout/main-structures/layout-boxes/layout-box.d.ts +0 -70
- package/lib/core/layout/main-structures/layout-boxes/layout-column-break-box.d.ts +0 -10
- package/lib/core/layout/main-structures/layout-boxes/layout-dash-box.d.ts +0 -25
- package/lib/core/layout/main-structures/layout-boxes/layout-dependent-text-box.d.ts +0 -18
- package/lib/core/layout/main-structures/layout-boxes/layout-field-code-end-box.d.ts +0 -9
- package/lib/core/layout/main-structures/layout-boxes/layout-field-code-start-box.d.ts +0 -18
- package/lib/core/layout/main-structures/layout-boxes/layout-field-result-end-box.d.ts +0 -14
- package/lib/core/layout/main-structures/layout-boxes/layout-line-break-box.d.ts +0 -23
- package/lib/core/layout/main-structures/layout-boxes/layout-non-breaking-space-box.d.ts +0 -22
- package/lib/core/layout/main-structures/layout-boxes/layout-numbering-list-box.d.ts +0 -27
- package/lib/core/layout/main-structures/layout-boxes/layout-page-break-box.d.ts +0 -24
- package/lib/core/layout/main-structures/layout-boxes/layout-paragraph-mark-box.d.ts +0 -24
- package/lib/core/layout/main-structures/layout-boxes/layout-picture-box.d.ts +0 -26
- package/lib/core/layout/main-structures/layout-boxes/layout-section-mark-box.d.ts +0 -10
- package/lib/core/layout/main-structures/layout-boxes/layout-space-box.d.ts +0 -20
- package/lib/core/layout/main-structures/layout-boxes/layout-tab-space-box.d.ts +0 -45
- package/lib/core/layout/main-structures/layout-boxes/layout-text-box.d.ts +0 -31
- package/lib/core/layout/main-structures/layout-column.d.ts +0 -22
- package/lib/core/layout/main-structures/layout-page-area.d.ts +0 -13
- package/lib/core/layout/main-structures/layout-page.d.ts +0 -62
- package/lib/core/layout/main-structures/layout-row.d.ts +0 -55
- package/lib/core/layout/selection/layout-selection-info.d.ts +0 -19
- package/lib/core/layout/selection/layout-selection-items.d.ts +0 -39
- package/lib/core/layout/selection/layout-selection-page-info.d.ts +0 -9
- package/lib/core/layout/selection/layout-selection.d.ts +0 -16
- package/lib/core/layout/table/layout-table-cell-info.d.ts +0 -26
- package/lib/core/layout/table/layout-table-info.d.ts +0 -31
- package/lib/core/layout/table/layout-table-row-info.d.ts +0 -18
- package/lib/core/layout/table/table-cell-iterator.d.ts +0 -67
- package/lib/core/layout-engine/layout-anchor-object-finder.d.ts +0 -9
- package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-base.d.ts +0 -24
- package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.d.ts +0 -13
- package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.d.ts +0 -12
- package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.d.ts +0 -10
- package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.d.ts +0 -23
- package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.d.ts +0 -10
- package/lib/core/layout-engine/layout-position-creator.d.ts +0 -51
- package/lib/core/layout-formatter/box/box-iterator.d.ts +0 -28
- package/lib/core/layout-formatter/box/box-wrap.d.ts +0 -28
- package/lib/core/layout-formatter/box/box-wraps-holder.d.ts +0 -38
- package/lib/core/layout-formatter/box/generator/box-infos-generator.d.ts +0 -64
- package/lib/core/layout-formatter/box/generator/multi-dimension-iterator.d.ts +0 -1
- package/lib/core/layout-formatter/box/generator/one-dimension-itertors.d.ts +0 -19
- package/lib/core/layout-formatter/box/generator/recursive-objects-iterators.d.ts +0 -39
- package/lib/core/layout-formatter/changes/changes/column-change.d.ts +0 -10
- package/lib/core/layout-formatter/changes/changes/layout-change-base.d.ts +0 -46
- package/lib/core/layout-formatter/changes/changes/page-area-change.d.ts +0 -9
- package/lib/core/layout-formatter/changes/changes/page-change.d.ts +0 -12
- package/lib/core/layout-formatter/changes/changes/selection/layout-area-selection-change.d.ts +0 -8
- package/lib/core/layout-formatter/changes/changes/selection/layout-page-selection-change.d.ts +0 -8
- package/lib/core/layout-formatter/changes/engine/changes-manager.d.ts +0 -10
- package/lib/core/layout-formatter/changes/engine/changes-merger.d.ts +0 -34
- package/lib/core/layout-formatter/changes/engine/page-changes-collector.d.ts +0 -14
- package/lib/core/layout-formatter/changes/engine/paragraph-frame-changes-collector.d.ts +0 -14
- package/lib/core/layout-formatter/changes/engine/table-cells-comparer.d.ts +0 -12
- package/lib/core/layout-formatter/floating/anchored-objects-manager.d.ts +0 -27
- package/lib/core/layout-formatter/floating/anchored-objects-manager.js +0 -37
- package/lib/core/layout-formatter/floating/layout-row-bounds-manager.d.ts +0 -27
- package/lib/core/layout-formatter/floating/page-anchored-object-holder.d.ts +0 -21
- package/lib/core/layout-formatter/floating/position-calculators/base-calculator.d.ts +0 -14
- package/lib/core/layout-formatter/floating/position-calculators/horizontal.d.ts +0 -17
- package/lib/core/layout-formatter/floating/position-calculators/vertical.d.ts +0 -15
- package/lib/core/layout-formatter/floating/render-level-calculator.d.ts +0 -23
- package/lib/core/layout-formatter/formatter/base-formatter.d.ts +0 -57
- package/lib/core/layout-formatter/formatter/enums.d.ts +0 -13
- package/lib/core/layout-formatter/formatter/main-formatter.d.ts +0 -30
- package/lib/core/layout-formatter/formatter/model-changes-listener.d.ts +0 -9
- package/lib/core/layout-formatter/formatter/other-page-area-formatter.d.ts +0 -16
- package/lib/core/layout-formatter/formatter/utils/bounds-calculator.d.ts +0 -37
- package/lib/core/layout-formatter/formatter/utils/columns-calculator.d.ts +0 -8
- package/lib/core/layout-formatter/formatter/utils/floating-restart-info-holder.d.ts +0 -16
- package/lib/core/layout-formatter/formatter/utils/last-row-info.d.ts +0 -22
- package/lib/core/layout-formatter/formatter/utils/layout-dependent-cache.d.ts +0 -10
- package/lib/core/layout-formatter/formatter/utils/number-utils.d.ts +0 -7
- package/lib/core/layout-formatter/formatter/utils/remove-redundant-helper.d.ts +0 -19
- package/lib/core/layout-formatter/formatter/utils/restart-preparer.d.ts +0 -18
- package/lib/core/layout-formatter/invalidator/header-footer-invalidator-helper.d.ts +0 -21
- package/lib/core/layout-formatter/invalidator/layout-invalidator.d.ts +0 -45
- package/lib/core/layout-formatter/invalidator/position-savers.d.ts +0 -46
- package/lib/core/layout-formatter/invalidator/remove-content-helper.d.ts +0 -9
- package/lib/core/layout-formatter/managers/formatter-manager.d.ts +0 -73
- package/lib/core/layout-formatter/managers/formatter-manager.js +0 -163
- package/lib/core/layout-formatter/managers/restart-manager.d.ts +0 -16
- package/lib/core/layout-formatter/row/formatter.d.ts +0 -56
- package/lib/core/layout-formatter/row/result.d.ts +0 -34
- package/lib/core/layout-formatter/row/size-engine/row-formatting-info.d.ts +0 -36
- package/lib/core/layout-formatter/row/size-engine/row-height-calculator.d.ts +0 -21
- package/lib/core/layout-formatter/row/size-engine/row-height-state.d.ts +0 -16
- package/lib/core/layout-formatter/row/size-engine/row-sizes-manager.d.ts +0 -36
- package/lib/core/layout-formatter/row/states.d.ts +0 -35
- package/lib/core/layout-formatter/row/tab-info.d.ts +0 -24
- package/lib/core/layout-formatter/row/utils/box-aligner.d.ts +0 -13
- package/lib/core/layout-formatter/row/utils/line-spacing-calculator.d.ts +0 -38
- package/lib/core/layout-formatter/row/utils/rectangle-utils.d.ts +0 -6
- package/lib/core/layout-formatter/row/utils/row-spacing-before-applier.d.ts +0 -29
- package/lib/core/layout-formatter/row/word-holder.d.ts +0 -10
- package/lib/core/layout-formatter/table/background-info-creator.d.ts +0 -11
- package/lib/core/layout-formatter/table/borders/border-helper.d.ts +0 -52
- package/lib/core/layout-formatter/table/borders/border-merger.d.ts +0 -7
- package/lib/core/layout-formatter/table/borders/borders-creator.d.ts +0 -10
- package/lib/core/layout-formatter/table/borders/horizontal-line-borders-info.d.ts +0 -13
- package/lib/core/layout-formatter/table/borders/layout-table-border.d.ts +0 -24
- package/lib/core/layout-formatter/table/borders/layout-table-horizontal-border.d.ts +0 -13
- package/lib/core/layout-formatter/table/formatter.d.ts +0 -74
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-interval.d.ts +0 -29
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.d.ts +0 -12
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.d.ts +0 -9
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.d.ts +0 -11
- package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.d.ts +0 -19
- package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.d.ts +0 -9
- package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator.d.ts +0 -49
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-properties-cache.d.ts +0 -33
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.d.ts +0 -20
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.js +0 -86
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.d.ts +0 -14
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.js +0 -74
- package/lib/core/layout-formatter/table/grid-engine/cell-grid-info-manager.d.ts +0 -9
- package/lib/core/layout-formatter/table/grid-engine/columns.d.ts +0 -8
- package/lib/core/layout-formatter/table/grid-engine/creator.d.ts +0 -6
- package/lib/core/layout-formatter/table/grid-engine/grid.d.ts +0 -12
- package/lib/core/layout-formatter/table/horizontal-cursor-borders-helper.d.ts +0 -9
- package/lib/core/layout-formatter/table/info/cell-info.d.ts +0 -60
- package/lib/core/layout-formatter/table/info/cell-order-helper.d.ts +0 -13
- package/lib/core/layout-formatter/table/info/row-info.d.ts +0 -23
- package/lib/core/layout-formatter/table/info/table-info.d.ts +0 -64
- package/lib/core/layout-formatter/table/layout-row-index-helper.d.ts +0 -1
- package/lib/core/layout-formatter/table/other.d.ts +0 -18
- package/lib/core/layout-formatter/table/size-compressor.d.ts +0 -14
- package/lib/core/layout-formatter/table/table-alignment-applier.d.ts +0 -13
- package/lib/core/layout-formatter/table/utils/table-anchored-objects-holder.d.ts +0 -9
- package/lib/core/measurer/measure-info.d.ts +0 -19
- package/lib/core/measurer/measurer.d.ts +0 -29
- package/lib/core/model/bookmarks.d.ts +0 -48
- package/lib/core/model/borders/border-base.d.ts +0 -12
- package/lib/core/model/borders/border-info.d.ts +0 -22
- package/lib/core/model/borders/enums.d.ts +0 -195
- package/lib/core/model/borders/layout-border.d.ts +0 -4
- package/lib/core/model/borders/table-border-base.d.ts +0 -12
- package/lib/core/model/borders/table-border-base.js +0 -23
- package/lib/core/model/borders/table-borders.d.ts +0 -13
- package/lib/core/model/borders/table-borders.js +0 -34
- package/lib/core/model/borders/table-cell-borders.d.ts +0 -12
- package/lib/core/model/borders/table-cell-borders.js +0 -28
- package/lib/core/model/caches/caches.d.ts +0 -37
- package/lib/core/model/caches/control-fonts.d.ts +0 -13
- package/lib/core/model/caches/hash-based-cache.d.ts +0 -37
- package/lib/core/model/caches/hashed-caches/character-properties-cache.d.ts +0 -11
- package/lib/core/model/caches/hashed-caches/color-model-info-cache.d.ts +0 -9
- package/lib/core/model/caches/hashed-caches/drawing-color-model-info-cache.d.ts +0 -9
- package/lib/core/model/caches/hashed-caches/font-info-cache.d.ts +0 -23
- package/lib/core/model/caches/hashed-caches/list-level-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/masked-character-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/masked-paragraph-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/paragraph-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/scene3d-properties-info-cache.d.ts +0 -8
- package/lib/core/model/caches/hashed-caches/scene3d-rotation-info-cache.d.ts +0 -8
- package/lib/core/model/caches/hashed-caches/shading-info-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/table-cell-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/table-properties-cache.d.ts +0 -5
- package/lib/core/model/caches/hashed-caches/table-row-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/images.d.ts +0 -61
- package/lib/core/model/caches/images.js +0 -193
- package/lib/core/model/changes/change-base.d.ts +0 -18
- package/lib/core/model/changes/change.d.ts +0 -70
- package/lib/core/model/changes/enums.d.ts +0 -72
- package/lib/core/model/changes/model/create-style-link.d.ts +0 -8
- package/lib/core/model/changes/model/default-tab-width.d.ts +0 -8
- package/lib/core/model/changes/model/delete-style-link.d.ts +0 -8
- package/lib/core/model/changes/model/different-odd-and-even-pages.d.ts +0 -8
- package/lib/core/model/changes/model/document-protection-changed.d.ts +0 -9
- package/lib/core/model/changes/model/header-created.d.ts +0 -12
- package/lib/core/model/changes/model/header-footer-index-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/abstract-numbering-list-added.d.ts +0 -8
- package/lib/core/model/changes/model/list/abstract-numbering-list-deleted.d.ts +0 -8
- package/lib/core/model/changes/model/list/i-override-list-level-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/list-level-character-property-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/list-level-paragraph-property-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/list-level-property-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/numbering-list-added.d.ts +0 -8
- package/lib/core/model/changes/model/list/numbering-list-deleted.d.ts +0 -8
- package/lib/core/model/changes/model/load-font.d.ts +0 -9
- package/lib/core/model/changes/model/page-color.d.ts +0 -8
- package/lib/core/model/changes/model/section-formatting-changed.d.ts +0 -14
- package/lib/core/model/changes/model/section-merged.d.ts +0 -11
- package/lib/core/model/changes/sub-document/anchor/anchor-info-property-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/anchor/anchored-text-box-properties-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/anchor/anchored-text-box-size-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/anchor/shape-changed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/anchor/shape-property-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/bookmark/created.d.ts +0 -12
- package/lib/core/model/changes/sub-document/bookmark/deleted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/field/deleted.d.ts +0 -9
- package/lib/core/model/changes/sub-document/field/fields-show-code-changed.d.ts +0 -10
- package/lib/core/model/changes/sub-document/field/hyperlink-info-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/field/inserted.d.ts +0 -11
- package/lib/core/model/changes/sub-document/list/paragraph-numbering-list-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/picture/anchored-picture-size-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/picture/anchored-pictureinserted.d.ts +0 -15
- package/lib/core/model/changes/sub-document/picture/inline-object-run-property-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/picture/inline-picture-inserted.d.ts +0 -11
- package/lib/core/model/changes/sub-document/picture/inline-pictures-updated.d.ts +0 -10
- package/lib/core/model/changes/sub-document/picture/load-pictures-info.d.ts +0 -10
- package/lib/core/model/changes/sub-document/properties/character-formatting-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/properties/character-properties-changed.d.ts +0 -11
- package/lib/core/model/changes/sub-document/properties/merged-props-reset.d.ts +0 -10
- package/lib/core/model/changes/sub-document/properties/paragraph-formatting-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/properties/paragraph-properties-changed.d.ts +0 -18
- package/lib/core/model/changes/sub-document/range-permissions-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/style/character-style-applied.d.ts +0 -12
- package/lib/core/model/changes/sub-document/style/paragraph-style-applied.d.ts +0 -12
- package/lib/core/model/changes/sub-document/style/table-style-changed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/tab/deleted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/tab/inserted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/cell-inserted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/cell-merged-horizontally.d.ts +0 -13
- package/lib/core/model/changes/sub-document/table/cell-property-changed.d.ts +0 -15
- package/lib/core/model/changes/sub-document/table/cell-removed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/cell-splitted-horizontally.d.ts +0 -13
- package/lib/core/model/changes/sub-document/table/created.d.ts +0 -10
- package/lib/core/model/changes/sub-document/table/property-changed.d.ts +0 -15
- package/lib/core/model/changes/sub-document/table/removed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/row-inserted.d.ts +0 -11
- package/lib/core/model/changes/sub-document/table/row-property-changed.d.ts +0 -15
- package/lib/core/model/changes/sub-document/table/row-removed.d.ts +0 -11
- package/lib/core/model/changes/sub-document/table/start-position-shifted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/text/anchor-object-removed.d.ts +0 -10
- package/lib/core/model/changes/sub-document/text/anchored-text-box-inserted.d.ts +0 -13
- package/lib/core/model/changes/sub-document/text/interval-removed.d.ts +0 -11
- package/lib/core/model/changes/sub-document/text/paragraph-inserted.d.ts +0 -9
- package/lib/core/model/changes/sub-document/text/paragraph-merged.d.ts +0 -12
- package/lib/core/model/changes/sub-document/text/section-inserted.d.ts +0 -10
- package/lib/core/model/changes/sub-document/text/simple-run-inserted.d.ts +0 -17
- package/lib/core/model/changes/sub-document/text/text-buffer-changed.d.ts +0 -11
- package/lib/core/model/character/character-properties-helper.d.ts +0 -21
- package/lib/core/model/character/character-properties.d.ts +0 -69
- package/lib/core/model/character/character-property-descriptor.d.ts +0 -227
- package/lib/core/model/character/character-style.d.ts +0 -14
- package/lib/core/model/character/composite-font-info.d.ts +0 -17
- package/lib/core/model/character/enums.d.ts +0 -74
- package/lib/core/model/character/history-runs.d.ts +0 -54
- package/lib/core/model/character/lang-info.d.ts +0 -13
- package/lib/core/model/character/layout-character-properties-color-info.d.ts +0 -10
- package/lib/core/model/character/run-iterator.d.ts +0 -25
- package/lib/core/model/chunk.d.ts +0 -16
- package/lib/core/model/color/color-hsl.d.ts +0 -47
- package/lib/core/model/color/color-model-info.d.ts +0 -48
- package/lib/core/model/color/color-model-info.js +0 -170
- package/lib/core/model/color/color-provider.d.ts +0 -17
- package/lib/core/model/color/color.d.ts +0 -19
- package/lib/core/model/color/color.js +0 -59
- package/lib/core/model/color/d-xsystem-colors.d.ts +0 -33
- package/lib/core/model/color/dx-color.d.ts +0 -16
- package/lib/core/model/color/enums.d.ts +0 -49
- package/lib/core/model/color/palette.d.ts +0 -60
- package/lib/core/model/color/sc-rgbcolor.d.ts +0 -19
- package/lib/core/model/comments/comment.d.ts +0 -15
- package/lib/core/model/compat-settings.d.ts +0 -7
- package/lib/core/model/creator/cache.d.ts +0 -13
- package/lib/core/model/creator/creator.d.ts +0 -36
- package/lib/core/model/creator/font-corrector.d.ts +0 -15
- package/lib/core/model/creator/options.d.ts +0 -10
- package/lib/core/model/document-model.d.ts +0 -168
- package/lib/core/model/drawing/backdrop-plane.d.ts +0 -12
- package/lib/core/model/drawing/container-effect.d.ts +0 -12
- package/lib/core/model/drawing/drawing-color-model-info.d.ts +0 -53
- package/lib/core/model/drawing/drawing-color.d.ts +0 -48
- package/lib/core/model/drawing/drawing-effect-collection.d.ts +0 -7
- package/lib/core/model/drawing/drawing-effect-style.d.ts +0 -12
- package/lib/core/model/drawing/drawing-fill.d.ts +0 -12
- package/lib/core/model/drawing/drawing-text-font.d.ts +0 -31
- package/lib/core/model/drawing/drawing-value-constants.d.ts +0 -23
- package/lib/core/model/drawing/enums.d.ts +0 -174
- package/lib/core/model/drawing/interfaces.d.ts +0 -19
- package/lib/core/model/drawing/outline.d.ts +0 -11
- package/lib/core/model/drawing/scene3d-properties-info.d.ts +0 -33
- package/lib/core/model/drawing/scene3d-properties.d.ts +0 -13
- package/lib/core/model/drawing/scene3d-rotation-info.d.ts +0 -13
- package/lib/core/model/drawing/scene3d-vector.d.ts +0 -10
- package/lib/core/model/drawing/shape-bevel3d-properties.d.ts +0 -11
- package/lib/core/model/drawing/shape3d-properties.d.ts +0 -22
- package/lib/core/model/drawing/transform/alpha-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/alpha-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/alpha-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/blue-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/blue-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/blue-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/color-transform-base.d.ts +0 -14
- package/lib/core/model/drawing/transform/color-transform-collection.d.ts +0 -11
- package/lib/core/model/drawing/transform/color-transform-value-base.d.ts +0 -14
- package/lib/core/model/drawing/transform/complement-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/gamma-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/grayscale-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/green-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/green-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/green-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/hue-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/hue-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/hue-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/inverse-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/inverse-gamma-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/luminance-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/luminance-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/luminance-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/red-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/red-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/red-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/saturation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/saturation-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/saturation-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/shade-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/tint-color-transform.d.ts +0 -8
- package/lib/core/model/enums.d.ts +0 -7
- package/lib/core/model/fields/check-box-properties.d.ts +0 -44
- package/lib/core/model/fields/field-context-menu-helper.d.ts +0 -15
- package/lib/core/model/fields/field-request-manager.d.ts +0 -43
- package/lib/core/model/fields/field.d.ts +0 -113
- package/lib/core/model/fields/form-field-properties.d.ts +0 -42
- package/lib/core/model/fields/names.d.ts +0 -16
- package/lib/core/model/fields/parsers/field-code-parser-client-updating-base.d.ts +0 -9
- package/lib/core/model/fields/parsers/field-code-parser-date.d.ts +0 -8
- package/lib/core/model/fields/parsers/field-code-parser-doc-variable.d.ts +0 -15
- package/lib/core/model/fields/parsers/field-code-parser-hyperlink.d.ts +0 -9
- package/lib/core/model/fields/parsers/field-code-parser-merge-field.d.ts +0 -13
- package/lib/core/model/fields/parsers/field-code-parser-num-pages.d.ts +0 -7
- package/lib/core/model/fields/parsers/field-code-parser-page-ref.d.ts +0 -10
- package/lib/core/model/fields/parsers/field-code-parser-page.d.ts +0 -8
- package/lib/core/model/fields/parsers/field-code-parser-seq.d.ts +0 -10
- package/lib/core/model/fields/parsers/field-code-parser-tc.d.ts +0 -10
- package/lib/core/model/fields/parsers/field-code-parser-time.d.ts +0 -7
- package/lib/core/model/fields/parsers/field-code-parser-toc.d.ts +0 -67
- package/lib/core/model/fields/parsers/field-code-parser.d.ts +0 -108
- package/lib/core/model/fields/parsers/fill-in.d.ts +0 -7
- package/lib/core/model/fields/tree-creator.d.ts +0 -41
- package/lib/core/model/fields/update-sequence-info.d.ts +0 -5
- package/lib/core/model/find-replace-helper.d.ts +0 -76
- package/lib/core/model/floating-objects/anchor-info.d.ts +0 -42
- package/lib/core/model/floating-objects/enums.d.ts +0 -79
- package/lib/core/model/floating-objects/sizes.d.ts +0 -57
- package/lib/core/model/floating-objects/sizes.js +0 -144
- package/lib/core/model/floating-objects/text-box-properties.d.ts +0 -19
- package/lib/core/model/fonts/control-font.d.ts +0 -30
- package/lib/core/model/fonts/font-chooser.d.ts +0 -11
- package/lib/core/model/fonts/font-face-descriptors.d.ts +0 -21
- package/lib/core/model/fonts/font-info.d.ts +0 -40
- package/lib/core/model/fonts/fonts-map.d.ts +0 -311
- package/lib/core/model/fonts/google-fonts.d.ts +0 -14
- package/lib/core/model/fonts/grabber.d.ts +0 -34
- package/lib/core/model/fonts/loader.d.ts +0 -13
- package/lib/core/model/fonts/measurer.d.ts +0 -17
- package/lib/core/model/full-chunk-and-run-info.d.ts +0 -33
- package/lib/core/model/history/base/history-item.d.ts +0 -20
- package/lib/core/model/history/base/history.d.ts +0 -34
- package/lib/core/model/history/base/i-history.d.ts +0 -19
- package/lib/core/model/history/base/interval-based-history-item.d.ts +0 -11
- package/lib/core/model/history/base/position-based-history-item.d.ts +0 -10
- package/lib/core/model/history/items/apply-field-hyperlink-style-history-item.d.ts +0 -11
- package/lib/core/model/history/items/apply-style-history-items.d.ts +0 -34
- package/lib/core/model/history/items/bookmark-history-items.d.ts +0 -18
- package/lib/core/model/history/items/change-field-hyperlink-info-history-item.d.ts +0 -14
- package/lib/core/model/history/items/change-rectangular-object-history-item.d.ts +0 -21
- package/lib/core/model/history/items/character-properties-history-items.d.ts +0 -102
- package/lib/core/model/history/items/create-style-link-history-item.d.ts +0 -12
- package/lib/core/model/history/items/document-properties-history-items.d.ts +0 -24
- package/lib/core/model/history/items/document-protection-history-item.d.ts +0 -11
- package/lib/core/model/history/items/field-insert-history-item.d.ts +0 -16
- package/lib/core/model/history/items/floating-objects/anchor-info-property-history-item.d.ts +0 -16
- package/lib/core/model/history/items/floating-objects/change-anchored-picture-size-history-item.d.ts +0 -14
- package/lib/core/model/history/items/floating-objects/change-anchored-text-box-size-history-item.d.ts +0 -14
- package/lib/core/model/history/items/floating-objects/change-image-property-history-item.d.ts +0 -15
- package/lib/core/model/history/items/floating-objects/change-text-box-properties-history-item.d.ts +0 -14
- package/lib/core/model/history/items/floating-objects/insert-anchored-picture-history-item.d.ts +0 -23
- package/lib/core/model/history/items/floating-objects/shape-property-history-item.d.ts +0 -24
- package/lib/core/model/history/items/header-footer-history-items.d.ts +0 -23
- package/lib/core/model/history/items/insert-inline-picture-history-item.d.ts +0 -15
- package/lib/core/model/history/items/insert-paragraph-history-item.d.ts +0 -10
- package/lib/core/model/history/items/insert-section-history-item.d.ts +0 -16
- package/lib/core/model/history/items/insert-sub-document-history-item.d.ts +0 -18
- package/lib/core/model/history/items/insert-text-history-item.d.ts +0 -11
- package/lib/core/model/history/items/list-level-character-properties-history-items.d.ts +0 -73
- package/lib/core/model/history/items/list-level-paragraph-properties-history-items.d.ts +0 -77
- package/lib/core/model/history/items/list-level-properties-history-items.d.ts +0 -60
- package/lib/core/model/history/items/non-visual-drawing-object-info.d.ts +0 -16
- package/lib/core/model/history/items/numbering-list-history-items.d.ts +0 -59
- package/lib/core/model/history/items/paragraph-properties-history-items.d.ts +0 -123
- package/lib/core/model/history/items/range-permission-history-item.d.ts +0 -18
- package/lib/core/model/history/items/remove-hyperlink-history-item.d.ts +0 -23
- package/lib/core/model/history/items/remove-interval-history-item.d.ts +0 -12
- package/lib/core/model/history/items/section-properties-history-items.d.ts +0 -67
- package/lib/core/model/history/items/switch-text-box-sub-documents-state-history-item.d.ts +0 -14
- package/lib/core/model/history/items/tables/change-table-cell-history-items.d.ts +0 -26
- package/lib/core/model/history/items/tables/create-table-history-item.d.ts +0 -23
- package/lib/core/model/history/items/tables/insert-table-row-history-item.d.ts +0 -14
- package/lib/core/model/history/items/tables/remove-table-cell-history-item.d.ts +0 -15
- package/lib/core/model/history/items/tables/remove-table-history-item.d.ts +0 -10
- package/lib/core/model/history/items/tables/remove-table-row-history-item.d.ts +0 -14
- package/lib/core/model/history/items/tables/split-table-cell-history-item.d.ts +0 -20
- package/lib/core/model/history/items/tables/table-cell-properties-history-items.d.ts +0 -74
- package/lib/core/model/history/items/tables/table-properties-history-items.d.ts +0 -74
- package/lib/core/model/history/items/tables/table-row-properties-history-items.d.ts +0 -62
- package/lib/core/model/history/items/text-run-change-case-history-item.d.ts +0 -32
- package/lib/core/model/history/states/history-item-state-object.d.ts +0 -158
- package/lib/core/model/history/states/history-item-state.d.ts +0 -14
- package/lib/core/model/interfaces.d.ts +0 -28
- package/lib/core/model/json/command-request.d.ts +0 -65
- package/lib/core/model/json/command-type.d.ts +0 -92
- package/lib/core/model/json/enums/json-character-enums.d.ts +0 -75
- package/lib/core/model/json/enums/json-control-enums.d.ts +0 -70
- package/lib/core/model/json/enums/json-document-enums.d.ts +0 -52
- package/lib/core/model/json/enums/json-field-enums.d.ts +0 -40
- package/lib/core/model/json/enums/json-floating-enums.d.ts +0 -96
- package/lib/core/model/json/enums/json-floating-enums.js +0 -108
- package/lib/core/model/json/enums/json-general-enums.d.ts +0 -78
- package/lib/core/model/json/enums/json-list-enums.d.ts +0 -56
- package/lib/core/model/json/enums/json-paragraph-enums.d.ts +0 -62
- package/lib/core/model/json/enums/json-run-enums.d.ts +0 -41
- package/lib/core/model/json/enums/json-section-enums.d.ts +0 -40
- package/lib/core/model/json/enums/json-style-enums.d.ts +0 -50
- package/lib/core/model/json/enums/json-sub-document-enums.d.ts +0 -56
- package/lib/core/model/json/enums/json-top-level-enums.d.ts +0 -81
- package/lib/core/model/json/enums/table/json-table-cell-enums.d.ts +0 -48
- package/lib/core/model/json/enums/table/json-table-enums.d.ts +0 -60
- package/lib/core/model/json/enums/table/json-table-row-enums.d.ts +0 -48
- package/lib/core/model/json/enums/table/json-table-structures-enums.d.ts +0 -39
- package/lib/core/model/json/exporters/json-control-options-converter.d.ts +0 -6
- package/lib/core/model/json/exporters/json-exporter.d.ts +0 -12
- package/lib/core/model/json/exporters/json-numbering-list-exporter.d.ts +0 -7
- package/lib/core/model/json/exporters/json-sub-document-exporter.d.ts +0 -10
- package/lib/core/model/json/exporters/json-table-exporter.d.ts +0 -7
- package/lib/core/model/json/importers/image-cache-info-converter.d.ts +0 -8
- package/lib/core/model/json/importers/image-cache-info-converter.js +0 -36
- package/lib/core/model/json/importers/json-border-info-converter.d.ts +0 -7
- package/lib/core/model/json/importers/json-color-model-info-converter.d.ts +0 -6
- package/lib/core/model/json/importers/json-drawing-color-converter.d.ts +0 -17
- package/lib/core/model/json/importers/json-font-info-converter.d.ts +0 -6
- package/lib/core/model/json/importers/json-importer.d.ts +0 -25
- package/lib/core/model/json/importers/json-masked-character-properties-converter.d.ts +0 -15
- package/lib/core/model/json/importers/json-masked-paragraph-properties-converter.d.ts +0 -8
- package/lib/core/model/json/importers/json-shading-info-converter.d.ts +0 -7
- package/lib/core/model/json/importers/json-shape-converter.d.ts +0 -6
- package/lib/core/model/json/importers/json-styles-exporter.d.ts +0 -18
- package/lib/core/model/json/importers/json-tab-converter.d.ts +0 -8
- package/lib/core/model/json/importers/numbering-list/json-list-level-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/numbering-list/json-numbering-list-importer.d.ts +0 -11
- package/lib/core/model/json/importers/section/json-columns-section-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/section/json-section-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/server-model-inserter.d.ts +0 -8
- package/lib/core/model/json/importers/sub-document/json-anchor-info-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/json-non-visual-properties.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/json-sub-document-importer.d.ts +0 -12
- package/lib/core/model/json/importers/sub-document/json-text-box-content-margins-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/json-text-box-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/run-importers.d.ts +0 -37
- package/lib/core/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.d.ts +0 -7
- package/lib/core/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.d.ts +0 -6
- package/lib/core/model/json/importers/table/json-table-borders-converter.d.ts +0 -7
- package/lib/core/model/json/importers/table/json-table-borders-converter.js +0 -25
- package/lib/core/model/json/importers/table/json-table-cell-borders-converter.d.ts +0 -7
- package/lib/core/model/json/importers/table/json-table-cell-borders-converter.js +0 -25
- package/lib/core/model/json/importers/table/json-table-cell-margins-converter.d.ts +0 -6
- package/lib/core/model/json/importers/table/json-table-cell-properties-converter.d.ts +0 -8
- package/lib/core/model/json/importers/table/json-table-conditional-style-converter.d.ts +0 -12
- package/lib/core/model/json/importers/table/json-table-importer.d.ts +0 -8
- package/lib/core/model/json/importers/table/json-table-properties-converter.d.ts +0 -8
- package/lib/core/model/json/importers/table/json-table-row-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/table/json-table-unit-converter.d.ts +0 -10
- package/lib/core/model/json/web-caches-exporter.d.ts +0 -14
- package/lib/core/model/manipulators/base-manipulator.d.ts +0 -10
- package/lib/core/model/manipulators/bookmarks-manipulator.d.ts +0 -15
- package/lib/core/model/manipulators/character-properties-manipulator.d.ts +0 -42
- package/lib/core/model/manipulators/doc-merger/merger.d.ts +0 -11
- package/lib/core/model/manipulators/document/sub-document-inserter.d.ts +0 -78
- package/lib/core/model/manipulators/document-properties-manipulator.d.ts +0 -8
- package/lib/core/model/manipulators/document-protection-properties-manipulator.d.ts +0 -13
- package/lib/core/model/manipulators/fields-manipulator.d.ts +0 -34
- package/lib/core/model/manipulators/floating-objects/anchor-info-manipulator.d.ts +0 -28
- package/lib/core/model/manipulators/floating-objects/anchor-info-property-manipulator.d.ts +0 -18
- package/lib/core/model/manipulators/floating-objects/comparers.d.ts +0 -7
- package/lib/core/model/manipulators/floating-objects/floating-objects-manipulator.d.ts +0 -19
- package/lib/core/model/manipulators/floating-objects/image-manipulator.d.ts +0 -14
- package/lib/core/model/manipulators/floating-objects/shape-manipulator.d.ts +0 -27
- package/lib/core/model/manipulators/floating-objects/size-manipulator.d.ts +0 -20
- package/lib/core/model/manipulators/floating-objects/text-box-properties-manipulator.d.ts +0 -11
- package/lib/core/model/manipulators/floating-objects/z-order-manipulator.d.ts +0 -21
- package/lib/core/model/manipulators/font-manipulator.d.ts +0 -13
- package/lib/core/model/manipulators/header-footer-manipulator.d.ts +0 -28
- package/lib/core/model/manipulators/i-properties-manipulator.d.ts +0 -58
- package/lib/core/model/manipulators/inline-object-manipulator.d.ts +0 -24
- package/lib/core/model/manipulators/model-manipulator.d.ts +0 -75
- package/lib/core/model/manipulators/model-manipulator.js +0 -84
- package/lib/core/model/manipulators/numbering-lists/list-level-character-properties-manipulator.d.ts +0 -29
- package/lib/core/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.d.ts +0 -28
- package/lib/core/model/manipulators/numbering-lists/list-level-properties-manipulator.d.ts +0 -22
- package/lib/core/model/manipulators/numbering-lists/numbering-list-manipulator.d.ts +0 -27
- package/lib/core/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.d.ts +0 -16
- package/lib/core/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.js +0 -56
- package/lib/core/model/manipulators/paragraph-manipulator/paragraph-manipulator.d.ts +0 -13
- package/lib/core/model/manipulators/paragraph-properties-manipulator.d.ts +0 -35
- package/lib/core/model/manipulators/picture-manipulator/insert-picture-manipulator-params.d.ts +0 -31
- package/lib/core/model/manipulators/picture-manipulator/loader/client-picture-loader.d.ts +0 -8
- package/lib/core/model/manipulators/picture-manipulator/loader/image-loading-options.d.ts +0 -12
- package/lib/core/model/manipulators/picture-manipulator/loader/picture-loader.d.ts +0 -55
- package/lib/core/model/manipulators/picture-manipulator/loader/server-picture-loader.d.ts +0 -9
- package/lib/core/model/manipulators/picture-manipulator/loader/updated-image-info.d.ts +0 -9
- package/lib/core/model/manipulators/picture-manipulator/non-visual-drawing-object-info.d.ts +0 -9
- package/lib/core/model/manipulators/picture-manipulator/picture-manipulator.d.ts +0 -57
- package/lib/core/model/manipulators/picture-manipulator/picture-manipulator.js +0 -188
- package/lib/core/model/manipulators/range/create-range-copy-operation.d.ts +0 -64
- package/lib/core/model/manipulators/range/create-range-copy-operation.js +0 -459
- package/lib/core/model/manipulators/range/range-manipulator.d.ts +0 -15
- package/lib/core/model/manipulators/range/remove-interval-operation.d.ts +0 -74
- package/lib/core/model/manipulators/range/restore-removed-interval-operation.d.ts +0 -13
- package/lib/core/model/manipulators/range-permission-manipulator.d.ts +0 -8
- package/lib/core/model/manipulators/runs-base-manipulator.d.ts +0 -11
- package/lib/core/model/manipulators/section-manipulator.d.ts +0 -10
- package/lib/core/model/manipulators/section-properties-manipulator.d.ts +0 -26
- package/lib/core/model/manipulators/styles-manipulator.d.ts +0 -23
- package/lib/core/model/manipulators/sub-document-manipulator.d.ts +0 -12
- package/lib/core/model/manipulators/tables/insert-table-cell-operation.d.ts +0 -21
- package/lib/core/model/manipulators/tables/insert-table-cell-operation.js +0 -63
- package/lib/core/model/manipulators/tables/insert-table-row-operation.d.ts +0 -40
- package/lib/core/model/manipulators/tables/merge-table-cells-operation.d.ts +0 -40
- package/lib/core/model/manipulators/tables/merge-table-cells-operation.js +0 -150
- package/lib/core/model/manipulators/tables/table-cell-properties-manipulator.d.ts +0 -21
- package/lib/core/model/manipulators/tables/table-cell-properties-manipulator.js +0 -155
- package/lib/core/model/manipulators/tables/table-normalizator.d.ts +0 -24
- package/lib/core/model/manipulators/tables/table-properties-manipulator.d.ts +0 -23
- package/lib/core/model/manipulators/tables/table-properties-manipulator.js +0 -128
- package/lib/core/model/manipulators/tables/table-row-properties-manipulator.d.ts +0 -18
- package/lib/core/model/manipulators/tables/tables-manipulator.d.ts +0 -79
- package/lib/core/model/manipulators/tables/tables-manipulator.js +0 -781
- package/lib/core/model/manipulators/tabs-manipulator.d.ts +0 -15
- package/lib/core/model/manipulators/text-box-manipulator.d.ts +0 -23
- package/lib/core/model/manipulators/text-case-manipulator.d.ts +0 -16
- package/lib/core/model/manipulators/text-manipulator/chunk-size-corrector.d.ts +0 -21
- package/lib/core/model/manipulators/text-manipulator/insert-text-manipulator-params.d.ts +0 -14
- package/lib/core/model/manipulators/text-manipulator/text-manipulator.d.ts +0 -33
- package/lib/core/model/manipulators/utils/manipulator-params-base.d.ts +0 -24
- package/lib/core/model/model-checks/check-all.d.ts +0 -35
- package/lib/core/model/model-checks/comparer.d.ts +0 -41
- package/lib/core/model/model-checks/comparer.js +0 -261
- package/lib/core/model/model-checks/position.d.ts +0 -19
- package/lib/core/model/model-iterator.d.ts +0 -20
- package/lib/core/model/number-converters/alphabet-based-number-converter.d.ts +0 -7
- package/lib/core/model/number-converters/bullet-number-converter.d.ts +0 -6
- package/lib/core/model/number-converters/decimal-enclosed-parentheses-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/decimal-number-converter.d.ts +0 -6
- package/lib/core/model/number-converters/decimal-zero-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/descriptive-number-converter.d.ts +0 -99
- package/lib/core/model/number-converters/hex-number-converter.d.ts +0 -6
- package/lib/core/model/number-converters/latin-letter-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/number-converter-creator.d.ts +0 -9
- package/lib/core/model/number-converters/number-in-dash-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/numerics-provider.d.ts +0 -22
- package/lib/core/model/number-converters/ordinal-based-number-converter.d.ts +0 -66
- package/lib/core/model/number-converters/roman-number-converter.d.ts +0 -13
- package/lib/core/model/numbering-lists/list-level-properties.d.ts +0 -92
- package/lib/core/model/numbering-lists/list-level.d.ts +0 -84
- package/lib/core/model/numbering-lists/numbering-helper.d.ts +0 -15
- package/lib/core/model/numbering-lists/numbering-list-counters-calculator.d.ts +0 -20
- package/lib/core/model/numbering-lists/numbering-list-id-provider.d.ts +0 -21
- package/lib/core/model/numbering-lists/numbering-list-index-calculator.d.ts +0 -16
- package/lib/core/model/numbering-lists/numbering-list-style.d.ts +0 -7
- package/lib/core/model/numbering-lists/numbering-list.d.ts +0 -48
- package/lib/core/model/numbering-lists/piece-table-numbering-list-counters-manager.d.ts +0 -14
- package/lib/core/model/options/auto-correct.d.ts +0 -18
- package/lib/core/model/options/bookmarks.d.ts +0 -19
- package/lib/core/model/options/control.d.ts +0 -52
- package/lib/core/model/options/document-protection.d.ts +0 -33
- package/lib/core/model/options/fields.d.ts +0 -15
- package/lib/core/model/options/fields.js +0 -41
- package/lib/core/model/options/fonts.d.ts +0 -55
- package/lib/core/model/options/mail-merge.d.ts +0 -11
- package/lib/core/model/options/pdf.d.ts +0 -19
- package/lib/core/model/options/printing.d.ts +0 -12
- package/lib/core/model/options/protection.d.ts +0 -14
- package/lib/core/model/options/rich-options.d.ts +0 -32
- package/lib/core/model/options/search.d.ts +0 -7
- package/lib/core/model/options/spell-checker.d.ts +0 -19
- package/lib/core/model/paragraph/paragraph-properties-helper.d.ts +0 -20
- package/lib/core/model/paragraph/paragraph-properties.d.ts +0 -141
- package/lib/core/model/paragraph/paragraph-property-descriptors.d.ts +0 -262
- package/lib/core/model/paragraph/paragraph-style.d.ts +0 -54
- package/lib/core/model/paragraph/paragraph.d.ts +0 -65
- package/lib/core/model/position/linked-interval.d.ts +0 -20
- package/lib/core/model/position/position-manager.d.ts +0 -20
- package/lib/core/model/position/position.d.ts +0 -9
- package/lib/core/model/properties-merger/character-properties-merger.d.ts +0 -17
- package/lib/core/model/properties-merger/paragraph-properties-merger.d.ts +0 -17
- package/lib/core/model/properties-merger/properties-merger-base.d.ts +0 -20
- package/lib/core/model/protection/hash-algorithm.d.ts +0 -4
- package/lib/core/model/protection/md5.d.ts +0 -13
- package/lib/core/model/protection/password-hash-code-calculator.d.ts +0 -28
- package/lib/core/model/protection/password-hash-code-calculator.js +0 -228
- package/lib/core/model/protection/ripemd160.d.ts +0 -20
- package/lib/core/model/protection/sha1.d.ts +0 -8
- package/lib/core/model/protection/sha256.d.ts +0 -9
- package/lib/core/model/protection/sha384.d.ts +0 -8
- package/lib/core/model/protection/sha512.d.ts +0 -15
- package/lib/core/model/range-permissions.d.ts +0 -40
- package/lib/core/model/rich-utils.d.ts +0 -30
- package/lib/core/model/runs/anchored-picture-run.d.ts +0 -18
- package/lib/core/model/runs/anchored-text-box-run.d.ts +0 -22
- package/lib/core/model/runs/inline-picture-run.d.ts +0 -19
- package/lib/core/model/runs/inline-text-box-run.d.ts +0 -19
- package/lib/core/model/runs/run-base.d.ts +0 -70
- package/lib/core/model/runs/run-type.d.ts +0 -19
- package/lib/core/model/runs/simple-runs.d.ts +0 -57
- package/lib/core/model/runs/text-run.d.ts +0 -18
- package/lib/core/model/section/enums.d.ts +0 -18
- package/lib/core/model/section/header-footer.d.ts +0 -32
- package/lib/core/model/section/line-numbering-properties.d.ts +0 -20
- package/lib/core/model/section/paper-kind.d.ts +0 -128
- package/lib/core/model/section/section-column-properties.d.ts +0 -12
- package/lib/core/model/section/section-properties.d.ts +0 -41
- package/lib/core/model/section/section-property-descriptor.d.ts +0 -166
- package/lib/core/model/section/section.d.ts +0 -23
- package/lib/core/model/sentence-model-builder.d.ts +0 -55
- package/lib/core/model/shadings/shading-info.d.ts +0 -25
- package/lib/core/model/shadings/shading-pattern-helper.d.ts +0 -13
- package/lib/core/model/shadings/shading-pattern.d.ts +0 -57
- package/lib/core/model/shapes/shape.d.ts +0 -12
- package/lib/core/model/simple-sentence-model-builder.d.ts +0 -26
- package/lib/core/model/special-characters.d.ts +0 -52
- package/lib/core/model/style-base.d.ts +0 -17
- package/lib/core/model/styles-manager.d.ts +0 -78
- package/lib/core/model/sub-document-collection.d.ts +0 -14
- package/lib/core/model/sub-document-infos.d.ts +0 -52
- package/lib/core/model/sub-document.d.ts +0 -124
- package/lib/core/model/tables/grid/grid-maker.d.ts +0 -6
- package/lib/core/model/tables/grid/table-cell-grid-info.d.ts +0 -22
- package/lib/core/model/tables/main-structures/table-cell.d.ts +0 -38
- package/lib/core/model/tables/main-structures/table-cell.js +0 -69
- package/lib/core/model/tables/main-structures/table-row.d.ts +0 -32
- package/lib/core/model/tables/main-structures/table-row.js +0 -56
- package/lib/core/model/tables/main-structures/table.d.ts +0 -83
- package/lib/core/model/tables/main-structures/table.js +0 -285
- package/lib/core/model/tables/properties/table-cell-descriptors.d.ts +0 -86
- package/lib/core/model/tables/properties/table-cell-descriptors.js +0 -177
- package/lib/core/model/tables/properties/table-cell-properties.d.ts +0 -73
- package/lib/core/model/tables/properties/table-descriptors.d.ts +0 -96
- package/lib/core/model/tables/properties/table-descriptors.js +0 -199
- package/lib/core/model/tables/properties/table-properties.d.ts +0 -94
- package/lib/core/model/tables/properties/table-row-descriptors.d.ts +0 -34
- package/lib/core/model/tables/properties/table-row-properties.d.ts +0 -40
- package/lib/core/model/tables/properties/table-row-property-descriptor.d.ts +0 -12
- package/lib/core/model/tables/properties-mergers/table-cell-properties-merger.d.ts +0 -99
- package/lib/core/model/tables/properties-mergers/table-cell-properties-merger.js +0 -206
- package/lib/core/model/tables/properties-mergers/table-properties-merger-base.d.ts +0 -24
- package/lib/core/model/tables/properties-mergers/table-properties-merger.d.ts +0 -94
- package/lib/core/model/tables/properties-mergers/table-properties-merger.js +0 -198
- package/lib/core/model/tables/properties-mergers/table-row-properties-merger.d.ts +0 -41
- package/lib/core/model/tables/properties-mergers/table-style-character-properties-merger.d.ts +0 -88
- package/lib/core/model/tables/properties-mergers/table-style-paragraph-properties-merger.d.ts +0 -122
- package/lib/core/model/tables/secondary-structures/table-base-structures.d.ts +0 -99
- package/lib/core/model/tables/secondary-structures/table-border-calculator.d.ts +0 -13
- package/lib/core/model/tables/secondary-structures/table-units.d.ts +0 -37
- package/lib/core/model/tables/styles/table-cell-style.d.ts +0 -12
- package/lib/core/model/tables/styles/table-conditional-style.d.ts +0 -17
- package/lib/core/model/tables/styles/table-style.d.ts +0 -13
- package/lib/core/model/tables/table-utils.d.ts +0 -28
- package/lib/core/model/tables/table-utils.js +0 -191
- package/lib/core/model/themes/culture-info.d.ts +0 -5
- package/lib/core/model/themes/enums.d.ts +0 -65
- package/lib/core/model/themes/office-theme-base.d.ts +0 -15
- package/lib/core/model/themes/theme-drawing-color-collection.d.ts +0 -42
- package/lib/core/model/themes/theme-font-scheme-part.d.ts +0 -17
- package/lib/core/model/themes/theme-font-scheme.d.ts +0 -14
- package/lib/core/model/themes/theme-format-scheme.d.ts +0 -23
- package/lib/core/model/web-settings.d.ts +0 -10
- package/lib/core/model-manager.d.ts +0 -27
- package/lib/core/model-request-handler.d.ts +0 -5
- package/lib/core/processor.d.ts +0 -13
- package/lib/core/rich-utils/common-interfaces.d.ts +0 -13
- package/lib/core/rich-utils/debug/debug-table.d.ts +0 -12
- package/lib/core/rich-utils/debug/logger/base-logger/i-logger.d.ts +0 -7
- package/lib/core/rich-utils/debug/logger/base-logger/i-params-holder.d.ts +0 -5
- package/lib/core/rich-utils/debug/logger/base-logger/log-list-helper.d.ts +0 -5
- package/lib/core/rich-utils/debug/logger/base-logger/log-obj-to-str.d.ts +0 -54
- package/lib/core/rich-utils/debug/logger/base-logger/log-obj-to-str.js +0 -285
- package/lib/core/rich-utils/debug/logger/base-logger/log-source-params-func-handler.d.ts +0 -5
- package/lib/core/rich-utils/debug/logger/base-logger/log-source-params.d.ts +0 -12
- package/lib/core/rich-utils/debug/logger/base-logger/log-source.d.ts +0 -23
- package/lib/core/rich-utils/debug/logger/base-logger/log.d.ts +0 -3
- package/lib/core/rich-utils/debug/logger/base-logger/logger.d.ts +0 -28
- package/lib/core/rich-utils/debug/logger/base-logger/model-params-holder.d.ts +0 -8
- package/lib/core/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.d.ts +0 -30
- package/lib/core/rich-utils/debug/model-checks.d.ts +0 -6
- package/lib/core/rich-utils/html-converter.d.ts +0 -10
- package/lib/core/rich-utils/inner-client-properties.d.ts +0 -8
- package/lib/core/rich-utils/properties-bundle.d.ts +0 -28
- package/lib/core/selection/i-active-sub-document-holder.d.ts +0 -5
- package/lib/core/selection/input-position-base.d.ts +0 -68
- package/lib/core/selection/selected-cells-engine.d.ts +0 -67
- package/lib/core/selection/selected-special-run-info.d.ts +0 -28
- package/lib/core/selection/selection-base.d.ts +0 -7
- package/lib/core/selection/selection-intervals-info.d.ts +0 -33
- package/lib/core/spelling/helpers.d.ts +0 -8
- package/lib/core/spelling/intervals-collections.d.ts +0 -36
- package/lib/core/spelling/intervals-manager.d.ts +0 -33
- package/lib/core/spelling/intervals.d.ts +0 -28
- package/lib/core/spelling/listeners.d.ts +0 -17
- package/lib/core/spelling/spell-checker.d.ts +0 -48
- package/lib/core/string-resources.d.ts +0 -34
- package/lib/core/utils/sub-document-changes-storer.d.ts +0 -10
- package/lib/core/view-settings/views-settings.d.ts +0 -33
- package/lib/core/word-bounds-engine/layout-word-bounds-group-separator.d.ts +0 -19
- package/lib/core/word-bounds-engine/layout-word-bounds.d.ts +0 -42
- package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.d.ts +0 -25
- package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.d.ts +0 -12
- package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-start-bounds-iterator.d.ts +0 -12
- package/lib/document-processor/docvar-args.d.ts +0 -24
- package/lib/document-processor/processor.d.ts +0 -35
- package/lib/document-processor/processor.js +0 -83
- package/lib/document-processor/public/all.d.ts +0 -2
- package/lib/document-processor/public/processor.d.ts +0 -29
- package/lib/document-processor/public/processor.js +0 -50
- package/lib/docx/export/data.d.ts +0 -66
- package/lib/docx/export/docx-export-options.d.ts +0 -9
- package/lib/docx/export/docx-export-options.js +0 -11
- package/lib/docx/export/exporter.d.ts +0 -17
- package/lib/docx/export/exporters/base/character-properties.d.ts +0 -27
- package/lib/docx/export/exporters/base/character-properties.js +0 -181
- package/lib/docx/export/exporters/base/color.d.ts +0 -17
- package/lib/docx/export/exporters/base/color.js +0 -76
- package/lib/docx/export/exporters/base/drawing.d.ts +0 -65
- package/lib/docx/export/exporters/base/drawing.js +0 -526
- package/lib/docx/export/exporters/base/image-exporter.d.ts +0 -6
- package/lib/docx/export/exporters/base/image-exporter.js +0 -22
- package/lib/docx/export/exporters/base/paragraph-properties.d.ts +0 -28
- package/lib/docx/export/exporters/base/paragraph-properties.js +0 -257
- package/lib/docx/export/exporters/base/sections.d.ts +0 -25
- package/lib/docx/export/exporters/base/sections.js +0 -167
- package/lib/docx/export/exporters/base/styles/character-style.d.ts +0 -9
- package/lib/docx/export/exporters/base/styles/numbering-style.d.ts +0 -9
- package/lib/docx/export/exporters/base/styles/paragraph-style.d.ts +0 -9
- package/lib/docx/export/exporters/base/styles/style-base.d.ts +0 -12
- package/lib/docx/export/exporters/base/styles/table-style.d.ts +0 -10
- package/lib/docx/export/exporters/base/styles/table-style.js +0 -41
- package/lib/docx/export/exporters/base/table/table-cell-properties.d.ts +0 -17
- package/lib/docx/export/exporters/base/table/table-cell-properties.js +0 -101
- package/lib/docx/export/exporters/base/table/table-properties.d.ts +0 -19
- package/lib/docx/export/exporters/base/table/table-properties.js +0 -132
- package/lib/docx/export/exporters/base/table/table-row-properties.d.ts +0 -12
- package/lib/docx/export/exporters/base/table/table-row-properties.js +0 -55
- package/lib/docx/export/exporters/base/table/table.d.ts +0 -22
- package/lib/docx/export/exporters/base/table/table.js +0 -130
- package/lib/docx/export/exporters/base/table/width-exporter.d.ts +0 -8
- package/lib/docx/export/exporters/base/table/width-exporter.js +0 -19
- package/lib/docx/export/exporters/base/text.d.ts +0 -13
- package/lib/docx/export/exporters/base/text.js +0 -79
- package/lib/docx/export/exporters/base.d.ts +0 -18
- package/lib/docx/export/exporters/content-types.d.ts +0 -15
- package/lib/docx/export/exporters/core-properties.d.ts +0 -12
- package/lib/docx/export/exporters/numberings.d.ts +0 -23
- package/lib/docx/export/exporters/numberings.js +0 -122
- package/lib/docx/export/exporters/relations/base.d.ts +0 -10
- package/lib/docx/export/exporters/relations/core-relations.d.ts +0 -6
- package/lib/docx/export/exporters/relations/document-relations.d.ts +0 -13
- package/lib/docx/export/exporters/relations/relation-collection.d.ts +0 -17
- package/lib/docx/export/exporters/settings.d.ts +0 -17
- package/lib/docx/export/exporters/settings.js +0 -118
- package/lib/docx/export/exporters/styles.d.ts +0 -12
- package/lib/docx/export/exporters/styles.js +0 -36
- package/lib/docx/export/exporters/sub-document/base-sub-document.d.ts +0 -63
- package/lib/docx/export/exporters/sub-document/base-sub-document.js +0 -261
- package/lib/docx/export/exporters/sub-document/header-footer-sub-document-exporter.d.ts +0 -12
- package/lib/docx/export/exporters/sub-document/main-sub-document.d.ts +0 -9
- package/lib/docx/export/exporters/sub-document/main-sub-document.js +0 -29
- package/lib/docx/export/exporters/sub-document/text-box-content-exporter.d.ts +0 -13
- package/lib/docx/export/exporters/theme.d.ts +0 -33
- package/lib/docx/export/exporters/theme.js +0 -322
- package/lib/docx/export/utils/id-generator.d.ts +0 -12
- package/lib/docx/export/utils/inline-drawing-object.d.ts +0 -158
- package/lib/docx/export/utils/inline-drawing-object.js +0 -117
- package/lib/docx/export/utils/writer-helper.d.ts +0 -7
- package/lib/docx/import/color/open-xml-color-import-helper.d.ts +0 -10
- package/lib/docx/import/color/open-xml-color-import-helper.js +0 -58
- package/lib/docx/import/css-engine/inline-picture-css-parser.d.ts +0 -68
- package/lib/docx/import/css-engine/inline-picture-css-parser.js +0 -193
- package/lib/docx/import/data.d.ts +0 -65
- package/lib/docx/import/data.js +0 -100
- package/lib/docx/import/destination/bookmark/bookmark-element-destination.d.ts +0 -8
- package/lib/docx/import/destination/bookmark/bookmark-end-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/bookmark/bookmark-start-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/borders/table-border-element-destination-base.d.ts +0 -14
- package/lib/docx/import/destination/borders/table-border-element-destination-base.js +0 -22
- package/lib/docx/import/destination/borders/table-border-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/borders/table-borders-destination.d.ts +0 -10
- package/lib/docx/import/destination/borders/table-borders-destination.js +0 -22
- package/lib/docx/import/destination/borders/table-cell-border-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/borders/table-cell-border-element-destination.js +0 -28
- package/lib/docx/import/destination/borders/table-cell-borders-destination.d.ts +0 -10
- package/lib/docx/import/destination/borders/table-cell-borders-destination.js +0 -24
- package/lib/docx/import/destination/character-properties/character-formatting-leaf-element-destination.d.ts +0 -11
- package/lib/docx/import/destination/character-properties/properties/all-caps-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/all-caps-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/bold-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/bold-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/character-shading-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/character-shading-destination.js +0 -14
- package/lib/docx/import/destination/character-properties/properties/double-strike-through-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/double-strike-through-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/font-name-destination.d.ts +0 -10
- package/lib/docx/import/destination/character-properties/properties/font-name-destination.js +0 -28
- package/lib/docx/import/destination/character-properties/properties/font-script-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/font-script-destination.js +0 -26
- package/lib/docx/import/destination/character-properties/properties/font-size-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/font-size-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/fore-color-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/fore-color-destination.js +0 -16
- package/lib/docx/import/destination/character-properties/properties/hidden-text-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/hidden-text-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/highlight-color-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/highlight-color-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/italic-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/italic-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/language-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/language-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/no-proof-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/no-proof-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/single-strike-through-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/single-strike-through-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/small-caps-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/small-caps-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/underline-destination.d.ts +0 -11
- package/lib/docx/import/destination/character-properties/properties/underline-destination.js +0 -38
- package/lib/docx/import/destination/character-properties/run-properties-base-destination.d.ts +0 -11
- package/lib/docx/import/destination/character-properties/run-properties-base-destination.js +0 -46
- package/lib/docx/import/destination/character-properties/run-properties-destination.d.ts +0 -10
- package/lib/docx/import/destination/character-properties/run-properties-destination.js +0 -16
- package/lib/docx/import/destination/character-properties/run-style-reference-destination.d.ts +0 -6
- package/lib/docx/import/destination/comments/comment-element-destination.d.ts +0 -8
- package/lib/docx/import/destination/comments/comment-end-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/comments/comment-start-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/destination.d.ts +0 -56
- package/lib/docx/import/destination/destination.js +0 -140
- package/lib/docx/import/destination/document/alt-chunk-destination.d.ts +0 -10
- package/lib/docx/import/destination/document/alt-chunk-destination.js +0 -27
- package/lib/docx/import/destination/document/alt-chunk-properties-destination.d.ts +0 -8
- package/lib/docx/import/destination/document/background-destination.d.ts +0 -6
- package/lib/docx/import/destination/document/body-destination-base.d.ts +0 -16
- package/lib/docx/import/destination/document/body-destination.d.ts +0 -7
- package/lib/docx/import/destination/document/body-destination.js +0 -27
- package/lib/docx/import/destination/document/document-destination.d.ts +0 -6
- package/lib/docx/import/destination/document/document-destination.js +0 -15
- package/lib/docx/import/destination/document/document-version-destination.d.ts +0 -4
- package/lib/docx/import/destination/document/smart-tag-destination.d.ts +0 -6
- package/lib/docx/import/destination/document/smart-tag-destination.js +0 -12
- package/lib/docx/import/destination/drawing/drawing-anchor-position-destination.d.ts +0 -60
- package/lib/docx/import/destination/drawing/drawing-anchor-position-destination.js +0 -158
- package/lib/docx/import/destination/drawing/drawing-anchor-relative-size-destination.d.ts +0 -39
- package/lib/docx/import/destination/drawing/drawing-anchor-relative-size-destination.js +0 -94
- package/lib/docx/import/destination/drawing/drawing-anchor-wrap-destination.d.ts +0 -32
- package/lib/docx/import/destination/drawing/drawing-anchor-wrap-destination.js +0 -83
- package/lib/docx/import/destination/drawing/drawing-destination.d.ts +0 -194
- package/lib/docx/import/destination/drawing/drawing-destination.js +0 -713
- package/lib/docx/import/destination/drawing/non-visual-pucture-properties-destination.d.ts +0 -13
- package/lib/docx/import/destination/drawing/non-visual-pucture-properties-destination.js +0 -22
- package/lib/docx/import/destination/drawing/shape-properties-destination.d.ts +0 -49
- package/lib/docx/import/destination/drawing/shape-properties-destination.js +0 -129
- package/lib/docx/import/destination/field/field-char-destination.d.ts +0 -9
- package/lib/docx/import/destination/field/field-char-destination.js +0 -42
- package/lib/docx/import/destination/field/field-data-destination.d.ts +0 -1
- package/lib/docx/import/destination/field/field-destination-base.d.ts +0 -7
- package/lib/docx/import/destination/field/field-simple-destination.d.ts +0 -11
- package/lib/docx/import/destination/field/field-simple-destination.js +0 -43
- package/lib/docx/import/destination/field/form-field-destination.d.ts +0 -1
- package/lib/docx/import/destination/field/hyperlink-destination.d.ts +0 -13
- package/lib/docx/import/destination/field/hyperlink-destination.js +0 -78
- package/lib/docx/import/destination/numbering/numberings-destination.d.ts +0 -190
- package/lib/docx/import/destination/numbering/numberings-destination.js +0 -539
- package/lib/docx/import/destination/paragraph/paragraph-destination.d.ts +0 -19
- package/lib/docx/import/destination/paragraph/paragraph-destination.js +0 -117
- package/lib/docx/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.d.ts +0 -11
- package/lib/docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.d.ts +0 -1
- package/lib/docx/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.d.ts +0 -6
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.d.ts +0 -15
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.js +0 -25
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.d.ts +0 -10
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.d.ts +0 -10
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.js +0 -18
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.d.ts +0 -21
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.js +0 -66
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-destination.d.ts +0 -21
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-destination.js +0 -43
- package/lib/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/border-destination.js +0 -35
- package/lib/docx/import/destination/paragraph-properties/properties/borders/borders-destination.d.ts +0 -12
- package/lib/docx/import/destination/paragraph-properties/properties/borders/borders-destination.js +0 -26
- package/lib/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/outline-level-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/outline-level-destination.js +0 -14
- package/lib/docx/import/destination/paragraph-properties/properties/page-break-before-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/page-break-before-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.d.ts +0 -9
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.js +0 -17
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.d.ts +0 -9
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.js +0 -45
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.d.ts +0 -9
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.js +0 -14
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.d.ts +0 -10
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.js +0 -57
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.js +0 -13
- package/lib/docx/import/destination/property-destination.d.ts +0 -9
- package/lib/docx/import/destination/range-permission/range-permission-element-destination.d.ts +0 -14
- package/lib/docx/import/destination/range-permission/range-permission-element-destination.js +0 -52
- package/lib/docx/import/destination/range-permission/range-permission-end-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/range-permission/range-permission-start-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/relationships/relation-destination.d.ts +0 -11
- package/lib/docx/import/destination/relationships/relationships-destination.d.ts +0 -11
- package/lib/docx/import/destination/relationships/relationships-destination.js +0 -18
- package/lib/docx/import/destination/runs/carriage-return-destination.d.ts +0 -6
- package/lib/docx/import/destination/runs/carriage-return-destination.js +0 -10
- package/lib/docx/import/destination/runs/custom-run-destination.d.ts +0 -5
- package/lib/docx/import/destination/runs/data-container-run-destination.d.ts +0 -5
- package/lib/docx/import/destination/runs/deleted-run-content-destination.d.ts +0 -4
- package/lib/docx/import/destination/runs/deleted-text-destination.d.ts +0 -10
- package/lib/docx/import/destination/runs/inline-object-destination.d.ts +0 -21
- package/lib/docx/import/destination/runs/inline-object-destination.js +0 -110
- package/lib/docx/import/destination/runs/inline-picture-destination.d.ts +0 -4
- package/lib/docx/import/destination/runs/inserted-run-content-destination.d.ts +0 -4
- package/lib/docx/import/destination/runs/revision-destination-base.d.ts +0 -5
- package/lib/docx/import/destination/runs/run-break-destination.d.ts +0 -6
- package/lib/docx/import/destination/runs/run-break-destination.js +0 -12
- package/lib/docx/import/destination/runs/run-destination.d.ts +0 -14
- package/lib/docx/import/destination/runs/run-destination.js +0 -75
- package/lib/docx/import/destination/runs/run-tab-destination.d.ts +0 -6
- package/lib/docx/import/destination/runs/run-tab-destination.js +0 -10
- package/lib/docx/import/destination/runs/separator-destination.d.ts +0 -7
- package/lib/docx/import/destination/runs/separator-destination.js +0 -13
- package/lib/docx/import/destination/runs/symbol-destination.d.ts +0 -7
- package/lib/docx/import/destination/runs/symbol-destination.js +0 -29
- package/lib/docx/import/destination/runs/text-destination.d.ts +0 -8
- package/lib/docx/import/destination/runs/text-destination.js +0 -21
- package/lib/docx/import/destination/section/column-destination.d.ts +0 -10
- package/lib/docx/import/destination/section/column-destination.js +0 -17
- package/lib/docx/import/destination/section/columns-destination.d.ts +0 -16
- package/lib/docx/import/destination/section/columns-destination.js +0 -45
- package/lib/docx/import/destination/section/header-footer/header-footer-destination.d.ts +0 -7
- package/lib/docx/import/destination/section/header-footer/header-footer-destination.js +0 -21
- package/lib/docx/import/destination/section/header-footer/header-footer-reference-destination-base.d.ts +0 -16
- package/lib/docx/import/destination/section/header-footer/header-footer-reference-destination-base.js +0 -64
- package/lib/docx/import/destination/section/inner-section-destination.d.ts +0 -4
- package/lib/docx/import/destination/section/last-section-destination.d.ts +0 -4
- package/lib/docx/import/destination/section/section-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-destination.js +0 -33
- package/lib/docx/import/destination/section/section-different-first-page-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-line-numbering-destination.d.ts +0 -8
- package/lib/docx/import/destination/section/section-line-numbering-destination.js +0 -23
- package/lib/docx/import/destination/section/section-margins-destination.d.ts +0 -8
- package/lib/docx/import/destination/section/section-page-numbering-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-page-size-destination.d.ts +0 -9
- package/lib/docx/import/destination/section/section-page-size-destination.js +0 -31
- package/lib/docx/import/destination/section/section-start-type-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-start-type-destination.js +0 -11
- package/lib/docx/import/destination/settings/compat-settings-destination.d.ts +0 -12
- package/lib/docx/import/destination/settings/compat-settings-destination.js +0 -29
- package/lib/docx/import/destination/settings/default-tab-stop-destination.d.ts +0 -6
- package/lib/docx/import/destination/settings/different-odd-and-even-pages-destination.d.ts +0 -6
- package/lib/docx/import/destination/settings/document-protection.d.ts +0 -13
- package/lib/docx/import/destination/settings/document-protection.js +0 -81
- package/lib/docx/import/destination/settings/document-variables-destination.d.ts +0 -10
- package/lib/docx/import/destination/settings/document-variables-destination.js +0 -22
- package/lib/docx/import/destination/settings/mirror-margins-destination.d.ts +0 -6
- package/lib/docx/import/destination/settings/settings.d.ts +0 -6
- package/lib/docx/import/destination/settings/settings.js +0 -21
- package/lib/docx/import/destination/shading/shading-helper.d.ts +0 -7
- package/lib/docx/import/destination/shading/shading-helper.js +0 -13
- package/lib/docx/import/destination/structured-document-content-destination.d.ts +0 -6
- package/lib/docx/import/destination/structured-document-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/linked-style-id-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/next-style-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-hidden-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-name-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-parent-id-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-qformat-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-semi-hidden-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/char/default-font-name-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/char/default-font-name-destination.js +0 -21
- package/lib/docx/import/destination/style/default/char/default-run-properties-destination.d.ts +0 -8
- package/lib/docx/import/destination/style/default/char/default-run-properties-destination.js +0 -25
- package/lib/docx/import/destination/style/default/char/inner-default-run-properties-destination.d.ts +0 -7
- package/lib/docx/import/destination/style/default/char/inner-default-run-properties-destination.js +0 -12
- package/lib/docx/import/destination/style/default/document-defaults-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/document-defaults-destination.js +0 -13
- package/lib/docx/import/destination/style/default/par/default-paragraph-properties-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/par/default-paragraph-properties-destination.js +0 -12
- package/lib/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.d.ts +0 -10
- package/lib/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.js +0 -17
- package/lib/docx/import/destination/style/destinations/style-paragraph-properties-destination.d.ts +0 -18
- package/lib/docx/import/destination/style/destinations/style-paragraph-properties-destination.js +0 -31
- package/lib/docx/import/destination/style/destinations/style-run-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/destinations/style-table-cell-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/destinations/style-table-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/destinations/style-table-row-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/paragraph/paragraph-style-reference-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/style/paragraph/paragraph-style-reference-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/run-style-reference-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/style/style-conditional-table-formatting.d.ts +0 -12
- package/lib/docx/import/destination/style/style-conditional-table-formatting.js +0 -55
- package/lib/docx/import/destination/style/style-destination-base.d.ts +0 -22
- package/lib/docx/import/destination/style/style-destination-base.js +0 -65
- package/lib/docx/import/destination/style/style-destination.d.ts +0 -13
- package/lib/docx/import/destination/style/style-destination.js +0 -60
- package/lib/docx/import/destination/style/styles-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/styles-destination.js +0 -13
- package/lib/docx/import/destination/table/cell/properties/table-cell-column-span-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.js +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.js +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.js +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.d.ts +0 -11
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.js +0 -46
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination.d.ts +0 -7
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination.js +0 -11
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-element-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-shading-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-shading-destination.js +0 -11
- package/lib/docx/import/destination/table/cell/properties/table-cell-style-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.js +0 -12
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.js +0 -12
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.js +0 -8
- package/lib/docx/import/destination/table/cell/table-cell-destination.d.ts +0 -19
- package/lib/docx/import/destination/table/cell/table-cell-destination.js +0 -71
- package/lib/docx/import/destination/table/height-unit-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/height-unit-destination.js +0 -20
- package/lib/docx/import/destination/table/row/properties/table-row-alignment-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-alignment-destination.js +0 -14
- package/lib/docx/import/destination/table/row/properties/table-row-cant-split-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-cant-split-destination.js +0 -7
- package/lib/docx/import/destination/table/row/properties/table-row-conditional-formatting-destination.d.ts +0 -4
- package/lib/docx/import/destination/table/row/properties/table-row-grid-after-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-grid-before-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-header-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-header-destination.js +0 -10
- package/lib/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.js +0 -7
- package/lib/docx/import/destination/table/row/properties/table-row-properties-destination.d.ts +0 -11
- package/lib/docx/import/destination/table/row/properties/table-row-properties-destination.js +0 -48
- package/lib/docx/import/destination/table/row/properties/table-row-properties-leaf-element-destination.d.ts +0 -9
- package/lib/docx/import/destination/table/row/table-row-destination.d.ts +0 -14
- package/lib/docx/import/destination/table/row/table-row-destination.js +0 -44
- package/lib/docx/import/destination/table/table/grid-column-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/table/properties/table-alignment-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-alignment-destination.js +0 -12
- package/lib/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.js +0 -10
- package/lib/docx/import/destination/table/table/properties/table-cell-margins-destination.d.ts +0 -20
- package/lib/docx/import/destination/table/table/properties/table-cell-margins-destination.js +0 -24
- package/lib/docx/import/destination/table/table/properties/table-layout-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-layout-destination.js +0 -12
- package/lib/docx/import/destination/table/table/properties/table-look-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-overlap-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-properties-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/table/table/properties/table-properties-destination-core.d.ts +0 -15
- package/lib/docx/import/destination/table/table/properties/table-properties-destination-core.js +0 -61
- package/lib/docx/import/destination/table/table/properties/table-properties-destination.d.ts +0 -11
- package/lib/docx/import/destination/table/table/properties/table-properties-destination.js +0 -17
- package/lib/docx/import/destination/table/table/properties/table-properties-leaf-element-destination.d.ts +0 -12
- package/lib/docx/import/destination/table/table/properties/table-right-to-left-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-col-band-size-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-col-band-size-destination.js +0 -13
- package/lib/docx/import/destination/table/table/properties/table-style-row-band-size-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-row-band-size-destination.js +0 -13
- package/lib/docx/import/destination/table/table/properties/table-style-shading-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-shading-destination.js +0 -11
- package/lib/docx/import/destination/table/table/table-destination.d.ts +0 -17
- package/lib/docx/import/destination/table/table/table-destination.js +0 -78
- package/lib/docx/import/destination/table/table/table-grid-destination.d.ts +0 -9
- package/lib/docx/import/destination/table/table/table-grid-destination.js +0 -15
- package/lib/docx/import/destination/table/table-style-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/width-unit-destination.d.ts +0 -15
- package/lib/docx/import/destination/table/width-unit-destination.js +0 -33
- package/lib/docx/import/destination/tabs/tab-destination.d.ts +0 -6
- package/lib/docx/import/destination/tabs/tab-destination.js +0 -22
- package/lib/docx/import/destination/tabs/tabs-destination.d.ts +0 -7
- package/lib/docx/import/destination/tabs/tabs-destination.js +0 -11
- package/lib/docx/import/destination/tabs/tabs-leaf-element-destination.d.ts +0 -8
- package/lib/docx/import/destination/themes/color/drawing-color-destination-base.d.ts +0 -11
- package/lib/docx/import/destination/themes/color/drawing-color-destination-base.js +0 -28
- package/lib/docx/import/destination/themes/color/drawing-color-destination.d.ts +0 -7
- package/lib/docx/import/destination/themes/color/drawing-color-properties-destination-base.d.ts +0 -17
- package/lib/docx/import/destination/themes/color/drawing-color-properties-destination-base.js +0 -83
- package/lib/docx/import/destination/themes/color/h-slcolor-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/h-slcolor-destination.js +0 -13
- package/lib/docx/import/destination/themes/color/hex-rgbcolor-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/hex-rgbcolor-destination.js +0 -7
- package/lib/docx/import/destination/themes/color/office-theme-color-destination.d.ts +0 -9
- package/lib/docx/import/destination/themes/color/office-theme-color-destination.js +0 -15
- package/lib/docx/import/destination/themes/color/office-theme-color-scheme-destination.d.ts +0 -8
- package/lib/docx/import/destination/themes/color/office-theme-color-scheme-destination.js +0 -29
- package/lib/docx/import/destination/themes/color/percentage-rgbcolor-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/percentage-rgbcolor-destination.js +0 -13
- package/lib/docx/import/destination/themes/color/preset-color-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-base.d.ts +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-complement.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-complement.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gamma.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gamma.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gray.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gray.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-modification.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-modification.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-shade.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-shade.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-tint.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-tint.js +0 -10
- package/lib/docx/import/destination/themes/color/scheme-color-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/scheme-color-destination.js +0 -11
- package/lib/docx/import/destination/themes/color/system-color-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/system-color-destination.js +0 -11
- package/lib/docx/import/destination/themes/font/drawing-text-font-destination.d.ts +0 -10
- package/lib/docx/import/destination/themes/font/drawing-text-font-destination.js +0 -31
- package/lib/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.d.ts +0 -21
- package/lib/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.js +0 -54
- package/lib/docx/import/destination/themes/font/office-theme-font-scheme-destination.d.ts +0 -13
- package/lib/docx/import/destination/themes/font/office-theme-font-scheme-destination.js +0 -23
- package/lib/docx/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.d.ts +0 -10
- package/lib/docx/import/destination/themes/format/office-theme-format-scheme-destination.d.ts +0 -8
- package/lib/docx/import/destination/themes/format/office-theme-format-scheme-destination.js +0 -15
- package/lib/docx/import/destination/themes/office-theme-destination.d.ts +0 -9
- package/lib/docx/import/destination/themes/office-theme-destination.js +0 -20
- package/lib/docx/import/destination/themes/office-theme-elements-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/office-theme-elements-destination.js +0 -15
- package/lib/docx/import/destination/vml/v-mlshape-destination.d.ts +0 -74
- package/lib/docx/import/destination/vml/v-mlshape-destination.js +0 -294
- package/lib/docx/import/importer-options.d.ts +0 -13
- package/lib/docx/import/importer-options.js +0 -14
- package/lib/docx/import/importer.d.ts +0 -21
- package/lib/docx/import/importer.js +0 -135
- package/lib/docx/import/importers/alt-chunk-importer.d.ts +0 -10
- package/lib/docx/import/importers/bookmark-importer.d.ts +0 -9
- package/lib/docx/import/importers/bookmark-importer.js +0 -15
- package/lib/docx/import/importers/character-importer.d.ts +0 -21
- package/lib/docx/import/importers/character-importer.js +0 -58
- package/lib/docx/import/importers/comments-importer.d.ts +0 -8
- package/lib/docx/import/importers/core-properties-importer.d.ts +0 -8
- package/lib/docx/import/importers/custom-properties-importer.d.ts +0 -6
- package/lib/docx/import/importers/end-notes-importer.d.ts +0 -6
- package/lib/docx/import/importers/field-importer.d.ts +0 -21
- package/lib/docx/import/importers/field-importer.js +0 -78
- package/lib/docx/import/importers/foot-notes-importer.d.ts +0 -7
- package/lib/docx/import/importers/header-footer-importer.d.ts +0 -6
- package/lib/docx/import/importers/numbering-list-importer.d.ts +0 -9
- package/lib/docx/import/importers/paragraph-importer.d.ts +0 -26
- package/lib/docx/import/importers/paragraph-importer.js +0 -60
- package/lib/docx/import/importers/position-importer.d.ts +0 -7
- package/lib/docx/import/importers/range-permission-importer.d.ts +0 -11
- package/lib/docx/import/importers/range-permission-importer.js +0 -36
- package/lib/docx/import/importers/section-importer.d.ts +0 -15
- package/lib/docx/import/importers/section-importer.js +0 -30
- package/lib/docx/import/importers/settings-importer.d.ts +0 -9
- package/lib/docx/import/importers/styles-importer.d.ts +0 -124
- package/lib/docx/import/importers/styles-importer.js +0 -343
- package/lib/docx/import/importers/table-importer.d.ts +0 -15
- package/lib/docx/import/importers/table-importer.js +0 -23
- package/lib/docx/import/importers/themes-importer.d.ts +0 -6
- package/lib/docx/import/importers/web-settings-importer.d.ts +0 -9
- package/lib/docx/import/list/open-xml-abstract-numbering-info.d.ts +0 -8
- package/lib/docx/import/list/open-xml-list-level-override.d.ts +0 -16
- package/lib/docx/import/list/open-xml-list-level-override.js +0 -38
- package/lib/docx/import/list/open-xml-numbering-list-info.d.ts +0 -10
- package/lib/docx/import/model/alt-chunk-info.d.ts +0 -8
- package/lib/docx/import/model/comment-list-info.d.ts +0 -19
- package/lib/docx/import/model/floating-object-import-info.d.ts +0 -32
- package/lib/docx/import/model/floating-object-import-info.js +0 -67
- package/lib/docx/import/model/import-bookmark-info.d.ts +0 -9
- package/lib/docx/import/model/import-bookmark-info.js +0 -15
- package/lib/docx/import/model/import-field-info.d.ts +0 -17
- package/lib/docx/import/model/import-range-permission-info.d.ts +0 -12
- package/lib/docx/import/model/import-range-permission-info.js +0 -10
- package/lib/docx/import/model/import-sub-document-info.d.ts +0 -33
- package/lib/docx/import/model/import-sub-document-info.js +0 -37
- package/lib/docx/import/model/open-xml-style-conditional-table-formatting-info.d.ts +0 -17
- package/lib/docx/import/utils/culture-info-helper.d.ts +0 -6
- package/lib/docx/import/utils/culture-info-helper.js +0 -386
- package/lib/docx/import/utils/markup-language-color-parser.d.ts +0 -9
- package/lib/docx/import/utils/markup-language-color-parser.js +0 -79
- package/lib/docx/import/utils/reader-helper.d.ts +0 -38
- package/lib/docx/import/utils/reader-helper.js +0 -188
- package/lib/docx/import/utils/relations-collection.d.ts +0 -22
- package/lib/docx/import/utils/relations-collection.js +0 -93
- package/lib/docx/translation-table/ml-table-data.d.ts +0 -7
- package/lib/docx/translation-table/translation-tables-data.d.ts +0 -7
- package/lib/docx/translation-table/translation-tables.d.ts +0 -122
- package/lib/docx/translation-table/translation-tables.js +0 -910
- package/lib/docx/translation-table/word-processing-mlvalue.d.ts +0 -7
- package/lib/docx/utils/constants.d.ts +0 -141
- package/lib/docx/utils/constants.js +0 -193
- package/lib/docx/utils/lock-aspect-ratio-table.d.ts +0 -10
- package/lib/docx/utils/open-xml-relation.d.ts +0 -9
- package/lib/docx/utils/path-helper.d.ts +0 -7
- package/lib/docx/utils/progress-indication.d.ts +0 -30
- package/lib/docx/utils/string-extensions.d.ts +0 -4
- package/lib/docx/utils/string-value-parser.d.ts +0 -7
- package/lib/docx/utils/units-converter.d.ts +0 -6
- package/lib/docx/utils/value-info.d.ts +0 -10
- package/lib/docx/utils/xml-chars-decoder.d.ts +0 -5
- package/lib/docx/zip/xml-reader.d.ts +0 -39
- package/lib/docx/zip/xml-writer.d.ts +0 -41
- package/lib/docx/zip/xml-writer.js +0 -149
- package/lib/docx/zip/zip-builder.d.ts +0 -12
- package/lib/docx/zip/zip-reader.d.ts +0 -12
- package/lib/dxt-utils/dxt-utils/devextreme-types.d.ts +0 -77
- package/lib/dxt-utils/dxt-utils/dxt-theme-css-classes.d.ts +0 -15
- package/lib/dxt-utils/dxt-utils/dxt-utils.d.ts +0 -9
- package/lib/html/import/containers/runs.d.ts +0 -60
- package/lib/html/import/containers/runs.js +0 -85
- package/lib/html/import/containers/tables.d.ts +0 -37
- package/lib/html/import/containers/tables.js +0 -70
- package/lib/html/import/html-importer.d.ts +0 -68
- package/lib/html/import/html-importer.js +0 -332
- package/lib/html/import/html-model-inserter.d.ts +0 -33
- package/lib/html/import/html-model-inserter.js +0 -153
- package/lib/html/import/importers/a.d.ts +0 -9
- package/lib/html/import/importers/a.js +0 -39
- package/lib/html/import/importers/b.d.ts +0 -8
- package/lib/html/import/importers/base.d.ts +0 -19
- package/lib/html/import/importers/br.d.ts +0 -8
- package/lib/html/import/importers/br.js +0 -20
- package/lib/html/import/importers/center.d.ts +0 -8
- package/lib/html/import/importers/cite.d.ts +0 -8
- package/lib/html/import/importers/div.d.ts +0 -8
- package/lib/html/import/importers/em.d.ts +0 -8
- package/lib/html/import/importers/font.d.ts +0 -8
- package/lib/html/import/importers/i.d.ts +0 -8
- package/lib/html/import/importers/img.d.ts +0 -8
- package/lib/html/import/importers/img.js +0 -26
- package/lib/html/import/importers/li.d.ts +0 -8
- package/lib/html/import/importers/list-base.d.ts +0 -8
- package/lib/html/import/importers/list-base.js +0 -35
- package/lib/html/import/importers/ol.d.ts +0 -5
- package/lib/html/import/importers/p.d.ts +0 -29
- package/lib/html/import/importers/pre.d.ts +0 -9
- package/lib/html/import/importers/span.d.ts +0 -9
- package/lib/html/import/importers/span.js +0 -28
- package/lib/html/import/importers/table.d.ts +0 -13
- package/lib/html/import/importers/table.js +0 -78
- package/lib/html/import/importers/tbody.d.ts +0 -8
- package/lib/html/import/importers/td.d.ts +0 -23
- package/lib/html/import/importers/td.js +0 -113
- package/lib/html/import/importers/text-node.d.ts +0 -8
- package/lib/html/import/importers/text-node.js +0 -42
- package/lib/html/import/importers/tr.d.ts +0 -19
- package/lib/html/import/importers/tr.js +0 -57
- package/lib/html/import/importers/tt.d.ts +0 -8
- package/lib/html/import/importers/ul.d.ts +0 -5
- package/lib/html/import/importers/undefined.d.ts +0 -8
- package/lib/html/import/importers/undefined.js +0 -16
- package/lib/html/import/load-font-info.d.ts +0 -10
- package/lib/html/import/utils/character-properties-utils.d.ts +0 -34
- package/lib/html/import/utils/character-properties-utils.js +0 -151
- package/lib/html/import/utils/font-utils.d.ts +0 -5
- package/lib/html/import/utils/paragraph-list-properties-utils.d.ts +0 -29
- package/lib/html/import/utils/paragraph-list-properties-utils.js +0 -158
- package/lib/html/import/utils/paragraph-properties-utils.d.ts +0 -22
- package/lib/html/import/utils/paragraph-properties-utils.js +0 -146
- package/lib/html/import/utils/tab-stops-utils.d.ts +0 -5
- package/lib/html/import/utils/tab-stops-utils.js +0 -71
- package/lib/html/import/utils/utils.d.ts +0 -17
- package/lib/html/import/utils/utils.js +0 -86
- package/lib/html/model/history/paste-html-data-history-item.d.ts +0 -19
- package/lib/html/model/history/paste-html-data-history-item.js +0 -108
- package/lib/model-api/anchor-info.d.ts +0 -67
- package/lib/model-api/api-utils/api-utils.d.ts +0 -25
- package/lib/model-api/api-utils/api-utils.js +0 -120
- package/lib/model-api/api-utils/bookmark-finder.d.ts +0 -4
- package/lib/model-api/api-utils/insert-text.d.ts +0 -9
- package/lib/model-api/api-utils/insert-text.js +0 -52
- package/lib/model-api/api-utils/model-parameter-checker.d.ts +0 -12
- package/lib/model-api/api-utils/model-parameter-checker.js +0 -40
- package/lib/model-api/api-utils/range-permission-finder.d.ts +0 -6
- package/lib/model-api/bookmark.d.ts +0 -17
- package/lib/model-api/bookmark.js +0 -24
- package/lib/model-api/character-properties.d.ts +0 -46
- package/lib/model-api/character-properties.js +0 -102
- package/lib/model-api/collections/bookmark-collection.d.ts +0 -15
- package/lib/model-api/collections/bookmark-collection.js +0 -52
- package/lib/model-api/collections/collection.d.ts +0 -10
- package/lib/model-api/collections/control-font.d.ts +0 -12
- package/lib/model-api/collections/control-font.js +0 -35
- package/lib/model-api/collections/drawing-object-collection-base.d.ts +0 -20
- package/lib/model-api/collections/drawing-object-collection-base.js +0 -54
- package/lib/model-api/collections/drawing-object-collection.d.ts +0 -19
- package/lib/model-api/collections/drawing-object-collection.js +0 -72
- package/lib/model-api/collections/field-collection.d.ts +0 -27
- package/lib/model-api/collections/field-collection.js +0 -125
- package/lib/model-api/collections/fonts-collection.d.ts +0 -11
- package/lib/model-api/collections/hyperlink-collection.d.ts +0 -15
- package/lib/model-api/collections/hyperlink-collection.js +0 -83
- package/lib/model-api/collections/numbered-list-collection.d.ts +0 -13
- package/lib/model-api/collections/numbered-list-collection.js +0 -47
- package/lib/model-api/collections/paragraph-collection.d.ts +0 -15
- package/lib/model-api/collections/paragraph-collection.js +0 -34
- package/lib/model-api/collections/range-permission-collection.d.ts +0 -22
- package/lib/model-api/collections/range-permission-collection.js +0 -93
- package/lib/model-api/collections/section-collection.d.ts +0 -11
- package/lib/model-api/collections/sub-documents-collection.d.ts +0 -11
- package/lib/model-api/collections/sub-documents-collection.js +0 -24
- package/lib/model-api/collections/table/table-cell-collection.d.ts +0 -12
- package/lib/model-api/collections/table/table-cell-collection.js +0 -17
- package/lib/model-api/collections/table/table-collection.d.ts +0 -15
- package/lib/model-api/collections/table/table-collection.js +0 -69
- package/lib/model-api/collections/table/table-row-collection.d.ts +0 -12
- package/lib/model-api/collections/table/table-row-collection.js +0 -17
- package/lib/model-api/document.d.ts +0 -54
- package/lib/model-api/document.js +0 -111
- package/lib/model-api/field.d.ts +0 -49
- package/lib/model-api/field.js +0 -109
- package/lib/model-api/fonts/control-font-face-descriptors.d.ts +0 -11
- package/lib/model-api/fonts/control-font.d.ts +0 -18
- package/lib/model-api/fonts/control-font.js +0 -39
- package/lib/model-api/fonts/model-font.d.ts +0 -11
- package/lib/model-api/formats/enum.d.ts +0 -6
- package/lib/model-api/formats/exporter.d.ts +0 -5
- package/lib/model-api/formats/exporter.js +0 -23
- package/lib/model-api/formats/importer.d.ts +0 -11
- package/lib/model-api/formats/importer.js +0 -64
- package/lib/model-api/images/floating-image.d.ts +0 -26
- package/lib/model-api/images/floating-image.js +0 -169
- package/lib/model-api/images/image-enums.d.ts +0 -61
- package/lib/model-api/images/image-interfaces.d.ts +0 -92
- package/lib/model-api/images/image-iterator.d.ts +0 -14
- package/lib/model-api/images/image-iterator.js +0 -23
- package/lib/model-api/images/image.d.ts +0 -33
- package/lib/model-api/images/image.js +0 -108
- package/lib/model-api/images/images.d.ts +0 -22
- package/lib/model-api/images/images.js +0 -221
- package/lib/model-api/images/inline-image.d.ts +0 -10
- package/lib/model-api/interval.d.ts +0 -15
- package/lib/model-api/lists/enums.d.ts +0 -79
- package/lib/model-api/lists/enums.js +0 -90
- package/lib/model-api/lists/list-level-settings.d.ts +0 -18
- package/lib/model-api/lists/lists.d.ts +0 -14
- package/lib/model-api/lists/lists.js +0 -114
- package/lib/model-api/paragraph.d.ts +0 -73
- package/lib/model-api/paragraph.js +0 -161
- package/lib/model-api/picture.d.ts +0 -34
- package/lib/model-api/picture.js +0 -186
- package/lib/model-api/range-permission.d.ts +0 -18
- package/lib/model-api/range-permission.js +0 -25
- package/lib/model-api/rectangle.d.ts +0 -8
- package/lib/model-api/section.d.ts +0 -148
- package/lib/model-api/section.js +0 -285
- package/lib/model-api/size.d.ts +0 -13
- package/lib/model-api/sub-document.d.ts +0 -68
- package/lib/model-api/sub-document.js +0 -288
- package/lib/model-api/table/table-cell.d.ts +0 -9
- package/lib/model-api/table/table-cell.js +0 -12
- package/lib/model-api/table/table-row.d.ts +0 -13
- package/lib/model-api/table/table-row.js +0 -17
- package/lib/model-api/table/table.d.ts +0 -16
- package/lib/model-api/table/table.js +0 -23
- package/lib/model-api/text-box.d.ts +0 -44
- package/lib/model-api/text-box.js +0 -103
- package/lib/model-api/unit-converter.d.ts +0 -14
- package/lib/model-api/utils/get-layout-point.d.ts +0 -9
- package/lib/model-api/utils/get-layout-point.js +0 -24
- package/lib/pdf/api/pdf.d.ts +0 -5
- package/lib/pdf/box-exporter.d.ts +0 -19
- package/lib/pdf/box-exporter.js +0 -89
- package/lib/pdf/character-properties-exporter.d.ts +0 -8
- package/lib/pdf/character-properties-exporter.js +0 -21
- package/lib/pdf/export-options.d.ts +0 -5
- package/lib/pdf/exporter.d.ts +0 -16
- package/lib/pdf/exporter.js +0 -117
- package/lib/pdf/interfaces.d.ts +0 -109
- package/lib/pdf/page-area-exporter.d.ts +0 -15
- package/lib/pdf/page-area-exporter.js +0 -43
- package/lib/pdf/page-exporter.d.ts +0 -20
- package/lib/pdf/page-exporter.js +0 -92
- package/lib/pdf/row-exporter.d.ts +0 -12
- package/lib/pdf/table-column-info-exporter.d.ts +0 -14
- package/lib/pdf/table-column-info-exporter.js +0 -53
- package/lib/rtf/export/characters.d.ts +0 -44
- package/lib/rtf/export/exporter.d.ts +0 -37
- package/lib/rtf/export/exporter.js +0 -208
- package/lib/rtf/export/exporters/picture/rtf-floating-object-picture-export-strategy.d.ts +0 -7
- package/lib/rtf/export/exporters/picture/rtf-inline-picture-export-strategy.d.ts +0 -7
- package/lib/rtf/export/exporters/picture/rtf-jpeg-picture-exporter.d.ts +0 -8
- package/lib/rtf/export/exporters/picture/rtf-picture-export-strategy.d.ts +0 -10
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter-factory.d.ts +0 -8
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter-factory.js +0 -14
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter.d.ts +0 -16
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter.js +0 -74
- package/lib/rtf/export/exporters/picture/rtf-png-picture-exporter.d.ts +0 -8
- package/lib/rtf/export/exporters/rtf-anchored-picture-run-exporter.d.ts +0 -13
- package/lib/rtf/export/exporters/rtf-anchored-run-exporter.d.ts +0 -26
- package/lib/rtf/export/exporters/rtf-anchored-run-exporter.js +0 -144
- package/lib/rtf/export/exporters/rtf-anchored-text-box-run-exporter.d.ts +0 -14
- package/lib/rtf/export/exporters/rtf-character-properties-exporter.d.ts +0 -35
- package/lib/rtf/export/exporters/rtf-character-properties-exporter.js +0 -178
- package/lib/rtf/export/exporters/rtf-content-exporter.d.ts +0 -133
- package/lib/rtf/export/exporters/rtf-content-exporter.js +0 -902
- package/lib/rtf/export/exporters/rtf-numbering-list-exporter.d.ts +0 -40
- package/lib/rtf/export/exporters/rtf-numbering-list-exporter.js +0 -235
- package/lib/rtf/export/exporters/rtf-paragraph-properties-exporter.d.ts +0 -62
- package/lib/rtf/export/exporters/rtf-paragraph-properties-exporter.js +0 -340
- package/lib/rtf/export/exporters/rtf-properties-exporter.d.ts +0 -20
- package/lib/rtf/export/exporters/rtf-properties-exporter.js +0 -103
- package/lib/rtf/export/exporters/rtf-section-properties-exporter.d.ts +0 -21
- package/lib/rtf/export/exporters/rtf-section-properties-exporter.js +0 -96
- package/lib/rtf/export/exporters/rtf-style-exporter.d.ts +0 -54
- package/lib/rtf/export/exporters/rtf-style-exporter.js +0 -286
- package/lib/rtf/export/exporters/table/rtf-table-cell-properties-exporter.d.ts +0 -48
- package/lib/rtf/export/exporters/table/rtf-table-cell-properties-exporter.js +0 -152
- package/lib/rtf/export/exporters/table/rtf-table-exporter.d.ts +0 -7
- package/lib/rtf/export/exporters/table/rtf-table-properties-exporter.d.ts +0 -17
- package/lib/rtf/export/exporters/table/rtf-table-properties-exporter.js +0 -93
- package/lib/rtf/export/exporters/table/rtf-table-row-properties-exporter.d.ts +0 -17
- package/lib/rtf/export/exporters/table/rtf-table-row-properties-exporter.js +0 -78
- package/lib/rtf/export/exporters/table/states/rtf-nested-table-exporter-state.d.ts +0 -12
- package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state-base.d.ts +0 -54
- package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state-base.js +0 -220
- package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state.d.ts +0 -11
- package/lib/rtf/export/helpers/rtf-export-helper.d.ts +0 -24
- package/lib/rtf/export/helpers/rtf-export-helper.js +0 -49
- package/lib/rtf/export/helpers/rtf-shading-info-export-helper.d.ts +0 -12
- package/lib/rtf/export/helpers/rtf-shading-info-export-helper.js +0 -28
- package/lib/rtf/export/piece-table-numbering-list-counters-manager.d.ts +0 -5
- package/lib/rtf/export/rtf-builder.d.ts +0 -61
- package/lib/rtf/export/rtf-builder.js +0 -323
- package/lib/rtf/export/rtf-document-exporter-options.d.ts +0 -52
- package/lib/rtf/export/rtf-document-exporter-options.js +0 -55
- package/lib/rtf/import/destination/base/destination.d.ts +0 -60
- package/lib/rtf/import/destination/base/destination.js +0 -160
- package/lib/rtf/import/destination/base/hex-content-destination.d.ts +0 -10
- package/lib/rtf/import/destination/base/hex-stream-destination.d.ts +0 -9
- package/lib/rtf/import/destination/base/skip-destination.d.ts +0 -16
- package/lib/rtf/import/destination/base/string-property-base-destination.d.ts +0 -15
- package/lib/rtf/import/destination/base/string-property-base-destination.js +0 -26
- package/lib/rtf/import/destination/base/string-property-destination.d.ts +0 -14
- package/lib/rtf/import/destination/base/string-property-destination.js +0 -24
- package/lib/rtf/import/destination/base/string-value-destination-base.d.ts +0 -9
- package/lib/rtf/import/destination/base/string-value-destination-base.js +0 -11
- package/lib/rtf/import/destination/base/string-value-destination.d.ts +0 -12
- package/lib/rtf/import/destination/base/text-after-destination.d.ts +0 -7
- package/lib/rtf/import/destination/base/text-before-destination.d.ts +0 -7
- package/lib/rtf/import/destination/base/unicode-destination.d.ts +0 -12
- package/lib/rtf/import/destination/base/unicode-string-value-destination.d.ts +0 -14
- package/lib/rtf/import/destination/bookmark/bookmark-destination-base.d.ts +0 -9
- package/lib/rtf/import/destination/bookmark/bookmark-end-destination.d.ts +0 -10
- package/lib/rtf/import/destination/bookmark/bookmark-start-destination.d.ts +0 -10
- package/lib/rtf/import/destination/color-table-destination.d.ts +0 -26
- package/lib/rtf/import/destination/color-table-destination.js +0 -170
- package/lib/rtf/import/destination/custom-properties-destination.d.ts +0 -13
- package/lib/rtf/import/destination/destination-revision-author-table.d.ts +0 -11
- package/lib/rtf/import/destination/document-variable-destination.d.ts +0 -13
- package/lib/rtf/import/destination/fields/code-field-destination.d.ts +0 -13
- package/lib/rtf/import/destination/fields/enums.d.ts +0 -6
- package/lib/rtf/import/destination/fields/field-destination.d.ts +0 -20
- package/lib/rtf/import/destination/fields/field-map-data-destination.d.ts +0 -34
- package/lib/rtf/import/destination/fields/field-status-bar-text-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/field-sub-destination.d.ts +0 -15
- package/lib/rtf/import/destination/fields/form-field-destination.d.ts +0 -26
- package/lib/rtf/import/destination/fields/form-field-destination.js +0 -71
- package/lib/rtf/import/destination/fields/form-field-entry-macro-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/form-field-exit-macro-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/form-field-help-text-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/form-field-name-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/mail-merge-destination.d.ts +0 -19
- package/lib/rtf/import/destination/fields/result-field-destination.d.ts +0 -9
- package/lib/rtf/import/destination/fields/table-content-field-destination.d.ts +0 -19
- package/lib/rtf/import/destination/font-table-destination.d.ts +0 -21
- package/lib/rtf/import/destination/info/info-destination.d.ts +0 -25
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.d.ts +0 -54
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.js +0 -166
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.d.ts +0 -48
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.js +0 -275
- package/lib/rtf/import/destination/numbering-list/destination-old-section-numbering-level.d.ts +0 -14
- package/lib/rtf/import/destination/numbering-list/list-level-destination.d.ts +0 -37
- package/lib/rtf/import/destination/numbering-list/list-level-destination.js +0 -144
- package/lib/rtf/import/destination/numbering-list/list-level-numbers-destination.d.ts +0 -7
- package/lib/rtf/import/destination/numbering-list/list-level-text-destination.d.ts +0 -15
- package/lib/rtf/import/destination/numbering-list/list-name-destination.d.ts +0 -7
- package/lib/rtf/import/destination/numbering-list/list-override-level-destination.d.ts +0 -15
- package/lib/rtf/import/destination/numbering-list/list-override-table-destination.d.ts +0 -16
- package/lib/rtf/import/destination/numbering-list/list-style-name-destination.d.ts +0 -7
- package/lib/rtf/import/destination/numbering-list/list-table-destination.d.ts +0 -28
- package/lib/rtf/import/destination/page-background-destination.d.ts +0 -9
- package/lib/rtf/import/destination/picture/picture-destination.d.ts +0 -66
- package/lib/rtf/import/destination/picture/picture-destination.js +0 -249
- package/lib/rtf/import/destination/picture/picture-units-converter.d.ts +0 -15
- package/lib/rtf/import/destination/properties/default-character-properties-destination.d.ts +0 -15
- package/lib/rtf/import/destination/properties/default-character-properties-destination.js +0 -26
- package/lib/rtf/import/destination/properties/default-paragraph-properties-destination.d.ts +0 -15
- package/lib/rtf/import/destination/protection/legacy-password-hash-destination.d.ts +0 -9
- package/lib/rtf/import/destination/protection/password-hash-destination.d.ts +0 -9
- package/lib/rtf/import/destination/protection/password-hash-destination.js +0 -24
- package/lib/rtf/import/destination/range-permission/range-permission-destination-base.d.ts +0 -12
- package/lib/rtf/import/destination/range-permission/range-permission-end-destination.d.ts +0 -10
- package/lib/rtf/import/destination/range-permission/range-permission-start-destination.d.ts +0 -10
- package/lib/rtf/import/destination/shape/enums.d.ts +0 -21
- package/lib/rtf/import/destination/shape/hyperlink-location-value-destination.d.ts +0 -7
- package/lib/rtf/import/destination/shape/hyperlink-property-value-destination.d.ts +0 -12
- package/lib/rtf/import/destination/shape/hyperlink-source-value-destination.d.ts +0 -7
- package/lib/rtf/import/destination/shape/pic/shape-picture-destination.d.ts +0 -16
- package/lib/rtf/import/destination/shape/shape-destination-base.d.ts +0 -15
- package/lib/rtf/import/destination/shape/shape-destination.d.ts +0 -12
- package/lib/rtf/import/destination/shape/shape-instance-destination.d.ts +0 -9
- package/lib/rtf/import/destination/shape/shape-properties-destination-base.d.ts +0 -50
- package/lib/rtf/import/destination/shape/shape-properties-destination-base.js +0 -159
- package/lib/rtf/import/destination/shape/shape-property-destination.d.ts +0 -19
- package/lib/rtf/import/destination/shape/shape-property-hsv-value-destination.d.ts +0 -21
- package/lib/rtf/import/destination/shape/shape-property-hsv-value-destination.js +0 -44
- package/lib/rtf/import/destination/shape/shape-property-hyperlink-destination.d.ts +0 -11
- package/lib/rtf/import/destination/shape/shape-property-hyperlink-destination.js +0 -24
- package/lib/rtf/import/destination/shape/shape-property-name-destination.d.ts +0 -7
- package/lib/rtf/import/destination/shape/shape-property-value-destination.d.ts +0 -13
- package/lib/rtf/import/destination/shape/shape-text-destination.d.ts +0 -8
- package/lib/rtf/import/destination/styles/character-style-destination.d.ts +0 -20
- package/lib/rtf/import/destination/styles/character-style-destination.js +0 -51
- package/lib/rtf/import/destination/styles/style-sheet-destination.d.ts +0 -28
- package/lib/rtf/import/destination/styles/style-sheet-destination.js +0 -93
- package/lib/rtf/import/destination/styles/table-style-destination.d.ts +0 -39
- package/lib/rtf/import/destination/styles/table-style-destination.js +0 -154
- package/lib/rtf/import/destination/sub-document/default-destination.d.ts +0 -205
- package/lib/rtf/import/destination/sub-document/default-destination.js +0 -580
- package/lib/rtf/import/destination/sub-document/destination-sub-document.d.ts +0 -420
- package/lib/rtf/import/destination/sub-document/destination-sub-document.js +0 -1835
- package/lib/rtf/import/destination/sub-document/section-header-footer-destination-base.d.ts +0 -11
- package/lib/rtf/import/destination/sub-document/section-page-footer-destination.d.ts +0 -8
- package/lib/rtf/import/destination/sub-document/section-page-header-destination.d.ts +0 -8
- package/lib/rtf/import/destination/table/skip-nested-table-destination.d.ts +0 -10
- package/lib/rtf/import/destination/user-table-destination.d.ts +0 -9
- package/lib/rtf/import/destination/utils/destination-type.d.ts +0 -78
- package/lib/rtf/import/destination/utils/enums.d.ts +0 -42
- package/lib/rtf/import/dx-decoding/decoder-base.d.ts +0 -4
- package/lib/rtf/import/dx-decoding/decoder-helper.d.ts +0 -5
- package/lib/rtf/import/dx-decoding/gb2315-decoder-helper.d.ts +0 -6
- package/lib/rtf/import/dx-decoding/gb2315-decoder-helper.js +0 -43
- package/lib/rtf/import/dx-decoding/hangul949-decoder-helper.d.ts +0 -6
- package/lib/rtf/import/dx-decoding/hangul949-decoder-helper.js +0 -36
- package/lib/rtf/import/dx-decoding/russian-decoder.d.ts +0 -133
- package/lib/rtf/import/dx-decoding/specified-symbols-949.d.ts +0 -2
- package/lib/rtf/import/dx-decoding/specified-symbols-949.js +0 -272
- package/lib/rtf/import/dx-decoding/specified-symbols.d.ts +0 -10
- package/lib/rtf/import/dx-decoding/specified-symbols.js +0 -507
- package/lib/rtf/import/encoding/character-decoder.d.ts +0 -6
- package/lib/rtf/import/encoding/code-page-character-decoder.d.ts +0 -13
- package/lib/rtf/import/encoding/code-pages.d.ts +0 -18
- package/lib/rtf/import/encoding/dx-encoding.d.ts +0 -5
- package/lib/rtf/import/encoding/dx-encoding.js +0 -26
- package/lib/rtf/import/encoding/empty-character-decoder.d.ts +0 -8
- package/lib/rtf/import/encoding/skip-character-decoder.d.ts +0 -8
- package/lib/rtf/import/encoding/unicode-character-decoder.d.ts +0 -12
- package/lib/rtf/import/importer-options.d.ts +0 -8
- package/lib/rtf/import/importer-options.js +0 -9
- package/lib/rtf/import/importers/bookmark-importer.d.ts +0 -14
- package/lib/rtf/import/importers/bookmark-importer.js +0 -36
- package/lib/rtf/import/importers/character-importer.d.ts +0 -32
- package/lib/rtf/import/importers/character-importer.js +0 -132
- package/lib/rtf/import/importers/comments-importer.d.ts +0 -11
- package/lib/rtf/import/importers/field-importer.d.ts +0 -33
- package/lib/rtf/import/importers/field-importer.js +0 -91
- package/lib/rtf/import/importers/font-importer.d.ts +0 -17
- package/lib/rtf/import/importers/font-importer.js +0 -36
- package/lib/rtf/import/importers/image-importer.d.ts +0 -20
- package/lib/rtf/import/importers/image-importer.js +0 -73
- package/lib/rtf/import/importers/importer-base.d.ts +0 -16
- package/lib/rtf/import/importers/importers-collection.d.ts +0 -36
- package/lib/rtf/import/importers/numbering-lists-importer.d.ts +0 -27
- package/lib/rtf/import/importers/paragraph-importer.d.ts +0 -26
- package/lib/rtf/import/importers/paragraph-importer.js +0 -101
- package/lib/rtf/import/importers/range-permission-importer.d.ts +0 -17
- package/lib/rtf/import/importers/range-permission-importer.js +0 -33
- package/lib/rtf/import/importers/section-importer.d.ts +0 -25
- package/lib/rtf/import/importers/section-importer.js +0 -102
- package/lib/rtf/import/importers/shape-importer.d.ts +0 -11
- package/lib/rtf/import/importers/shape-importer.js +0 -42
- package/lib/rtf/import/importers/styles/base-style-importer.d.ts +0 -27
- package/lib/rtf/import/importers/styles/character-style-importer.d.ts +0 -10
- package/lib/rtf/import/importers/styles/character-style-importer.js +0 -19
- package/lib/rtf/import/importers/styles/paragraph-style-importer.d.ts +0 -12
- package/lib/rtf/import/importers/styles/paragraph-style-importer.js +0 -26
- package/lib/rtf/import/importers/styles/rtf-style-importer-state.d.ts +0 -6
- package/lib/rtf/import/importers/styles/table-style-importer.d.ts +0 -10
- package/lib/rtf/import/importers/styles/table-style-importer.js +0 -20
- package/lib/rtf/import/importers/styles-importer.d.ts +0 -20
- package/lib/rtf/import/importers/table-importer.d.ts +0 -13
- package/lib/rtf/import/importers/table-importer.js +0 -30
- package/lib/rtf/import/keyword-tables/character-properties.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/character-properties.js +0 -64
- package/lib/rtf/import/keyword-tables/default-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/default-keywords.js +0 -23
- package/lib/rtf/import/keyword-tables/document-properties.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/document-properties.js +0 -15
- package/lib/rtf/import/keyword-tables/keyword-table-holder.d.ts +0 -9
- package/lib/rtf/import/keyword-tables/keyword-table-holder.js +0 -295
- package/lib/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.js +0 -44
- package/lib/rtf/import/keyword-tables/paragraph-properties.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/paragraph-properties.js +0 -83
- package/lib/rtf/import/keyword-tables/shape-properties-destination-base-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/shape-properties-destination-base-keywords.js +0 -28
- package/lib/rtf/import/keyword-tables/sub-document/default-destination-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/sub-document/default-destination-keywords.js +0 -227
- package/lib/rtf/import/keyword-tables/sub-document/sub-document-keywords.d.ts +0 -8
- package/lib/rtf/import/keyword-tables/sub-document/sub-document-keywords.js +0 -105
- package/lib/rtf/import/keyword-tables/sub-document/table-keywords.d.ts +0 -4
- package/lib/rtf/import/keyword-tables/sub-document/table-keywords.js +0 -243
- package/lib/rtf/import/model/bookmark/import-bookmark-info-core.d.ts +0 -7
- package/lib/rtf/import/model/bookmark/import-bookmark-info.d.ts +0 -9
- package/lib/rtf/import/model/character/character-properties.d.ts +0 -23
- package/lib/rtf/import/model/character/character-properties.js +0 -60
- package/lib/rtf/import/model/character/enums.d.ts +0 -23
- package/lib/rtf/import/model/character/font-info-collection.d.ts +0 -7
- package/lib/rtf/import/model/character/rtf-font-info.d.ts +0 -18
- package/lib/rtf/import/model/character/rtf-formatting-info.d.ts +0 -21
- package/lib/rtf/import/model/color-collections.d.ts +0 -13
- package/lib/rtf/import/model/color-collections.js +0 -13
- package/lib/rtf/import/model/comment/import-comment-info.d.ts +0 -3
- package/lib/rtf/import/model/enums.d.ts +0 -16
- package/lib/rtf/import/model/fields/rtf-field-info.d.ts +0 -20
- package/lib/rtf/import/model/image/picture-destination-info.d.ts +0 -27
- package/lib/rtf/import/model/image/rtf-image-info.d.ts +0 -16
- package/lib/rtf/import/model/numbering-lists/rtf-list-converter.d.ts +0 -25
- package/lib/rtf/import/model/numbering-lists/rtf-list-converter.js +0 -138
- package/lib/rtf/import/model/numbering-lists/rtf-list-level.d.ts +0 -16
- package/lib/rtf/import/model/numbering-lists/rtf-list-level.js +0 -42
- package/lib/rtf/import/model/numbering-lists/rtf-list-override-level.d.ts +0 -9
- package/lib/rtf/import/model/numbering-lists/rtf-numbering-list-info.d.ts +0 -6
- package/lib/rtf/import/model/numbering-lists/rtf-numbering-list-override.d.ts +0 -7
- package/lib/rtf/import/model/numbering-lists/rtf-numbering-list.d.ts +0 -15
- package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info-collection.d.ts +0 -7
- package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info.d.ts +0 -15
- package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info.js +0 -20
- package/lib/rtf/import/model/paragraph/paragraph-frame-formatting-info.d.ts +0 -48
- package/lib/rtf/import/model/paragraph/paragraph-properties.d.ts +0 -38
- package/lib/rtf/import/model/paragraph/paragraph-properties.js +0 -98
- package/lib/rtf/import/model/range-permission/import-range-permission-info.d.ts +0 -15
- package/lib/rtf/import/model/range-permission/import-range-permission-info.js +0 -20
- package/lib/rtf/import/model/rtf-document-properties.d.ts +0 -15
- package/lib/rtf/import/model/rtf-revision-authors.d.ts +0 -6
- package/lib/rtf/import/model/section/general-section-info.d.ts +0 -17
- package/lib/rtf/import/model/section/line-numbering-info.d.ts +0 -9
- package/lib/rtf/import/model/section/margins-info.d.ts +0 -12
- package/lib/rtf/import/model/section/page-numbering-info.d.ts +0 -10
- package/lib/rtf/import/model/section/page-numbering-info.js +0 -16
- package/lib/rtf/import/model/section/rtf-section-properties.d.ts +0 -25
- package/lib/rtf/import/model/section/rtf-section-properties.js +0 -49
- package/lib/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.d.ts +0 -20
- package/lib/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.js +0 -46
- package/lib/rtf/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.d.ts +0 -13
- package/lib/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.d.ts +0 -4
- package/lib/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.js +0 -6
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.d.ts +0 -35
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.js +0 -145
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.d.ts +0 -9
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.d.ts +0 -14
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.d.ts +0 -10
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.js +0 -25
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.d.ts +0 -20
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.js +0 -64
- package/lib/rtf/import/model/shape/shape-properties-info.d.ts +0 -10
- package/lib/rtf/import/model/shape/shape-type-code.d.ts +0 -206
- package/lib/rtf/import/model/table/properties/rtf-table-cell-properties.d.ts +0 -20
- package/lib/rtf/import/model/table/properties/rtf-table-cell-properties.js +0 -31
- package/lib/rtf/import/model/table/properties/rtf-table-properties.d.ts +0 -20
- package/lib/rtf/import/model/table/properties/rtf-table-properties.js +0 -50
- package/lib/rtf/import/model/table/properties/table-floating-position-info.d.ts +0 -15
- package/lib/rtf/import/model/table/properties/table-row-properties.d.ts +0 -26
- package/lib/rtf/import/model/table/properties/table-row-properties.js +0 -39
- package/lib/rtf/import/model/table/rtf-table-cell.d.ts +0 -20
- package/lib/rtf/import/model/table/rtf-table-cell.js +0 -30
- package/lib/rtf/import/model/table/rtf-table-row.d.ts +0 -17
- package/lib/rtf/import/model/table/rtf-table-row.js +0 -21
- package/lib/rtf/import/model/table/rtf-table.d.ts +0 -17
- package/lib/rtf/import/model/table/rtf-table.js +0 -29
- package/lib/rtf/import/properties-normalization/tmp.d.ts +0 -1
- package/lib/rtf/import/rtf-import-data.d.ts +0 -100
- package/lib/rtf/import/rtf-import-data.js +0 -352
- package/lib/rtf/import/rtf-importer.d.ts +0 -17
- package/lib/rtf/import/rtf-importer.js +0 -56
- package/lib/rtf/import/table/rtf-table-cell-controller.d.ts +0 -17
- package/lib/rtf/import/table/rtf-table-columns-calculator.d.ts +0 -9
- package/lib/rtf/import/table/rtf-table-controller.d.ts +0 -18
- package/lib/rtf/import/table/rtf-table-row-controller.d.ts +0 -22
- package/lib/rtf/import/table/rtf-table-state.d.ts +0 -13
- package/lib/rtf/import/table/states/manager-state.d.ts +0 -20
- package/lib/rtf/import/table/states/no-table-state.d.ts +0 -15
- package/lib/rtf/import/table/states/state-base.d.ts +0 -20
- package/lib/rtf/import/table/table-converter.d.ts +0 -44
- package/lib/rtf/import/table/table-converter.js +0 -250
- package/lib/rtf/import/table/table-grid.d.ts +0 -8
- package/lib/rtf/import/table/table-reader.d.ts +0 -45
- package/lib/rtf/translation-table/rtf-content-exporter.d.ts +0 -5
- package/lib/rtf/translation-table/rtf-content-exporter.js +0 -15
- package/lib/rtf/translation-table/rtf-drawing-keywords.d.ts +0 -190
- package/lib/rtf/translation-table/rtf-drawing-keywords.js +0 -264
- package/lib/rtf/translation-table/rtf-export-sr.d.ts +0 -691
- package/lib/rtf/translation-table/rtf-export-sr.js +0 -777
- package/lib/rtf/utils/character-properties-export-helper.d.ts +0 -6
- package/lib/rtf/utils/character-properties-export-helper.js +0 -11
- package/lib/rtf/utils/list-level-display-text-helper.d.ts +0 -5
- package/lib/rtf/utils/mergers/rtf-table-cell-properties-merger.d.ts +0 -16
- package/lib/rtf/utils/mergers/rtf-table-cell-properties-merger.js +0 -52
- package/lib/rtf/utils/mergers/rtf-table-properties-merger-base.d.ts +0 -19
- package/lib/rtf/utils/mergers/rtf-table-properties-merger.d.ts +0 -15
- package/lib/rtf/utils/mergers/rtf-table-properties-merger.js +0 -55
- package/lib/rtf/utils/mergers/rtf-table-row-properties-merger.d.ts +0 -16
- package/lib/rtf/utils/mergers/rtf-table-row-properties-merger.js +0 -32
- package/lib/rtf/utils/numbering-formats.d.ts +0 -3
- package/lib/rtf/utils/numbering-formats.js +0 -72
- package/lib/rtf/utils/rtf-art-border-converter.d.ts +0 -9
- package/lib/rtf/utils/rtf-art-border-converter.js +0 -188
- package/lib/rtf/utils/rtf-math-utils.d.ts +0 -6
- package/lib/rtf/utils/shape-utils.d.ts +0 -5
- package/lib/rtf/utils/unicode-char-helper.d.ts +0 -37
- package/lib/rtf/utils/unicode-char-helper.js +0 -90
- package/lib/txt/txt-exporter.d.ts +0 -13
- package/lib/txt/txt-importer.d.ts +0 -13
- package/lib/txt/txt-importer.js +0 -83
- /package/lib/{base-api → client/api}/history.js +0 -0
- /package/lib/{base-api → client/api}/loading-panel.js +0 -0
- /package/lib/{document-processor → client/document-processor}/docvar-args.js +0 -0
- /package/lib/{document-processor/public/all.js → client/document-processor/public/all.d.ts} +0 -0
- /package/lib/{docx → client/formats/docx}/export/data.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporter.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/character-style.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/numbering-style.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/paragraph-style.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/style-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/content-types.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/core-properties.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/base.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/core-relations.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/document-relations.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/relation-collection.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/sub-document/header-footer-sub-document-exporter.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/sub-document/text-box-content-exporter.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/utils/id-generator.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/utils/writer-helper.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-end-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-start-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/borders/table-border-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/character-properties/character-formatting-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/character-properties/run-style-reference-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-end-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-start-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/alt-chunk-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/background-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/body-destination-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/document-version-destination.js +0 -0
- /package/lib/{core/layout-formatter/box/generator/multi-dimension-iterator.js → client/formats/docx/import/destination/field/field-data-destination.d.ts} +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/field/field-data-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/field/field-destination-base.js +0 -0
- /package/lib/{core/layout-formatter/table/layout-row-index-helper.js → client/formats/docx/import/destination/field/form-field-destination.d.ts} +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/field/form-field-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.js +0 -0
- /package/lib/{docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.js → client/formats/docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.d.ts} +0 -0
- /package/lib/{rtf/import/properties-normalization/tmp.js → client/formats/docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.js} +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/property-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/range-permission/range-permission-end-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/range-permission/range-permission-start-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/relationships/relation-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/custom-run-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/data-container-run-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/deleted-run-content-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/deleted-text-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/inline-picture-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/inserted-run-content-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/revision-destination-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/inner-section-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/last-section-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/section-different-first-page-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/section-margins-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/section-page-numbering-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/settings/default-tab-stop-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/settings/different-odd-and-even-pages-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/settings/mirror-margins-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/structured-document-content-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/structured-document-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/linked-style-id-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/next-style-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-hidden-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-name-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-parent-id-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-qformat-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-semi-hidden-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-run-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-cell-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-row-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/paragraph/paragraph-style-reference-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/paragraph/paragraph-style-reference-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/run-style-reference-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-column-span-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-properties-element-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-style-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-conditional-formatting-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-grid-after-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-grid-before-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-properties-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/grid-column-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-look-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-overlap-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-properties-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-properties-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-right-to-left-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table-style-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/tabs/tabs-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/color/drawing-color-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/color/preset-color-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/color/props/color-transform-destination-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/alt-chunk-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/comments-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/core-properties-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/custom-properties-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/end-notes-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/foot-notes-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/header-footer-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/numbering-list-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/position-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/settings-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/themes-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/web-settings-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/list/open-xml-abstract-numbering-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/list/open-xml-numbering-list-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/alt-chunk-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/comment-list-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/import-field-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/open-xml-style-conditional-table-formatting-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/translation-table/ml-table-data.js +0 -0
- /package/lib/{docx → client/formats/docx}/translation-table/translation-tables-data.js +0 -0
- /package/lib/{docx → client/formats/docx}/translation-table/word-processing-mlvalue.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/lock-aspect-ratio-table.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/open-xml-relation.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/path-helper.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/progress-indication.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/string-extensions.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/string-value-parser.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/units-converter.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/value-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/xml-chars-decoder.js +0 -0
- /package/lib/{docx → client/formats/docx}/zip/xml-reader.js +0 -0
- /package/lib/{docx → client/formats/docx}/zip/zip-builder.js +0 -0
- /package/lib/{docx → client/formats/docx}/zip/zip-reader.js +0 -0
- /package/lib/{model-api → client/model-api}/anchor-info.js +0 -0
- /package/lib/{api-utils → client/model-api}/api-utils/parameter-checker.js +0 -0
- /package/lib/{model-api → client/model-api}/api-utils/range-permission-finder.js +0 -0
- /package/lib/{model-api → client/model-api}/collections/collection.js +0 -0
- /package/lib/{model-api → client/model-api}/collections/fonts-collection.js +0 -0
- /package/lib/{model-api → client/model-api}/collections/section-collection.js +0 -0
- /package/lib/{model-api → client/model-api}/fonts/control-font-face-descriptors.js +0 -0
- /package/lib/{model-api → client/model-api}/fonts/model-font.js +0 -0
- /package/lib/{model-api → client/model-api}/formats/enum.js +0 -0
- /package/lib/{model-api → client/model-api}/images/image-enums.js +0 -0
- /package/lib/{model-api → client/model-api}/images/image-interfaces.js +0 -0
- /package/lib/{model-api → client/model-api}/images/inline-image.js +0 -0
- /package/lib/{model-api → client/model-api}/interval.js +0 -0
- /package/lib/{model-api → client/model-api}/lists/list-level-settings.js +0 -0
- /package/lib/{model-api → client/model-api}/rectangle.js +0 -0
- /package/lib/{model-api → client/model-api}/size.js +0 -0
- /package/lib/{base-utils/direction-adaptor/i-direction-adaptor.js → client/model-api/table/types.js} +0 -0
- /package/lib/{model-api → client/model-api}/unit-converter.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-localized-ribbon-item-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-ribbon-item-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-ribbon-text-content-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-toolbar-item-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/ribbon.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/index.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-button-group-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-button-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-color-box-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-interactive-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-base.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/base-types.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/index.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-menu-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-number-box-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-select-box-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-separator-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-sub-menu-item.js +0 -0
- /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/devextreme-types.js +0 -0
- /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/dxt-theme-css-classes.js +0 -0
- /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/dxt-utils.js +0 -0
- /package/lib/{base → common}/auto-correct/auto-correct-service.js +0 -0
- /package/lib/{base → common}/bars/interfaces.js +0 -0
- /package/lib/{base → common}/canvas/canvas-scroll-info.js +0 -0
- /package/lib/{core → common}/canvas/i-control-height-provider.js +0 -0
- /package/lib/{base → common}/canvas/listeners/frame-base-listener.js +0 -0
- /package/lib/{base → common}/canvas/listeners/resize-box-listener.js +0 -0
- /package/lib/{core → common}/canvas/picture-renderer.js +0 -0
- /package/lib/{core → common}/canvas/renderer-class-names.js +0 -0
- /package/lib/{base → common}/canvas/renderes/change-active-sub-document/base-renderer.js +0 -0
- /package/lib/{base → common}/canvas/renderes/change-active-sub-document/renderer.js +0 -0
- /package/lib/{base → common}/canvas/renderes/common/print-layout-renderer.js +0 -0
- /package/lib/{base → common}/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.js +0 -0
- /package/lib/{core → common}/canvas/renderes/z-index-helper.js +0 -0
- /package/lib/{base → common}/canvas/utils.js +0 -0
- /package/lib/{base → common}/client-side-events.js +0 -0
- /package/lib/{base → common}/commands/client-command.js +0 -0
- /package/lib/{base → common}/commands/command-manager.js +0 -0
- /package/lib/{base → common}/commands/command-states.js +0 -0
- /package/lib/{base → common}/commands/dialogs/dialog-alert-message-command.js +0 -0
- /package/lib/{base → common}/commands/dialogs/dialog-insert-table-command.js +0 -0
- /package/lib/{base → common}/commands/dialogs/dialog-split-table-cells-command.js +0 -0
- /package/lib/{base → common}/commands/dialogs/show-dialog-command-base.js +0 -0
- /package/lib/{base → common}/commands/dialogs/show-quick-search-panel-command.js +0 -0
- /package/lib/{base → common}/commands/fields/remove-hyperlink-command.js +0 -0
- /package/lib/{base → common}/commands/find-replace/hide-find-results-command.js +0 -0
- /package/lib/{base → common}/commands/floating-objects/context-item-floating-objects.js +0 -0
- /package/lib/{base → common}/commands/header-footer/close-header-footer-command.js +0 -0
- /package/lib/{base → common}/commands/header-footer/context-item-headers-footers.js +0 -0
- /package/lib/{base → common}/commands/header-footer/go-to-header-footer-command.js +0 -0
- /package/lib/{base → common}/commands/header-footer/go-to-prev-next-header-footer-command.js +0 -0
- /package/lib/{base → common}/commands/i-command.js +0 -0
- /package/lib/{base → common}/commands/layout/toggle-show-hidden-symbols-command.js +0 -0
- /package/lib/{base → common}/commands/numbering/remove-numeration-from-paragraphs-command.js +0 -0
- /package/lib/{base → common}/commands/ruler/toggle-show-horizontal-ruler-command.js +0 -0
- /package/lib/{base → common}/commands/section-properties/change-section-properties-command-base.js +0 -0
- /package/lib/{base → common}/commands/selection/go-to-document-end-command.js +0 -0
- /package/lib/{base → common}/commands/selection/go-to-document-start-command.js +0 -0
- /package/lib/{base → common}/commands/selection/select-all-document-command.js +0 -0
- /package/lib/{base → common}/commands/selection/select-paragraph-command.js +0 -0
- /package/lib/{base → common}/commands/selection/selection-command-base.js +0 -0
- /package/lib/{base → common}/commands/shortcut-manager.js +0 -0
- /package/lib/{base → common}/commands/shortcuts/assign-shortcut-command.js +0 -0
- /package/lib/{base → common}/commands/spelling/ignore-spelling-error-command.js +0 -0
- /package/lib/{base → common}/commands/spelling/spelling-command-base.js +0 -0
- /package/lib/{base → common}/commands/tables/context-item-tables.js +0 -0
- /package/lib/{base → common}/commands/tables/row-command-base.js +0 -0
- /package/lib/{base → common}/commands/tables/table-command-base.js +0 -0
- /package/lib/{core → common}/document-format.js +0 -0
- /package/lib/{base → common}/focus-manager.js +0 -0
- /package/lib/{core → common}/formats/document-importer-errors.js +0 -0
- /package/lib/{core → common}/formats/file-name-helper.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/b.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/base.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/center.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/cite.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/div.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/em.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/font.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/i.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/li.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/ol.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/p.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/pre.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/tbody.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/tt.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/ul.js +0 -0
- /package/lib/{html → common/formats/html}/import/load-font-info.js +0 -0
- /package/lib/{html → common/formats/html}/import/utils/font-utils.js +0 -0
- /package/lib/{core → common}/formats/i-document-exporter.js +0 -0
- /package/lib/{core → common}/formats/i-document-importer.js +0 -0
- /package/lib/{core → common}/formats/model-restorer/section-restorer.js +0 -0
- /package/lib/{core → common}/formats/model-restorer/table-restorer.js +0 -0
- /package/lib/{core → common}/formats/options.js +0 -0
- /package/lib/{pdf → common/formats/pdf}/api/pdf.js +0 -0
- /package/lib/{pdf → common/formats/pdf}/export-options.js +0 -0
- /package/lib/{core/model/drawing → common/formats/pdf}/interfaces.js +0 -0
- /package/lib/{pdf → common/formats/pdf}/row-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/characters.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-floating-object-picture-export-strategy.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-inline-picture-export-strategy.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-jpeg-picture-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-picture-export-strategy.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-png-picture-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/rtf-anchored-picture-run-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/rtf-anchored-text-box-run-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/table/rtf-table-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/table/states/rtf-nested-table-exporter-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/table/states/rtf-table-exporter-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/piece-table-numbering-list-counters-manager.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/hex-content-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/hex-stream-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/skip-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/string-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/text-after-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/text-before-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/unicode-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/unicode-string-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-end-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-start-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/custom-properties-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/destination-revision-author-table.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/document-variable-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/code-field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-map-data-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-status-bar-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-sub-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-entry-macro-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-exit-macro-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-help-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/mail-merge-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/result-field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/table-content-field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/font-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/info/info-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/destination-old-section-numbering-level.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-level-numbers-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-level-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-override-level-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-override-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-style-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/page-background-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/picture/picture-units-converter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/properties/default-paragraph-properties-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/protection/legacy-password-hash-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-end-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-start-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-location-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-property-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-source-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/pic/shape-picture-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-instance-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-header-footer-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-page-footer-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-page-header-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/table/skip-nested-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/user-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/utils/destination-type.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/utils/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/decoder-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/decoder-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/russian-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/code-page-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/code-pages.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/empty-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/skip-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/unicode-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/comments-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/importer-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/importers-collection.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/numbering-lists-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/styles/base-style-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/styles/rtf-style-importer-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/styles-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/bookmark/import-bookmark-info-core.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/bookmark/import-bookmark-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/font-info-collection.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/rtf-font-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/rtf-formatting-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/comment/import-comment-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/fields/rtf-field-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/image/picture-destination-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/image/rtf-image-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-list-override-level.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list-override.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-old-list-level-info-collection.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/paragraph/paragraph-frame-formatting-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/rtf-document-properties.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/rtf-revision-authors.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/section/general-section-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/section/line-numbering-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/section/margins-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/shape-properties-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/shape-type-code.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/table/properties/table-floating-position-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-cell-controller.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-columns-calculator.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-controller.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-row-controller.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/states/manager-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/states/no-table-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/states/state-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/table-grid.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/table-reader.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/list-level-display-text-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/mergers/rtf-table-properties-merger-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/rtf-math-utils.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/shape-utils.js +0 -0
- /package/lib/{txt → common/formats/txt}/txt-exporter.js +0 -0
- /package/lib/{core → common}/formats/utils/color/tint-and-shade-calculator.js +0 -0
- /package/lib/{core → common}/formats/utils/cross-existing-iterator.js +0 -0
- /package/lib/{core → common}/formats/utils/document-formats-helper.js +0 -0
- /package/lib/{core → common}/formats/utils/enums.js +0 -0
- /package/lib/{core → common}/formats/utils/images-import.js +0 -0
- /package/lib/{core → common}/formats/utils/import-bookmark-info-core.js +0 -0
- /package/lib/{core → common}/formats/utils/import-comment-info.js +0 -0
- /package/lib/{core → common}/formats/utils/numbering-list-index-constants.js +0 -0
- /package/lib/{core → common}/formats/utils/string-helper.js +0 -0
- /package/lib/{base → common}/interfaces/i-control-owner.js +0 -0
- /package/lib/{core → common}/interfaces/i-document-layout-changes-listener.js +0 -0
- /package/lib/{base → common}/interfaces/i-event-manager.js +0 -0
- /package/lib/{core → common}/interfaces/i-font-changes-listener.js +0 -0
- /package/lib/{base → common}/interfaces/i-rich-edit-core.js +0 -0
- /package/lib/{base → common}/interfaces/i-selection-layout-changes-listener.js +0 -0
- /package/lib/{core → common}/interfaces/model-changes-listener.js +0 -0
- /package/lib/{base → common}/internal-api.js +0 -0
- /package/lib/{core → common}/layout/document-layout-details-level.js +0 -0
- /package/lib/{core → common}/layout/document-layout.js +0 -0
- /package/lib/{core → common}/layout/layout-point.js +0 -0
- /package/lib/{core → common}/layout/layout-position.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/bookmark-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-object-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-picture-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-text-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-column-break-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-dash-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-dependent-text-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-code-end-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-code-start-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-result-end-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-line-break-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-non-breaking-space-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-numbering-list-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-page-break-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-paragraph-mark-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-picture-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-section-mark-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-space-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-tab-space-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-text-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-column.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-page-area.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-page.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-row.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection-info.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection-items.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection-page-info.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection.js +0 -0
- /package/lib/{core → common}/layout/table/layout-table-cell-info.js +0 -0
- /package/lib/{core → common}/layout/table/layout-table-info.js +0 -0
- /package/lib/{core → common}/layout/table/layout-table-row-info.js +0 -0
- /package/lib/{core → common}/layout/table/table-cell-iterator.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-anchor-object-finder.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-base.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-position-creator.js +0 -0
- /package/lib/{base → common}/layout-engine/visualizers/auto-scroll-visualizer.js +0 -0
- /package/lib/{base → common}/layout-engine/visualizers/box-visualizer-manager.js +0 -0
- /package/lib/{base → common}/layout-engine/visualizers/resize-table-visualizer.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/box-iterator.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/box-wrap.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/box-wraps-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/generator/box-infos-generator.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/generator/one-dimension-itertors.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/generator/recursive-objects-iterators.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/column-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/layout-change-base.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/page-area-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/page-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/selection/layout-area-selection-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/selection/layout-page-selection-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/changes-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/changes-merger.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/page-changes-collector.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/paragraph-frame-changes-collector.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/table-cells-comparer.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/layout-row-bounds-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/page-anchored-object-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/position-calculators/base-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/position-calculators/horizontal.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/position-calculators/vertical.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/render-level-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/base-formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/enums.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/main-formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/model-changes-listener.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/other-page-area-formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/bounds-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/columns-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/floating-restart-info-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/last-row-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/layout-dependent-cache.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/number-utils.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/remove-redundant-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/restart-preparer.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/header-footer-invalidator-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/layout-invalidator.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/position-savers.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/remove-content-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/managers/restart-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/result.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-formatting-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-height-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-height-state.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-sizes-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/states.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/tab-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/box-aligner.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/line-spacing-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/rectangle-utils.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/row-spacing-before-applier.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/word-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/background-info-creator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/border-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/border-merger.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/borders-creator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/horizontal-line-borders-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/layout-table-border.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/layout-table-horizontal-border.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-interval.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/table-properties-cache.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/cell-grid-info-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/columns.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/creator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/grid.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/horizontal-cursor-borders-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/cell-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/cell-order-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/row-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/table-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/other.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/size-compressor.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/table-alignment-applier.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/utils/table-anchored-objects-holder.js +0 -0
- /package/lib/{base → common}/loading-panel/manager.js +0 -0
- /package/lib/{base → common}/loading-panel/panel.js +0 -0
- /package/lib/{core → common}/measurer/measure-info.js +0 -0
- /package/lib/{core → common}/measurer/measurer.js +0 -0
- /package/lib/{core → common}/model/bookmarks.js +0 -0
- /package/lib/{core → common}/model/borders/border-base.js +0 -0
- /package/lib/{core → common}/model/borders/border-info.js +0 -0
- /package/lib/{core → common}/model/borders/enums.js +0 -0
- /package/lib/{core → common}/model/borders/layout-border.js +0 -0
- /package/lib/{core → common}/model/caches/caches.js +0 -0
- /package/lib/{core → common}/model/caches/control-fonts.js +0 -0
- /package/lib/{core → common}/model/caches/hash-based-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/character-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/color-model-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/drawing-color-model-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/font-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/list-level-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/masked-character-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/masked-paragraph-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/paragraph-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/scene3d-properties-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/scene3d-rotation-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/shading-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/table-cell-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/table-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/table-row-properties-cache.js +0 -0
- /package/lib/{core → common}/model/changes/change-base.js +0 -0
- /package/lib/{core → common}/model/changes/change.js +0 -0
- /package/lib/{core → common}/model/changes/enums.js +0 -0
- /package/lib/{core → common}/model/changes/model/create-style-link.js +0 -0
- /package/lib/{core → common}/model/changes/model/default-tab-width.js +0 -0
- /package/lib/{core → common}/model/changes/model/delete-style-link.js +0 -0
- /package/lib/{core → common}/model/changes/model/different-odd-and-even-pages.js +0 -0
- /package/lib/{core → common}/model/changes/model/document-protection-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/header-created.js +0 -0
- /package/lib/{core → common}/model/changes/model/header-footer-index-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/abstract-numbering-list-added.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/abstract-numbering-list-deleted.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/i-override-list-level-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/list-level-character-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/list-level-paragraph-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/list-level-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/numbering-list-added.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/numbering-list-deleted.js +0 -0
- /package/lib/{core → common}/model/changes/model/load-font.js +0 -0
- /package/lib/{core → common}/model/changes/model/page-color.js +0 -0
- /package/lib/{core → common}/model/changes/model/section-formatting-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/section-merged.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/anchor-info-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/anchored-text-box-properties-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/anchored-text-box-size-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/shape-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/shape-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/bookmark/created.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/bookmark/deleted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/deleted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/fields-show-code-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/hyperlink-info-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/list/paragraph-numbering-list-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/anchored-picture-size-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/anchored-pictureinserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/inline-object-run-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/inline-picture-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/inline-pictures-updated.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/load-pictures-info.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/character-formatting-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/character-properties-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/merged-props-reset.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/paragraph-formatting-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/paragraph-properties-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/range-permissions-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/style/character-style-applied.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/style/paragraph-style-applied.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/style/table-style-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/tab/deleted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/tab/inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-merged-horizontally.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-splitted-horizontally.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/created.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/row-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/row-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/row-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/start-position-shifted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/anchor-object-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/anchored-text-box-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/interval-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/paragraph-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/paragraph-merged.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/section-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/simple-run-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/text-buffer-changed.js +0 -0
- /package/lib/{core → common}/model/character/character-properties-helper.js +0 -0
- /package/lib/{core → common}/model/character/character-properties.js +0 -0
- /package/lib/{core → common}/model/character/character-property-descriptor.js +0 -0
- /package/lib/{core → common}/model/character/character-style.js +0 -0
- /package/lib/{core → common}/model/character/composite-font-info.js +0 -0
- /package/lib/{core → common}/model/character/enums.js +0 -0
- /package/lib/{core → common}/model/character/history-runs.js +0 -0
- /package/lib/{core → common}/model/character/lang-info.js +0 -0
- /package/lib/{core → common}/model/character/layout-character-properties-color-info.js +0 -0
- /package/lib/{core → common}/model/character/run-iterator.js +0 -0
- /package/lib/{core → common}/model/chunk.js +0 -0
- /package/lib/{core → common}/model/color/color-hsl.js +0 -0
- /package/lib/{core → common}/model/color/color-provider.js +0 -0
- /package/lib/{core → common}/model/color/d-xsystem-colors.js +0 -0
- /package/lib/{core → common}/model/color/dx-color.js +0 -0
- /package/lib/{core → common}/model/color/enums.js +0 -0
- /package/lib/{core → common}/model/color/palette.js +0 -0
- /package/lib/{core → common}/model/color/sc-rgbcolor.js +0 -0
- /package/lib/{core → common}/model/comments/comment.js +0 -0
- /package/lib/{core → common}/model/compat-settings.js +0 -0
- /package/lib/{core → common}/model/creator/cache.js +0 -0
- /package/lib/{core → common}/model/creator/creator.js +0 -0
- /package/lib/{core → common}/model/creator/font-corrector.js +0 -0
- /package/lib/{core → common}/model/creator/options.js +0 -0
- /package/lib/{core → common}/model/document-model.js +0 -0
- /package/lib/{core → common}/model/drawing/backdrop-plane.js +0 -0
- /package/lib/{core → common}/model/drawing/container-effect.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-color-model-info.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-color.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-effect-collection.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-effect-style.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-fill.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-text-font.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-value-constants.js +0 -0
- /package/lib/{core → common}/model/drawing/enums.js +0 -0
- /package/lib/{core/model → common/model/drawing}/interfaces.js +0 -0
- /package/lib/{core → common}/model/drawing/outline.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-properties-info.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-properties.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-rotation-info.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-vector.js +0 -0
- /package/lib/{core → common}/model/drawing/shape-bevel3d-properties.js +0 -0
- /package/lib/{core → common}/model/drawing/shape3d-properties.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/alpha-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/alpha-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/alpha-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/blue-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/blue-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/blue-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/color-transform-base.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/color-transform-collection.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/color-transform-value-base.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/complement-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/gamma-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/grayscale-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/green-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/green-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/green-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/hue-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/hue-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/hue-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/inverse-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/inverse-gamma-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/luminance-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/luminance-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/luminance-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/red-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/red-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/red-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/saturation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/saturation-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/saturation-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/shade-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/tint-color-transform.js +0 -0
- /package/lib/{core → common}/model/enums.js +0 -0
- /package/lib/{core → common}/model/fields/check-box-properties.js +0 -0
- /package/lib/{core → common}/model/fields/field-context-menu-helper.js +0 -0
- /package/lib/{core → common}/model/fields/field-request-manager.js +0 -0
- /package/lib/{core → common}/model/fields/field.js +0 -0
- /package/lib/{core → common}/model/fields/form-field-properties.js +0 -0
- /package/lib/{core → common}/model/fields/names.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-client-updating-base.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-date.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-doc-variable.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-hyperlink.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-merge-field.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-num-pages.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-page-ref.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-page.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-seq.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-tc.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-time.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-toc.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/fill-in.js +0 -0
- /package/lib/{core → common}/model/fields/tree-creator.js +0 -0
- /package/lib/{core → common}/model/fields/update-sequence-info.js +0 -0
- /package/lib/{core → common}/model/find-replace-helper.js +0 -0
- /package/lib/{core → common}/model/floating-objects/anchor-info.js +0 -0
- /package/lib/{core → common}/model/floating-objects/enums.js +0 -0
- /package/lib/{core → common}/model/floating-objects/text-box-properties.js +0 -0
- /package/lib/{core → common}/model/fonts/control-font.js +0 -0
- /package/lib/{core → common}/model/fonts/font-chooser.js +0 -0
- /package/lib/{core → common}/model/fonts/font-face-descriptors.js +0 -0
- /package/lib/{core → common}/model/fonts/font-info.js +0 -0
- /package/lib/{core → common}/model/fonts/fonts-map.js +0 -0
- /package/lib/{core → common}/model/fonts/google-fonts.js +0 -0
- /package/lib/{core → common}/model/fonts/grabber.js +0 -0
- /package/lib/{core → common}/model/fonts/loader.js +0 -0
- /package/lib/{core → common}/model/fonts/measurer.js +0 -0
- /package/lib/{core → common}/model/full-chunk-and-run-info.js +0 -0
- /package/lib/{core → common}/model/history/base/history-item.js +0 -0
- /package/lib/{core → common}/model/history/base/history.js +0 -0
- /package/lib/{core → common}/model/history/base/i-history.js +0 -0
- /package/lib/{core → common}/model/history/base/interval-based-history-item.js +0 -0
- /package/lib/{core → common}/model/history/base/position-based-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/apply-field-hyperlink-style-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/apply-style-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/bookmark-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/change-field-hyperlink-info-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/change-rectangular-object-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/character-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/create-style-link-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/document-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/document-protection-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/field-insert-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/anchor-info-property-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-anchored-picture-size-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-anchored-text-box-size-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-image-property-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-text-box-properties-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/insert-anchored-picture-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/shape-property-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/header-footer-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-inline-picture-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-paragraph-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-section-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-sub-document-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-text-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/list-level-character-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/list-level-paragraph-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/list-level-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/non-visual-drawing-object-info.js +0 -0
- /package/lib/{core → common}/model/history/items/numbering-list-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/paragraph-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/range-permission-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/remove-hyperlink-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/remove-interval-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/section-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/switch-text-box-sub-documents-state-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/change-table-cell-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/create-table-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/insert-table-row-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/remove-table-cell-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/remove-table-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/remove-table-row-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/split-table-cell-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/table-cell-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/table-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/table-row-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/text-run-change-case-history-item.js +0 -0
- /package/lib/{base → common}/model/history/selection/history-item-direction.js +0 -0
- /package/lib/{core → common}/model/history/states/history-item-state-object.js +0 -0
- /package/lib/{core → common}/model/history/states/history-item-state.js +0 -0
- /package/lib/{pdf → common/model}/interfaces.js +0 -0
- /package/lib/{core → common}/model/json/command-request.js +0 -0
- /package/lib/{core → common}/model/json/command-type.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-character-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-control-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-document-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-field-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-general-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-list-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-paragraph-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-run-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-section-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-style-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-sub-document-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-top-level-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-cell-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-row-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-structures-enums.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-control-options-converter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-exporter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-numbering-list-exporter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-sub-document-exporter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-table-exporter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-border-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-color-model-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-drawing-color-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-font-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-masked-character-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-masked-paragraph-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-shading-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-shape-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-styles-exporter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-tab-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/numbering-list/json-list-level-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/numbering-list/json-numbering-list-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/section/json-columns-section-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/section/json-section-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/server-model-inserter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-anchor-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-non-visual-properties.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-sub-document-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-text-box-content-margins-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-text-box-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/run-importers.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-cell-margins-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-cell-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-conditional-style-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-row-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-unit-converter.js +0 -0
- /package/lib/{core → common}/model/json/web-caches-exporter.js +0 -0
- /package/lib/{core → common}/model/manipulators/base-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/bookmarks-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/character-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/doc-merger/merger.js +0 -0
- /package/lib/{core → common}/model/manipulators/document/sub-document-inserter.js +0 -0
- /package/lib/{core → common}/model/manipulators/document-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/document-protection-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/fields-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/anchor-info-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/anchor-info-property-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/comparers.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/floating-objects-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/image-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/shape-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/size-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/text-box-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/z-order-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/font-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/header-footer-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/i-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/inline-object-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-character-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/numbering-list-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/paragraph-manipulator/paragraph-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/paragraph-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/insert-picture-manipulator-params.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/client-picture-loader.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/image-loading-options.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/picture-loader.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/server-picture-loader.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/updated-image-info.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/non-visual-drawing-object-info.js +0 -0
- /package/lib/{core → common}/model/manipulators/range/range-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/range/remove-interval-operation.js +0 -0
- /package/lib/{core → common}/model/manipulators/range/restore-removed-interval-operation.js +0 -0
- /package/lib/{core → common}/model/manipulators/range-permission-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/runs-base-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/section-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/section-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/styles-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/sub-document-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/tables/insert-table-row-operation.js +0 -0
- /package/lib/{core → common}/model/manipulators/tables/table-normalizator.js +0 -0
- /package/lib/{core → common}/model/manipulators/tables/table-row-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/tabs-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-box-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-case-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-manipulator/chunk-size-corrector.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-manipulator/insert-text-manipulator-params.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-manipulator/text-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/utils/manipulator-params-base.js +0 -0
- /package/lib/{core → common}/model/model-checks/check-all.js +0 -0
- /package/lib/{core → common}/model/model-checks/position.js +0 -0
- /package/lib/{core → common}/model/model-iterator.js +0 -0
- /package/lib/{core → common}/model/number-converters/alphabet-based-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/bullet-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/decimal-enclosed-parentheses-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/decimal-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/decimal-zero-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/descriptive-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/hex-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/latin-letter-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/number-converter-creator.js +0 -0
- /package/lib/{core → common}/model/number-converters/number-in-dash-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/numerics-provider.js +0 -0
- /package/lib/{core → common}/model/number-converters/ordinal-based-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/roman-number-converter.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/list-level-properties.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/list-level.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-helper.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-counters-calculator.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-id-provider.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-index-calculator.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-style.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/piece-table-numbering-list-counters-manager.js +0 -0
- /package/lib/{core → common}/model/options/auto-correct.js +0 -0
- /package/lib/{core → common}/model/options/bookmarks.js +0 -0
- /package/lib/{core → common}/model/options/control.js +0 -0
- /package/lib/{core → common}/model/options/document-protection.js +0 -0
- /package/lib/{core → common}/model/options/fonts.js +0 -0
- /package/lib/{core → common}/model/options/mail-merge.js +0 -0
- /package/lib/{core → common}/model/options/pdf.js +0 -0
- /package/lib/{core → common}/model/options/printing.js +0 -0
- /package/lib/{core → common}/model/options/protection.js +0 -0
- /package/lib/{core → common}/model/options/rich-options.js +0 -0
- /package/lib/{core → common}/model/options/search.js +0 -0
- /package/lib/{core → common}/model/options/spell-checker.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-properties-helper.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-properties.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-property-descriptors.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-style.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph.js +0 -0
- /package/lib/{core → common}/model/position/linked-interval.js +0 -0
- /package/lib/{core → common}/model/position/position-manager.js +0 -0
- /package/lib/{core → common}/model/position/position.js +0 -0
- /package/lib/{core → common}/model/properties-merger/character-properties-merger.js +0 -0
- /package/lib/{core → common}/model/properties-merger/paragraph-properties-merger.js +0 -0
- /package/lib/{core → common}/model/properties-merger/properties-merger-base.js +0 -0
- /package/lib/{core → common}/model/protection/hash-algorithm.js +0 -0
- /package/lib/{core → common}/model/protection/md5.js +0 -0
- /package/lib/{core → common}/model/protection/ripemd160.js +0 -0
- /package/lib/{core → common}/model/protection/sha1.js +0 -0
- /package/lib/{core → common}/model/protection/sha256.js +0 -0
- /package/lib/{core → common}/model/protection/sha384.js +0 -0
- /package/lib/{core → common}/model/protection/sha512.js +0 -0
- /package/lib/{core → common}/model/range-permissions.js +0 -0
- /package/lib/{core → common}/model/rich-utils.js +0 -0
- /package/lib/{core → common}/model/runs/anchored-picture-run.js +0 -0
- /package/lib/{core → common}/model/runs/anchored-text-box-run.js +0 -0
- /package/lib/{core → common}/model/runs/inline-picture-run.js +0 -0
- /package/lib/{core → common}/model/runs/inline-text-box-run.js +0 -0
- /package/lib/{core → common}/model/runs/run-base.js +0 -0
- /package/lib/{core → common}/model/runs/run-type.js +0 -0
- /package/lib/{core → common}/model/runs/simple-runs.js +0 -0
- /package/lib/{core → common}/model/runs/text-run.js +0 -0
- /package/lib/{core → common}/model/section/enums.js +0 -0
- /package/lib/{core → common}/model/section/header-footer.js +0 -0
- /package/lib/{core → common}/model/section/line-numbering-properties.js +0 -0
- /package/lib/{core → common}/model/section/paper-kind.js +0 -0
- /package/lib/{core → common}/model/section/section-column-properties.js +0 -0
- /package/lib/{core → common}/model/section/section-properties.js +0 -0
- /package/lib/{core → common}/model/section/section-property-descriptor.js +0 -0
- /package/lib/{core → common}/model/section/section.js +0 -0
- /package/lib/{core → common}/model/sentence-model-builder.js +0 -0
- /package/lib/{core → common}/model/shadings/shading-info.js +0 -0
- /package/lib/{core → common}/model/shadings/shading-pattern-helper.js +0 -0
- /package/lib/{core → common}/model/shadings/shading-pattern.js +0 -0
- /package/lib/{core → common}/model/shapes/shape.js +0 -0
- /package/lib/{core → common}/model/simple-sentence-model-builder.js +0 -0
- /package/lib/{core → common}/model/special-characters.js +0 -0
- /package/lib/{core → common}/model/style-base.js +0 -0
- /package/lib/{core → common}/model/styles-manager.js +0 -0
- /package/lib/{core → common}/model/sub-document-collection.js +0 -0
- /package/lib/{core → common}/model/sub-document-infos.js +0 -0
- /package/lib/{core → common}/model/sub-document.js +0 -0
- /package/lib/{core → common}/model/tables/grid/grid-maker.js +0 -0
- /package/lib/{core → common}/model/tables/grid/table-cell-grid-info.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-cell-properties.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-properties.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-row-descriptors.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-row-properties.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-row-property-descriptor.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-properties-merger-base.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-row-properties-merger.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-style-character-properties-merger.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-style-paragraph-properties-merger.js +0 -0
- /package/lib/{core → common}/model/tables/secondary-structures/table-base-structures.js +0 -0
- /package/lib/{core → common}/model/tables/secondary-structures/table-border-calculator.js +0 -0
- /package/lib/{core → common}/model/tables/secondary-structures/table-units.js +0 -0
- /package/lib/{core → common}/model/tables/styles/table-cell-style.js +0 -0
- /package/lib/{core → common}/model/tables/styles/table-conditional-style.js +0 -0
- /package/lib/{core → common}/model/tables/styles/table-style.js +0 -0
- /package/lib/{core → common}/model/themes/culture-info.js +0 -0
- /package/lib/{core → common}/model/themes/enums.js +0 -0
- /package/lib/{core → common}/model/themes/office-theme-base.js +0 -0
- /package/lib/{core → common}/model/themes/theme-drawing-color-collection.js +0 -0
- /package/lib/{core → common}/model/themes/theme-font-scheme-part.js +0 -0
- /package/lib/{core → common}/model/themes/theme-font-scheme.js +0 -0
- /package/lib/{core → common}/model/themes/theme-format-scheme.js +0 -0
- /package/lib/{core → common}/model/web-settings.js +0 -0
- /package/lib/{core → common}/model-manager.js +0 -0
- /package/lib/{core → common}/model-request-handler.js +0 -0
- /package/lib/{base → common}/mouse-handler/base/manipulator-handler-state-base.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-event-source.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-resize-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-state-base.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler.js +0 -0
- /package/lib/{base → common}/mouse-handler/rotate-box-helper.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-resize-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-rotate-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler.js +0 -0
- /package/lib/{core → common}/processor.js +0 -0
- /package/lib/{core → common}/rich-utils/common-interfaces.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/array.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/debug-table.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/i-logger.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/i-params-holder.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-list-helper.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source-params-func-handler.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source-params.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/logger.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/model-params-holder.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/model-checks.js +0 -0
- /package/lib/{base → common}/rich-utils/display-numbering-string-formatter.js +0 -0
- /package/lib/{core → common}/rich-utils/html-converter.js +0 -0
- /package/lib/{core → common}/rich-utils/inner-client-properties.js +0 -0
- /package/lib/{core → common}/rich-utils/properties-bundle.js +0 -0
- /package/lib/{base → common}/rich-utils/table-utils-ex.js +0 -0
- /package/lib/{base → common}/scroll/canvas-states.js +0 -0
- /package/lib/{core → common}/selection/i-active-sub-document-holder.js +0 -0
- /package/lib/{base → common}/selection/i-selection-changes-listener.js +0 -0
- /package/lib/{core → common}/selection/input-position-base.js +0 -0
- /package/lib/{core → common}/selection/selected-cells-engine.js +0 -0
- /package/lib/{core → common}/selection/selected-special-run-info.js +0 -0
- /package/lib/{core → common}/selection/selection-base.js +0 -0
- /package/lib/{core → common}/selection/selection-intervals-info.js +0 -0
- /package/lib/{base → common}/selection/set-selection-params.js +0 -0
- /package/lib/{core → common}/spelling/helpers.js +0 -0
- /package/lib/{core → common}/spelling/intervals-collections.js +0 -0
- /package/lib/{core → common}/spelling/intervals-manager.js +0 -0
- /package/lib/{core → common}/spelling/intervals.js +0 -0
- /package/lib/{core → common}/spelling/listeners.js +0 -0
- /package/lib/{core → common}/spelling/spell-checker.js +0 -0
- /package/lib/{core → common}/string-resources.js +0 -0
- /package/lib/{base → common}/ui/quick-search-panel.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/base.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/column.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/base.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/first-line.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/left.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/right.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/margin/base.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/margin/left.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/margin/right.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/owner.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/ruler.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/shadow.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/table.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/template-manager.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/vertical-line.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/wrapper.js +0 -0
- /package/lib/{base → common}/ui/ruler/events/mouse.js +0 -0
- /package/lib/{base → common}/ui/ruler/events/scroll.js +0 -0
- /package/lib/{base → common}/ui/ruler/model-data.js +0 -0
- /package/lib/{base → common}/ui/ruler/mouse-handler.js +0 -0
- /package/lib/{base → common}/ui/ruler/settings.js +0 -0
- /package/lib/{model-api/api-utils → common/utils}/bookmark-finder.js +0 -0
- /package/lib/{base-utils → common/utils}/direction-adaptor/x-direction-adaptor.js +0 -0
- /package/lib/{base-utils → common/utils}/direction-adaptor/y-direction-adaptor.js +0 -0
- /package/lib/{base-utils → common/utils}/event-dispatcher.js +0 -0
- /package/lib/{base-utils → common/utils}/hexadecimal-converter.js +0 -0
- /package/lib/{base-utils → common/utils}/map-creator.js +0 -0
- /package/lib/{base-utils → common/utils}/min-max.js +0 -0
- /package/lib/{base-utils → common/utils}/number-converter.js +0 -0
- /package/lib/{base-utils → common/utils}/relative-rect.js +0 -0
- /package/lib/{core → common}/utils/sub-document-changes-storer.js +0 -0
- /package/lib/{base-utils → common/utils}/unit-converter.js +0 -0
- /package/lib/{base-utils → common/utils}/utils.js +0 -0
- /package/lib/{base-utils → common/utils}/web-utils/base.js +0 -0
- /package/lib/{core → common}/view-settings/views-settings.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/layout-word-bounds-group-separator.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/layout-word-bounds.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/word-bounds-iterators/layout/layout-word-start-bounds-iterator.js +0 -0
@@ -0,0 +1,1835 @@
|
|
1
|
+
import { MapCreator } from '../../../../../utils/map-creator';
|
2
|
+
import { NumberingListIndexConstants } from '../../../../utils/numbering-list-index-constants';
|
3
|
+
import { TabLeaderType } from '../../../../../layout/main-structures/layout-boxes/layout-tab-space-box';
|
4
|
+
import { BorderInfo } from '../../../../../model/borders/border-info';
|
5
|
+
import { BorderLineStyle } from '../../../../../model/borders/enums';
|
6
|
+
import { CharacterPropertyDescriptor } from '../../../../../model/character/character-property-descriptor';
|
7
|
+
import { CharacterFormattingScript, StrikeoutType, UnderlineType } from '../../../../../model/character/enums';
|
8
|
+
import { ControlOptions } from '../../../../../model/options/control';
|
9
|
+
import { TabAlign } from '../../../../../model/paragraph/paragraph';
|
10
|
+
import { ParagraphAlignment, ParagraphFirstLineIndent, ParagraphPropertyDescriptor } from '../../../../../model/paragraph/paragraph-properties';
|
11
|
+
import { TabInfo } from '../../../../../model/paragraph/paragraph-style';
|
12
|
+
import { RichUtils } from '../../../../../model/rich-utils';
|
13
|
+
import { ShadingInfo } from '../../../../../model/shadings/shading-info';
|
14
|
+
import { ShadingPattern } from '../../../../../model/shadings/shading-pattern';
|
15
|
+
import { ShadingHelper } from '../../../../../model/shadings/shading-pattern-helper';
|
16
|
+
import { TableCellPropertiesMask } from '../../../../../model/tables/properties/table-cell-properties';
|
17
|
+
import { TablePropertiesMask } from '../../../../../model/tables/properties/table-properties';
|
18
|
+
import { TableRowPropertyDescriptor } from '../../../../../model/tables/properties/table-row-property-descriptor';
|
19
|
+
import { HorizontalAlignMode, HorizontalAnchorTypes, TableCellMergingState, TableCellVerticalAlignment, TableLayoutType, TableLookTypes, TableRowAlignment, TextDirection, TextWrapping, VerticalAlignMode, VerticalAnchorTypes } from '../../../../../model/tables/secondary-structures/table-base-structures';
|
20
|
+
import { TableHeightUnitType, TableWidthUnit, TableWidthUnitType } from '../../../../../model/tables/secondary-structures/table-units';
|
21
|
+
import { RtfArtBorderConverter } from '../../../utils/rtf-art-border-converter';
|
22
|
+
import { RtfFontType } from '../../model/character/enums';
|
23
|
+
import { ParagraphFrameFormattingInfo, ParagraphFrameHorizontalPositionAlignment, ParagraphFrameHorizontalRule, ParagraphFrameVerticalPositionAlignment } from '../../model/paragraph/paragraph-frame-formatting-info';
|
24
|
+
import { RtfParagraphProperties } from '../../model/paragraph/paragraph-properties';
|
25
|
+
import { DestinationBase } from '../base/destination';
|
26
|
+
import { SkipDestination } from '../base/skip-destination';
|
27
|
+
import { TextAfterDestination } from '../base/text-after-destination';
|
28
|
+
import { TextBeforeDestination } from '../base/text-before-destination';
|
29
|
+
import { PictureDestination } from '../picture/picture-destination';
|
30
|
+
import { ShapePictureDestination } from '../shape/pic/shape-picture-destination';
|
31
|
+
import { DestinationType } from '../utils/destination-type';
|
32
|
+
import { ParagraphFrameHorizontalPositionType, ParagraphFrameTextWrapType, ParagraphFrameVerticalPositionType } from '../utils/enums';
|
33
|
+
import { TableCellPropertyDescriptor } from '../../../../../model/tables/properties/table-cell-properties';
|
34
|
+
export class DestinationSubDocument extends DestinationBase {
|
35
|
+
constructor(importer, targetSubDocument) {
|
36
|
+
super(importer);
|
37
|
+
this.subDocument = targetSubDocument;
|
38
|
+
}
|
39
|
+
get destinationType() { return DestinationType.DestinationSubDocument; }
|
40
|
+
get controlCharHT() { return DestinationSubDocument.controlCharHT; }
|
41
|
+
get canAppendText() { return true; }
|
42
|
+
canProcessSpecialHexChar() { return true; }
|
43
|
+
get documentModel() { return this.subDocument.documentModel; }
|
44
|
+
static onParChar(importer, _ch) {
|
45
|
+
importer.flushDecoder();
|
46
|
+
importer.importers.paragraph.insertParagraph();
|
47
|
+
importer.importers.table.tableReader.onEndParagraph();
|
48
|
+
}
|
49
|
+
static onNonBreakingSpaceChar(importer, _ch) {
|
50
|
+
importer.flushDecoder();
|
51
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.NonBreakingSpace);
|
52
|
+
}
|
53
|
+
static onNonBreakingHyphenChar(importer, _ch) {
|
54
|
+
importer.flushDecoder();
|
55
|
+
importer.parseCharWithoutDecoding('-');
|
56
|
+
}
|
57
|
+
static onOptionalHyphenChar(_importer, _ch) {
|
58
|
+
}
|
59
|
+
static onNonShapePictureKeyword(importer, _parameterValue, _hasParameter) {
|
60
|
+
importer.destination = new SkipDestination(importer);
|
61
|
+
}
|
62
|
+
static onShapeGroupKeyword(importer, _parameterValue, _hasParameter) {
|
63
|
+
importer.destination = new SkipDestination(importer);
|
64
|
+
}
|
65
|
+
static onTabKeyword(importer, _parameterValue, _hasParameter) {
|
66
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.TabMark);
|
67
|
+
}
|
68
|
+
static onEmDashKeyword(importer, _parameterValue, _hasParameter) {
|
69
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.EmDash);
|
70
|
+
}
|
71
|
+
static onEnDashKeyword(importer, _parameterValue, _hasParameter) {
|
72
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.EnDash);
|
73
|
+
}
|
74
|
+
static onBulletKeyword(importer, _parameterValue, _hasParameter) {
|
75
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.Bullet);
|
76
|
+
}
|
77
|
+
static onLeftSingleQuoteKeyword(importer, _parameterValue, _hasParameter) {
|
78
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.LeftSingleQuote);
|
79
|
+
}
|
80
|
+
static onRightSingleQuoteKeyword(importer, _parameterValue, _hasParameter) {
|
81
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.RightSingleQuote);
|
82
|
+
}
|
83
|
+
static onLeftDoubleQuoteKeyword(importer, _parameterValue, _hasParameter) {
|
84
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.LeftDoubleQuote);
|
85
|
+
}
|
86
|
+
static onRightDoubleQuoteKeyword(importer, _parameterValue, _hasParameter) {
|
87
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.RightDoubleQuote);
|
88
|
+
}
|
89
|
+
static onEmSpaceKeyword(importer, _parameterValue, _hasParameter) {
|
90
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.EmSpace);
|
91
|
+
}
|
92
|
+
static onEnSpaceKeyword(importer, _parameterValue, _hasParameter) {
|
93
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.EnSpace);
|
94
|
+
}
|
95
|
+
static onQmSpaceKeyword(importer, _parameterValue, _hasParameter) {
|
96
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.QmSpace);
|
97
|
+
}
|
98
|
+
static onShapePictureKeyword(importer, _parameterValue, _hasParameter) {
|
99
|
+
importer.destination = new ShapePictureDestination(importer);
|
100
|
+
}
|
101
|
+
static onShapeKeyword(importer, _parameterValue, _hasParameter) {
|
102
|
+
importer.destination = importer.createShapeDestination();
|
103
|
+
}
|
104
|
+
static onLineBreakKeyword(importer, _parameterValue, _hasParameter) {
|
105
|
+
importer.parseCharWithoutDecoding(RichUtils.specialCharacters.LineBreak);
|
106
|
+
}
|
107
|
+
static onTableOfContentsEntryKeyword(importer, _parameterValue, _hasParameter) {
|
108
|
+
importer.importers.field.startField();
|
109
|
+
importer.destination = importer.createTableContentFieldDestination(true);
|
110
|
+
}
|
111
|
+
static onTableOfContentsEntryLevelNumberKeyword(importer, parameterValue, hasParameter) {
|
112
|
+
importer.destination.tableOfContentsEntryLevelNumberKeyword(parameterValue, hasParameter);
|
113
|
+
}
|
114
|
+
static onTableOfContentsEntryTypeTableKeyword(importer, parameterValue, hasParameter) {
|
115
|
+
importer.destination.tableOfContentsEntryTypeTableKeyword(parameterValue, hasParameter);
|
116
|
+
}
|
117
|
+
tableOfContentsEntryLevelNumberKeyword(parameterValue, _hasParameter) {
|
118
|
+
this.insertTextCore(` \\l ${parameterValue}`);
|
119
|
+
}
|
120
|
+
tableOfContentsEntryTypeTableKeyword(parameterValue, hasParameter) {
|
121
|
+
const startCharIndex = 32;
|
122
|
+
const endCharIndex = 255;
|
123
|
+
let type = "";
|
124
|
+
if (hasParameter && parameterValue >= startCharIndex && parameterValue <= endCharIndex)
|
125
|
+
type += String.fromCharCode(parameterValue);
|
126
|
+
this.insertTextCore(` \\f ${type}`);
|
127
|
+
}
|
128
|
+
static onFieldStartKeyword(importer, _parameterValue, _hasParameter) {
|
129
|
+
const destination = importer.destination;
|
130
|
+
destination.startNewField();
|
131
|
+
}
|
132
|
+
static onDxCustomRunDataKeyword(_importer, _parameterValue, _hasParameter) {
|
133
|
+
}
|
134
|
+
static onZeroWidthJoiner(importer, _parameterValue, _hasParameter) {
|
135
|
+
DestinationSubDocument.insertSpecialCharacterCore(importer, '\u200D');
|
136
|
+
}
|
137
|
+
static onZeroWidthNonJoiner(importer, _parameterValue, _hasParameter) {
|
138
|
+
DestinationSubDocument.insertSpecialCharacterCore(importer, '\u200C');
|
139
|
+
}
|
140
|
+
static onZeroWidthBreakOpportunity(importer, _parameterValue, _hasParameter) {
|
141
|
+
DestinationSubDocument.insertSpecialCharacterCore(importer, '\u200C');
|
142
|
+
}
|
143
|
+
static onZeroWidthNonBreakOpportunity(importer, _parameterValue, _hasParameter) {
|
144
|
+
DestinationSubDocument.insertSpecialCharacterCore(importer, '\u200D');
|
145
|
+
}
|
146
|
+
static insertSpecialCharacterCore(importer, specialCharacter) {
|
147
|
+
importer.importers.character.insertText(specialCharacter);
|
148
|
+
}
|
149
|
+
static onParKeyword(importer, _parameterValue, _hasParameter) {
|
150
|
+
importer.importers.paragraph.insertParagraph();
|
151
|
+
importer.importers.table.tableReader.onEndParagraph();
|
152
|
+
}
|
153
|
+
static onParagraphStyleIndex(importer, parameterValue, _hasParameter) {
|
154
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer))
|
155
|
+
importer.importers.style.paragraph.rtfStyleIndex = parameterValue;
|
156
|
+
}
|
157
|
+
static onTableStyleIndexForRowOrCell(importer, parameterValue, _hasParameter) {
|
158
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer))
|
159
|
+
importer.importers.table.tableReader.rtfTableStyleIndexForRowOrCell = parameterValue;
|
160
|
+
}
|
161
|
+
static onAlignLeftKeyword(importer, _parameterValue, _hasParameter) {
|
162
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
163
|
+
if (importer.importers.paragraph.paragraphFormatting.coreProperties.rightToLeft)
|
164
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.alignment, ParagraphAlignment.Right);
|
165
|
+
else
|
166
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.alignment, ParagraphAlignment.Left);
|
167
|
+
}
|
168
|
+
static onAlignCenterKeyword(importer, _parameterValue, _hasParameter) {
|
169
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
170
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.alignment, ParagraphAlignment.Center);
|
171
|
+
}
|
172
|
+
static onAlignRightKeyword(importer, _parameterValue, _hasParameter) {
|
173
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
174
|
+
if (importer.importers.paragraph.paragraphFormatting.coreProperties.rightToLeft)
|
175
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.alignment, ParagraphAlignment.Left);
|
176
|
+
else
|
177
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.alignment, ParagraphAlignment.Right);
|
178
|
+
}
|
179
|
+
static onAlignJustifyKeyword(importer, _parameterValue, _hasParameter) {
|
180
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
181
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.alignment, ParagraphAlignment.Justify);
|
182
|
+
}
|
183
|
+
static onLeftIndentKeyword(importer, parameterValue, _hasParameter) {
|
184
|
+
const maxLeftIndent = 31681;
|
185
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && parameterValue <= maxLeftIndent)
|
186
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.leftIndent, parameterValue);
|
187
|
+
}
|
188
|
+
static onRightIndentKeyword(importer, parameterValue, _hasParameter) {
|
189
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
190
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.rightIndent, parameterValue);
|
191
|
+
}
|
192
|
+
static onFirstLineIndentKeyword(importer, parameterValue, _hasParameter) {
|
193
|
+
const info = importer.importers.paragraph.paragraphFormatting;
|
194
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer)) {
|
195
|
+
info.coreProperties.setValue(ParagraphPropertyDescriptor.firstLineIndentType, ParagraphFirstLineIndent.None);
|
196
|
+
info.coreProperties.setValue(ParagraphPropertyDescriptor.firstLineIndent, 0);
|
197
|
+
return;
|
198
|
+
}
|
199
|
+
const indent = parameterValue;
|
200
|
+
if (indent > 0) {
|
201
|
+
info.coreProperties.setValue(ParagraphPropertyDescriptor.firstLineIndentType, ParagraphFirstLineIndent.Indented);
|
202
|
+
info.coreProperties.setValue(ParagraphPropertyDescriptor.firstLineIndent, indent);
|
203
|
+
}
|
204
|
+
else if (indent < 0) {
|
205
|
+
info.coreProperties.setValue(ParagraphPropertyDescriptor.firstLineIndentType, ParagraphFirstLineIndent.Hanging);
|
206
|
+
info.coreProperties.setValue(ParagraphPropertyDescriptor.firstLineIndent, -indent);
|
207
|
+
}
|
208
|
+
else {
|
209
|
+
info.coreProperties.setValue(ParagraphPropertyDescriptor.firstLineIndentType, ParagraphFirstLineIndent.None);
|
210
|
+
info.coreProperties.setValue(ParagraphPropertyDescriptor.firstLineIndent, 0);
|
211
|
+
}
|
212
|
+
}
|
213
|
+
static onSpacingBeforeKeyword(importer, parameterValue, _hasParameter) {
|
214
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
215
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.spacingBefore, parameterValue);
|
216
|
+
}
|
217
|
+
static onLeftToRightParagraphKeyword(importer, _parameterValue, _hasParameter) {
|
218
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.rightToLeft, false);
|
219
|
+
}
|
220
|
+
static onRightToLeftParagraphKeyword(importer, _parameterValue, _hasParameter) {
|
221
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.rightToLeft, true);
|
222
|
+
}
|
223
|
+
static shouldApplyParagraphStyle(importer) {
|
224
|
+
return ControlOptions.isEnabled(importer.richOptions.control.paragraphStyle);
|
225
|
+
}
|
226
|
+
static shouldApplyParagraphFormatting(importer) {
|
227
|
+
return ControlOptions.isEnabled(importer.richOptions.control.paragraphFormatting);
|
228
|
+
}
|
229
|
+
static onSpacingAfterKeyword(importer, parameterValue, _hasParameter) {
|
230
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
231
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.spacingAfter, parameterValue);
|
232
|
+
}
|
233
|
+
static onLineSpacingTypeKeyword(importer, parameterValue, _hasParameter) {
|
234
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer)) {
|
235
|
+
importer.importers.paragraph.paragraphFormatting.rtfLineSpacingType = parameterValue;
|
236
|
+
importer.importers.paragraph.paragraphFormatting.rtfLineSpacingMultiplier = 0;
|
237
|
+
importer.importers.paragraph.paragraphFormatting.useLineSpacingMultiplier = false;
|
238
|
+
}
|
239
|
+
}
|
240
|
+
static onLineSpacingMultiplierKeyword(importer, parameterValue, _hasParameter) {
|
241
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer)) {
|
242
|
+
importer.importers.paragraph.paragraphFormatting.rtfLineSpacingMultiplier = Math.max(0, parameterValue);
|
243
|
+
importer.importers.paragraph.paragraphFormatting.useLineSpacingMultiplier = true;
|
244
|
+
}
|
245
|
+
}
|
246
|
+
static onHyphenateParagraphKeyword(importer, parameterValue, hasParameter) {
|
247
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
248
|
+
return;
|
249
|
+
if (hasParameter && parameterValue == 0)
|
250
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.suppressHyphenation, true);
|
251
|
+
else
|
252
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.suppressHyphenation, false);
|
253
|
+
}
|
254
|
+
static onSuppressLineNumbersKeyword(importer, _parameterValue, _hasParameter) {
|
255
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
256
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.suppressLineNumbers, true);
|
257
|
+
}
|
258
|
+
static onContextualSpacingKeyword(importer, _parameterValue, _hasParameter) {
|
259
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
260
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.contextualSpacing, true);
|
261
|
+
}
|
262
|
+
static onPageBreakBeforeKeyword(importer, parameterValue, hasParameter) {
|
263
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
264
|
+
return;
|
265
|
+
if (!hasParameter)
|
266
|
+
parameterValue = 1;
|
267
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.pageBreakBefore, parameterValue != 0);
|
268
|
+
}
|
269
|
+
static onBeforeAutoSpacingKeyword(importer, parameterValue, _hasParameter) {
|
270
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer)) {
|
271
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.beforeAutoSpacing, parameterValue != 0);
|
272
|
+
if (parameterValue != 0)
|
273
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.spacingBefore, 0);
|
274
|
+
}
|
275
|
+
}
|
276
|
+
static onAfterAutoSpacingKeyword(importer, parameterValue, _hasParameter) {
|
277
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer)) {
|
278
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.afterAutoSpacing, parameterValue != 0);
|
279
|
+
if (parameterValue != 0)
|
280
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.spacingAfter, 0);
|
281
|
+
}
|
282
|
+
}
|
283
|
+
static onKeepWithNextKeyword(importer, parameterValue, hasParameter) {
|
284
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
285
|
+
return;
|
286
|
+
if (!hasParameter)
|
287
|
+
parameterValue = 1;
|
288
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.keepWithNext, parameterValue != 0);
|
289
|
+
}
|
290
|
+
static onKeepLinesTogetherKeyword(importer, parameterValue, hasParameter) {
|
291
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
292
|
+
return;
|
293
|
+
if (!hasParameter)
|
294
|
+
parameterValue = 1;
|
295
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.keepLinesTogether, parameterValue != 0);
|
296
|
+
}
|
297
|
+
static onWidowOrphanControlOnKeyword(importer, _parameterValue, _hasParameter) {
|
298
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
299
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.widowOrphanControl, true);
|
300
|
+
}
|
301
|
+
static onWidowOrphanControlOffKeyword(importer, _parameterValue, _hasParameter) {
|
302
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
303
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.widowOrphanControl, false);
|
304
|
+
}
|
305
|
+
static onParagraphShadingKeyword(importer, parameterValue, _hasParameter) {
|
306
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
307
|
+
return;
|
308
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = DestinationSubDocument.calculateShadingPattern(parameterValue);
|
309
|
+
}
|
310
|
+
static calculateShadingPattern(parameterValue) {
|
311
|
+
if (parameterValue > 0) {
|
312
|
+
if (parameterValue > 10000)
|
313
|
+
return ShadingPattern.Solid;
|
314
|
+
const index = Math.floor(parameterValue / 250);
|
315
|
+
return ShadingHelper.getShadingPattern(index);
|
316
|
+
}
|
317
|
+
return ShadingPattern.Clear;
|
318
|
+
}
|
319
|
+
static onParagraphVerticalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
320
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
321
|
+
return;
|
322
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.ThinVertStripe;
|
323
|
+
}
|
324
|
+
static onParagraphHorizontalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
325
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
326
|
+
return;
|
327
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.ThinHorzStripe;
|
328
|
+
}
|
329
|
+
static onParagraphForwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
330
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
331
|
+
return;
|
332
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.ThinReverseDiagStripe;
|
333
|
+
}
|
334
|
+
static onParagraphBackwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
335
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
336
|
+
return;
|
337
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.ThinDiagStripe;
|
338
|
+
}
|
339
|
+
static onParagraphCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
340
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
341
|
+
return;
|
342
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.ThinHorzCross;
|
343
|
+
}
|
344
|
+
static onParagraphDiagonalCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
345
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
346
|
+
return;
|
347
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.ThinDiagCross;
|
348
|
+
}
|
349
|
+
static onParagraphDarkHorizontalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
350
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
351
|
+
return;
|
352
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.HorzStripe;
|
353
|
+
}
|
354
|
+
static onParagraphDarkVerticalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
355
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
356
|
+
return;
|
357
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.VertStripe;
|
358
|
+
}
|
359
|
+
static onParagraphDarkForwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
360
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
361
|
+
return;
|
362
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.ReverseDiagStripe;
|
363
|
+
}
|
364
|
+
static onParagraphDarkBackwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
365
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
366
|
+
return;
|
367
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.DiagStripe;
|
368
|
+
}
|
369
|
+
static onParagraphDarkCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
370
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
371
|
+
return;
|
372
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.HorzCross;
|
373
|
+
}
|
374
|
+
static onParagraphDarkDiagonalCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
375
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
376
|
+
return;
|
377
|
+
importer.importers.paragraph.paragraphFormatting.shadingPattern = ShadingPattern.DiagCross;
|
378
|
+
}
|
379
|
+
static onParagraphFillColorKeyword(importer, parameterValue, _hasParameter) {
|
380
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
381
|
+
return;
|
382
|
+
importer.importers.paragraph.paragraphFormatting.foreColor = DestinationSubDocument.getColorIndex(importer, parameterValue);
|
383
|
+
}
|
384
|
+
static getColorIndex(importer, parameterValue) {
|
385
|
+
const props = importer.documentProperties;
|
386
|
+
return props.colorIndexes.getRtfColorIndexById(parameterValue);
|
387
|
+
}
|
388
|
+
static onParagraphBackgroundKeyword(importer, parameterValue, _hasParameter) {
|
389
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
390
|
+
return;
|
391
|
+
importer.importers.paragraph.paragraphFormatting.backColor = DestinationSubDocument.getColorIndex(importer, parameterValue);
|
392
|
+
}
|
393
|
+
static onOutlineLevelKeyword(importer, parameterValue, hasParameter) {
|
394
|
+
if (!DestinationSubDocument.shouldApplyParagraphFormatting(importer))
|
395
|
+
return;
|
396
|
+
let level = parameterValue;
|
397
|
+
if (level < 0 || level > 8)
|
398
|
+
level = 0;
|
399
|
+
else
|
400
|
+
level++;
|
401
|
+
if (!hasParameter)
|
402
|
+
level = 0;
|
403
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.outlineLevel, level);
|
404
|
+
}
|
405
|
+
static onResetParagraphPropertiesKeyword(importer, _parameterValue, _hasParameter) {
|
406
|
+
importer.importers.table.tableReader.rtfTableStyleIndexForRowOrCell = 0;
|
407
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer)) {
|
408
|
+
importer.importers.paragraph.paragraphFormatting = new RtfParagraphProperties();
|
409
|
+
importer.importers.style.paragraph.rtfStyleIndex = 0;
|
410
|
+
}
|
411
|
+
else {
|
412
|
+
importer.importers.paragraph.paragraphFormatting.paragraphListInfo.numberingListIndex = NumberingListIndexConstants.listIndexNotSetted;
|
413
|
+
importer.importers.paragraph.paragraphFormatting.paragraphListInfo.listLevelIndex = 0;
|
414
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.firstLineIndent, 0);
|
415
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.firstLineIndentType, ParagraphFirstLineIndent.None);
|
416
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.leftIndent, 0);
|
417
|
+
}
|
418
|
+
}
|
419
|
+
static onTopParagraphBorderKeyword(importer, _parameterValue, _hasParameter) {
|
420
|
+
const border = new BorderInfo();
|
421
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.topBorder, border);
|
422
|
+
importer.importers.paragraph.paragraphFormatting.processedBorder = border;
|
423
|
+
}
|
424
|
+
static onBottomParagraphBorderKeyword(importer, _parameterValue, _hasParameter) {
|
425
|
+
const border = new BorderInfo();
|
426
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.bottomBorder, border);
|
427
|
+
importer.importers.paragraph.paragraphFormatting.processedBorder = border;
|
428
|
+
}
|
429
|
+
static onLeftParagraphBorderKeyword(importer, _parameterValue, _hasParameter) {
|
430
|
+
const border = new BorderInfo();
|
431
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.leftBorder, border);
|
432
|
+
importer.importers.paragraph.paragraphFormatting.processedBorder = border;
|
433
|
+
}
|
434
|
+
static onRightParagraphBorderKeyword(importer, _parameterValue, _hasParameter) {
|
435
|
+
const border = new BorderInfo();
|
436
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.rightBorder, border);
|
437
|
+
importer.importers.paragraph.paragraphFormatting.processedBorder = border;
|
438
|
+
}
|
439
|
+
static onBetweenParagraphBorderKeyword(importer, _parameterValue, _hasParameter) {
|
440
|
+
const border = new BorderInfo();
|
441
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.betweenBorder, border);
|
442
|
+
importer.importers.paragraph.paragraphFormatting.processedBorder = border;
|
443
|
+
}
|
444
|
+
static onBarParagraphBorderKeyword(importer, _parameterValue, _hasParameter) {
|
445
|
+
const border = new BorderInfo();
|
446
|
+
importer.importers.paragraph.paragraphFormatting.coreProperties.setValue(ParagraphPropertyDescriptor.leftBorder, border);
|
447
|
+
importer.importers.paragraph.paragraphFormatting.processedBorder = border;
|
448
|
+
}
|
449
|
+
static ensureFramePropertiesExists(_importer) {
|
450
|
+
return false;
|
451
|
+
}
|
452
|
+
static createDefaultFrameFormattingInfo() {
|
453
|
+
const result = ParagraphFrameFormattingInfo.createDefaultInfo();
|
454
|
+
return result;
|
455
|
+
}
|
456
|
+
static onFrameHorizontalPositionKeyword(importer, parameterValue, _hasParameter) {
|
457
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
458
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.x = parameterValue + 1;
|
459
|
+
}
|
460
|
+
}
|
461
|
+
static onFrameHorizontalPositionNegativeKeyword(importer, parameterValue, _hasParameter) {
|
462
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
463
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.x = parameterValue + 1;
|
464
|
+
}
|
465
|
+
}
|
466
|
+
static onFrameHorizontalAlignmentCenterKeyword(importer, _parameterValue, _hasParameter) {
|
467
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
468
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalPositionAlignment = ParagraphFrameHorizontalPositionAlignment.Center;
|
469
|
+
}
|
470
|
+
}
|
471
|
+
static onFrameHorizontalAlignmentLeftKeyword(importer, _parameterValue, _hasParameter) {
|
472
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
473
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalPositionAlignment = ParagraphFrameHorizontalPositionAlignment.Left;
|
474
|
+
}
|
475
|
+
}
|
476
|
+
static onFrameHorizontalAlignmentRightKeyword(importer, _parameterValue, _hasParameter) {
|
477
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
478
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalPositionAlignment = ParagraphFrameHorizontalPositionAlignment.Right;
|
479
|
+
}
|
480
|
+
}
|
481
|
+
static onFrameHorizontalAlignmentInsideKeyword(importer, _parameterValue, _hasParameter) {
|
482
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
483
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalPositionAlignment = ParagraphFrameHorizontalPositionAlignment.Inside;
|
484
|
+
}
|
485
|
+
}
|
486
|
+
static onFrameHorizontalAlignmentOutsideKeyword(importer, _parameterValue, _hasParameter) {
|
487
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
488
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalPositionAlignment = ParagraphFrameHorizontalPositionAlignment.Outside;
|
489
|
+
}
|
490
|
+
}
|
491
|
+
static onFrameVerticalPositionKeyword(importer, parameterValue, _hasParameter) {
|
492
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
493
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.y = parameterValue + 1;
|
494
|
+
}
|
495
|
+
}
|
496
|
+
static onFrameVerticalPositionNegativeKeyword(importer, parameterValue, _hasParameter) {
|
497
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
498
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.y = parameterValue + 1;
|
499
|
+
}
|
500
|
+
}
|
501
|
+
static onFrameVerticalAlignmentInlineKeyword(importer, _parameterValue, _hasParameter) {
|
502
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
503
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.verticalPositionAlignment = ParagraphFrameVerticalPositionAlignment.Inline;
|
504
|
+
}
|
505
|
+
}
|
506
|
+
static onFrameVerticalAlignmentTopKeyword(importer, _parameterValue, _hasParameter) {
|
507
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
508
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.verticalPositionAlignment = ParagraphFrameVerticalPositionAlignment.Top;
|
509
|
+
}
|
510
|
+
}
|
511
|
+
static onFrameVerticalAlignmentCenterKeyword(importer, _parameterValue, _hasParameter) {
|
512
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
513
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.verticalPositionAlignment = ParagraphFrameVerticalPositionAlignment.Center;
|
514
|
+
}
|
515
|
+
}
|
516
|
+
static onFrameVerticalAlignmentBottomKeyword(importer, _parameterValue, _hasParameter) {
|
517
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
518
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.verticalPositionAlignment = ParagraphFrameVerticalPositionAlignment.Bottom;
|
519
|
+
}
|
520
|
+
}
|
521
|
+
static onFrameVerticalAlignmentInsideKeyword(importer, _parameterValue, _hasParameter) {
|
522
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
523
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.verticalPositionAlignment = ParagraphFrameVerticalPositionAlignment.Inside;
|
524
|
+
}
|
525
|
+
}
|
526
|
+
static onFrameVerticalAlignmentOutsideKeyword(importer, _parameterValue, _hasParameter) {
|
527
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
528
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.verticalPositionAlignment = ParagraphFrameVerticalPositionAlignment.Outside;
|
529
|
+
}
|
530
|
+
}
|
531
|
+
static onFrameWidthKeyword(importer, parameterValue, _hasParameter) {
|
532
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
533
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.width = Math.abs(parameterValue);
|
534
|
+
}
|
535
|
+
}
|
536
|
+
static onFrameHeightKeyword(importer, parameterValue, _hasParameter) {
|
537
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
538
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.height = Math.abs(parameterValue);
|
539
|
+
if (parameterValue < 0)
|
540
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalRule = ParagraphFrameHorizontalRule.Exact;
|
541
|
+
if (parameterValue > 0)
|
542
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalRule = ParagraphFrameHorizontalRule.AtLeast;
|
543
|
+
}
|
544
|
+
}
|
545
|
+
static onFramePaddingKeyword(importer, parameterValue, _hasParameter) {
|
546
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
547
|
+
const value = parameterValue;
|
548
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalPadding = value;
|
549
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.verticalPadding = value;
|
550
|
+
}
|
551
|
+
}
|
552
|
+
static onFrameVerticalPaddingKeyword(importer, parameterValue, _hasParameter) {
|
553
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer))
|
554
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.verticalPadding = parameterValue;
|
555
|
+
}
|
556
|
+
static onFrameHorizontalPaddingKeyword(importer, parameterValue, _hasParameter) {
|
557
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer))
|
558
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalPadding = parameterValue;
|
559
|
+
}
|
560
|
+
static onParagraphHorizontalPositionTypeMarginKeyword(importer, _parameterValue, _hasParameter) {
|
561
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
562
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalPositionType = ParagraphFrameHorizontalPositionType.Margin;
|
563
|
+
}
|
564
|
+
}
|
565
|
+
static onParagraphHorizontalPositionTypePageKeyword(importer, _parameterValue, _hasParameter) {
|
566
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
567
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalPositionType = ParagraphFrameHorizontalPositionType.Page;
|
568
|
+
}
|
569
|
+
}
|
570
|
+
static onParagraphHorizontalPositionTypeColumnKeyword(importer, _parameterValue, _hasParameter) {
|
571
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
572
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.horizontalPositionType = ParagraphFrameHorizontalPositionType.Column;
|
573
|
+
}
|
574
|
+
}
|
575
|
+
static onParagraphVerticalPositionTypeMarginKeyword(importer, _parameterValue, _hasParameter) {
|
576
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
577
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.verticalPositionType = ParagraphFrameVerticalPositionType.Margin;
|
578
|
+
}
|
579
|
+
}
|
580
|
+
static onParagraphVerticalPositionTypePageKeyword(importer, _parameterValue, _hasParameter) {
|
581
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
582
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.verticalPositionType = ParagraphFrameVerticalPositionType.Page;
|
583
|
+
}
|
584
|
+
}
|
585
|
+
static onParagraphVerticalPositionTypeLineKeyword(importer, _parameterValue, _hasParameter) {
|
586
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
587
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.verticalPositionType = ParagraphFrameVerticalPositionType.Paragraph;
|
588
|
+
}
|
589
|
+
}
|
590
|
+
static onFrameNoWrapKeyword(importer, _parameterValue, _hasParameter) {
|
591
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
592
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.textWrapType = ParagraphFrameTextWrapType.NotBeside;
|
593
|
+
}
|
594
|
+
}
|
595
|
+
static onFrameWrapOverlayKeyword(importer, _parameterValue, _hasParameter) {
|
596
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
597
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.textWrapType = ParagraphFrameTextWrapType.None;
|
598
|
+
}
|
599
|
+
}
|
600
|
+
static onFrameWrapDefaultKeyword(_importer, _parameterValue, _hasParameter) {
|
601
|
+
}
|
602
|
+
static onFrameWrapAroundKeyword(importer, _parameterValue, _hasParameter) {
|
603
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
604
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.textWrapType = ParagraphFrameTextWrapType.Around;
|
605
|
+
}
|
606
|
+
}
|
607
|
+
static onFrameWrapTightKeyword(importer, _parameterValue, _hasParameter) {
|
608
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
609
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.textWrapType = ParagraphFrameTextWrapType.Tight;
|
610
|
+
}
|
611
|
+
}
|
612
|
+
static onFrameWrapThroughKeyword(importer, _parameterValue, _hasParameter) {
|
613
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
614
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.textWrapType = ParagraphFrameTextWrapType.Through;
|
615
|
+
}
|
616
|
+
}
|
617
|
+
static onFrameLockAnchor(importer, parameterValue, hasParameter) {
|
618
|
+
if (DestinationSubDocument.shouldApplyParagraphFormatting(importer) && DestinationSubDocument.ensureFramePropertiesExists(importer)) {
|
619
|
+
importer.importers.paragraph.paragraphFormatting.paragraphFrameFormattingInfo.lockFrameAnchorToParagraph = hasParameter ? (parameterValue != 0) : false;
|
620
|
+
}
|
621
|
+
}
|
622
|
+
static onCharacterStyleIndex(importer, parameterValue, _hasParameter) {
|
623
|
+
if (ControlOptions.isEnabled(importer.richOptions.control.characterStyle))
|
624
|
+
importer.importers.style.character.rtfStyleIndex = parameterValue;
|
625
|
+
}
|
626
|
+
static onBoldKeyword(importer, parameterValue, hasParameter) {
|
627
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
628
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.bold, val);
|
629
|
+
}
|
630
|
+
static onDeletedKeyword(_importer, _parameterValue, _hasParameter) {
|
631
|
+
}
|
632
|
+
static onItalicKeyword(importer, parameterValue, hasParameter) {
|
633
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
634
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.italic, val);
|
635
|
+
}
|
636
|
+
static onUnderlineKeywordCore(importer, parameterValue, hasParameter, underlineType) {
|
637
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
638
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.underlineType, val ? underlineType : UnderlineType.None);
|
639
|
+
}
|
640
|
+
static onUnderlineSingleKeyword(importer, parameterValue, hasParameter) {
|
641
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.Single);
|
642
|
+
}
|
643
|
+
static onUnderlineDottedKeyword(importer, parameterValue, hasParameter) {
|
644
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.Dotted);
|
645
|
+
}
|
646
|
+
static onUnderlineDashedKeyword(importer, parameterValue, hasParameter) {
|
647
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.Dashed);
|
648
|
+
}
|
649
|
+
static onUnderlineDashDottedKeyword(importer, parameterValue, hasParameter) {
|
650
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.DashDotted);
|
651
|
+
}
|
652
|
+
static onUnderlineDashDotDottedKeyword(importer, parameterValue, hasParameter) {
|
653
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.DashDotDotted);
|
654
|
+
}
|
655
|
+
static onUnderlineDoubleKeyword(importer, parameterValue, hasParameter) {
|
656
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.Double);
|
657
|
+
}
|
658
|
+
static onUnderlineHeavyWaveKeyword(importer, parameterValue, hasParameter) {
|
659
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.HeavyWave);
|
660
|
+
}
|
661
|
+
static onUnderlineLongDashedKeyword(importer, parameterValue, hasParameter) {
|
662
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.LongDashed);
|
663
|
+
}
|
664
|
+
static onUnderlineThickSingleKeyword(importer, parameterValue, hasParameter) {
|
665
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.ThickSingle);
|
666
|
+
}
|
667
|
+
static onUnderlineThickDottedKeyword(importer, parameterValue, hasParameter) {
|
668
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.ThickDotted);
|
669
|
+
}
|
670
|
+
static onUnderlineThickDashedKeyword(importer, parameterValue, hasParameter) {
|
671
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.ThickDashed);
|
672
|
+
}
|
673
|
+
static onUnderlineThickDashDottedKeyword(importer, parameterValue, hasParameter) {
|
674
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.ThickDashDotted);
|
675
|
+
}
|
676
|
+
static onUnderlineThickDashDotDottedKeyword(importer, parameterValue, hasParameter) {
|
677
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.ThickDashDotDotted);
|
678
|
+
}
|
679
|
+
static onUnderlineThickLongDashedKeyword(importer, parameterValue, hasParameter) {
|
680
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.ThickLongDashed);
|
681
|
+
}
|
682
|
+
static onUnderlineDoubleWaveKeyword(importer, parameterValue, hasParameter) {
|
683
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.DoubleWave);
|
684
|
+
}
|
685
|
+
static onUnderlineWaveKeyword(importer, parameterValue, hasParameter) {
|
686
|
+
DestinationSubDocument.onUnderlineKeywordCore(importer, parameterValue, hasParameter, UnderlineType.Wave);
|
687
|
+
}
|
688
|
+
static onUnderlineNoneKeyword(importer, _parameterValue, _hasParameter) {
|
689
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.underlineType, UnderlineType.None);
|
690
|
+
}
|
691
|
+
static onUnderlineWordsOnlyKeyword(importer, parameterValue, hasParameter) {
|
692
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
693
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.underlineType, val ? UnderlineType.Single : UnderlineType.None);
|
694
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.underlineWordsOnly, val);
|
695
|
+
}
|
696
|
+
static onUnderlineColorKeyword(importer, parameterValue, hasParameter) {
|
697
|
+
if (!hasParameter)
|
698
|
+
parameterValue = 0;
|
699
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.underlineColor, DestinationSubDocument.getColorIndex(importer, parameterValue));
|
700
|
+
}
|
701
|
+
static onStrikeoutKeyword(importer, parameterValue, hasParameter) {
|
702
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
703
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.strikeoutType, val ? StrikeoutType.Single : StrikeoutType.None);
|
704
|
+
}
|
705
|
+
static onDoubleStrikeoutKeyword(importer, parameterValue, hasParameter) {
|
706
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
707
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.strikeoutType, val ? StrikeoutType.Double : StrikeoutType.None);
|
708
|
+
}
|
709
|
+
static onSubscriptKeyword(importer, parameterValue, hasParameter) {
|
710
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
711
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.script, val ? CharacterFormattingScript.Subscript : CharacterFormattingScript.Normal);
|
712
|
+
}
|
713
|
+
static onSuperscriptKeyword(importer, parameterValue, hasParameter) {
|
714
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
715
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.script, val ? CharacterFormattingScript.Superscript : CharacterFormattingScript.Normal);
|
716
|
+
}
|
717
|
+
static onNoSuperAndSubScriptKeyword(importer, _parameterValue, _hasParameter) {
|
718
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.script, CharacterFormattingScript.Normal);
|
719
|
+
}
|
720
|
+
static onLanguageKeyword(importer, parameterValue, hasParameter) {
|
721
|
+
DestinationSubDocument.onLanguageNpKeyword(importer, parameterValue, hasParameter);
|
722
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.noProof, false);
|
723
|
+
}
|
724
|
+
static onLanguageEastAsianKeyword(importer, parameterValue, hasParameter) {
|
725
|
+
DestinationSubDocument.onLanguageEastAsianNpKeyword(importer, parameterValue, hasParameter);
|
726
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.noProof, false);
|
727
|
+
}
|
728
|
+
static onLanguageNpKeyword(_importer, parameterValue, hasParameter) {
|
729
|
+
if (!DestinationSubDocument.checkLanguageParameter(parameterValue, hasParameter))
|
730
|
+
return;
|
731
|
+
}
|
732
|
+
static onLanguageEastAsianNpKeyword(_importer, parameterValue, hasParameter) {
|
733
|
+
if (!DestinationSubDocument.checkLanguageParameter(parameterValue, hasParameter))
|
734
|
+
return;
|
735
|
+
}
|
736
|
+
static checkLanguageParameter(parameterValue, hasParameter) {
|
737
|
+
return hasParameter && (parameterValue != 0) && (parameterValue != 1024);
|
738
|
+
}
|
739
|
+
static onNoProofKeyword(importer, parameterValue, hasParameter) {
|
740
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
741
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.noProof, val);
|
742
|
+
}
|
743
|
+
static onCapsKeyword(importer, parameterValue, hasParameter) {
|
744
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
745
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.allCaps, val);
|
746
|
+
}
|
747
|
+
static onSmallCapsKeyword(importer, parameterValue, hasParameter) {
|
748
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
749
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.smallCaps, val);
|
750
|
+
}
|
751
|
+
static onHiddenTextKeyword(importer, parameterValue, hasParameter) {
|
752
|
+
const val = hasParameter ? parameterValue != 0 : true;
|
753
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.hidden, val);
|
754
|
+
}
|
755
|
+
static onFontSizeKeyword(importer, parameterValue, hasParameter) {
|
756
|
+
if (!hasParameter)
|
757
|
+
parameterValue = 24;
|
758
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.size, Math.max(RichUtils.minFontSize, parameterValue / 2));
|
759
|
+
}
|
760
|
+
static onDoubleByteCharactersKeyword(importer, _parameterValue, _hasParameter) {
|
761
|
+
importer.importers.character.characterFormatting.fontType = RtfFontType.DoubleByteCharactersFont;
|
762
|
+
}
|
763
|
+
static onLowAnsiFontNameKeyword(importer, _parameterValue, _hasParameter) {
|
764
|
+
importer.importers.character.characterFormatting.fontType = RtfFontType.LowAnsiCharactersFont;
|
765
|
+
}
|
766
|
+
static onHighAnsiFontNameKeyword(importer, _parameterValue, _hasParameter) {
|
767
|
+
importer.importers.character.characterFormatting.fontType = RtfFontType.HighAnsiCharactersFont;
|
768
|
+
}
|
769
|
+
static onAssociatedFontNameKeyword(importer, parameterValue, hasParameter) {
|
770
|
+
if (importer.importers.character.characterFormatting.fontType == RtfFontType.Undefined)
|
771
|
+
return;
|
772
|
+
DestinationSubDocument.onFontNameKeyword(importer, parameterValue, hasParameter);
|
773
|
+
}
|
774
|
+
static onFontNameKeyword(importer, parameterValue, hasParameter) {
|
775
|
+
if (!hasParameter)
|
776
|
+
parameterValue = importer.importers.font.defaultFontNumber;
|
777
|
+
importer.importers.font.setFont(importer.importers.font.fonts.getRtfFontInfoById(parameterValue));
|
778
|
+
}
|
779
|
+
static onShadingKeyword(importer, parameterValue, _hasParameter) {
|
780
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
781
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(DestinationSubDocument.calculateShadingPattern(parameterValue), oldSh.backColor, oldSh.foreColor));
|
782
|
+
}
|
783
|
+
static onVerticalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
784
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
785
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.ThinVertStripe, oldSh.backColor, oldSh.foreColor));
|
786
|
+
}
|
787
|
+
static onHorizontalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
788
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
789
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.ThinHorzStripe, oldSh.backColor, oldSh.foreColor));
|
790
|
+
}
|
791
|
+
static onForwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
792
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
793
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.ThinReverseDiagStripe, oldSh.backColor, oldSh.foreColor));
|
794
|
+
}
|
795
|
+
static onBackwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
796
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
797
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.ThinDiagStripe, oldSh.backColor, oldSh.foreColor));
|
798
|
+
}
|
799
|
+
static onCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
800
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
801
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.ThinHorzCross, oldSh.backColor, oldSh.foreColor));
|
802
|
+
}
|
803
|
+
static onDiagonalCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
804
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
805
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.ThinDiagCross, oldSh.backColor, oldSh.foreColor));
|
806
|
+
}
|
807
|
+
static onDarkHorizontalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
808
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
809
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.HorzStripe, oldSh.backColor, oldSh.foreColor));
|
810
|
+
}
|
811
|
+
static onDarkVerticalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
812
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
813
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.VertStripe, oldSh.backColor, oldSh.foreColor));
|
814
|
+
}
|
815
|
+
static onDarkForwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
816
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
817
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.ReverseDiagStripe, oldSh.backColor, oldSh.foreColor));
|
818
|
+
}
|
819
|
+
static onDarkBackwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
820
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
821
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.DiagStripe, oldSh.backColor, oldSh.foreColor));
|
822
|
+
}
|
823
|
+
static onDarkCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
824
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
825
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.HorzCross, oldSh.backColor, oldSh.foreColor));
|
826
|
+
}
|
827
|
+
static onDarkDiagonalCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
828
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
829
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(ShadingPattern.DiagCross, oldSh.backColor, oldSh.foreColor));
|
830
|
+
}
|
831
|
+
static onFillColorKeyword(importer, parameterValue, hasParameter) {
|
832
|
+
if (!hasParameter)
|
833
|
+
parameterValue = 0;
|
834
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
835
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(oldSh.shadingPattern, oldSh.backColor, DestinationSubDocument.getColorIndex(importer, parameterValue)));
|
836
|
+
}
|
837
|
+
static onForeColorKeyword(importer, parameterValue, hasParameter) {
|
838
|
+
if (!hasParameter)
|
839
|
+
parameterValue = 0;
|
840
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.textColor, DestinationSubDocument.getColorIndex(importer, parameterValue));
|
841
|
+
}
|
842
|
+
static onHighlightColorKeyword(importer, parameterValue, hasParameter) {
|
843
|
+
if (!hasParameter)
|
844
|
+
parameterValue = 0;
|
845
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.highlightColor, DestinationSubDocument.getColorIndex(importer, parameterValue));
|
846
|
+
}
|
847
|
+
static onBackColorKeyword(importer, parameterValue, hasParameter) {
|
848
|
+
if (!hasParameter)
|
849
|
+
parameterValue = 0;
|
850
|
+
const oldSh = importer.importers.character.characterFormatting.coreProperties.shadingInfo;
|
851
|
+
importer.importers.character.characterFormatting.coreProperties.setValue(CharacterPropertyDescriptor.shadingInfo, new ShadingInfo(oldSh.shadingPattern, DestinationSubDocument.getColorIndex(importer, parameterValue), oldSh.foreColor));
|
852
|
+
}
|
853
|
+
static onPlainKeyword(importer, _parameterValue, _hasParameter) {
|
854
|
+
importer.importers.character.onPlainKeyword();
|
855
|
+
}
|
856
|
+
static onRTLRunKeyword(_importer, _parameterValue, _hasParameter) {
|
857
|
+
}
|
858
|
+
static onLTRRunKeyword(_importer, _parameterValue, _hasParameter) {
|
859
|
+
}
|
860
|
+
static onListOverride(importer, parameterValue, _hasParameter) {
|
861
|
+
let index = importer.importers.numbering.listOverrideIndexToNumberingListIndexMap[parameterValue];
|
862
|
+
if (index !== undefined)
|
863
|
+
importer.importers.paragraph.paragraphFormatting.paragraphListInfo.numberingListIndex = index;
|
864
|
+
}
|
865
|
+
static onListLevel(importer, parameterValue, _hasParameter) {
|
866
|
+
importer.importers.paragraph.paragraphFormatting.paragraphListInfo.listLevelIndex = parameterValue;
|
867
|
+
}
|
868
|
+
static onListText(importer, _parameterValue, _hasParameter) {
|
869
|
+
importer.destination = new SkipDestination(importer);
|
870
|
+
}
|
871
|
+
static onTabRightKeyword(importer, _parameterValue, _hasParameter) {
|
872
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer))
|
873
|
+
importer.importers.paragraph.paragraphFormatting.tabAlignment = TabAlign.Right;
|
874
|
+
}
|
875
|
+
static onTabCenterKeyword(importer, _parameterValue, _hasParameter) {
|
876
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer))
|
877
|
+
importer.importers.paragraph.paragraphFormatting.tabAlignment = TabAlign.Center;
|
878
|
+
}
|
879
|
+
static onTabDecimalKeyword(importer, _parameterValue, _hasParameter) {
|
880
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer))
|
881
|
+
importer.importers.paragraph.paragraphFormatting.tabAlignment = TabAlign.Decimal;
|
882
|
+
}
|
883
|
+
static onTabLeaderDotsKeyword(importer, _parameterValue, _hasParameter) {
|
884
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer))
|
885
|
+
importer.importers.paragraph.paragraphFormatting.tabLeader = TabLeaderType.Dots;
|
886
|
+
}
|
887
|
+
static onTabLeaderMiddleDotsKeyword(importer, _parameterValue, _hasParameter) {
|
888
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer))
|
889
|
+
importer.importers.paragraph.paragraphFormatting.tabLeader = TabLeaderType.MiddleDots;
|
890
|
+
}
|
891
|
+
static onTabLeaderHyphensKeyword(importer, _parameterValue, _hasParameter) {
|
892
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer))
|
893
|
+
importer.importers.paragraph.paragraphFormatting.tabLeader = TabLeaderType.Hyphens;
|
894
|
+
}
|
895
|
+
static onTabLeaderUnderlineKeyword(importer, _parameterValue, _hasParameter) {
|
896
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer))
|
897
|
+
importer.importers.paragraph.paragraphFormatting.tabLeader = TabLeaderType.Underline;
|
898
|
+
}
|
899
|
+
static onTabLeaderThickLineKeyword(importer, _parameterValue, _hasParameter) {
|
900
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer))
|
901
|
+
importer.importers.paragraph.paragraphFormatting.tabLeader = TabLeaderType.ThickLine;
|
902
|
+
}
|
903
|
+
static onTabLeaderEqualSignKeyword(importer, _parameterValue, _hasParameter) {
|
904
|
+
if (DestinationSubDocument.shouldApplyParagraphStyle(importer))
|
905
|
+
importer.importers.paragraph.paragraphFormatting.tabLeader = TabLeaderType.EqualSign;
|
906
|
+
}
|
907
|
+
static onTabPositionKeyword(importer, parameterValue, hasParameter) {
|
908
|
+
const info = importer.importers.paragraph.paragraphFormatting;
|
909
|
+
if (hasParameter) {
|
910
|
+
if (Math.abs(parameterValue) <= 31681) {
|
911
|
+
const tab = new TabInfo(parameterValue, info.tabAlignment, info.tabLeader, false, false);
|
912
|
+
info.tabs.tabsInfo.push(tab);
|
913
|
+
}
|
914
|
+
}
|
915
|
+
info.tabAlignment = TabAlign.Left;
|
916
|
+
info.tabLeader = TabLeaderType.None;
|
917
|
+
}
|
918
|
+
static onBarTabKeyword(importer, _parameterValue, _hasParameter) {
|
919
|
+
const info = importer.importers.paragraph.paragraphFormatting;
|
920
|
+
info.tabAlignment = TabAlign.Left;
|
921
|
+
info.tabLeader = TabLeaderType.None;
|
922
|
+
}
|
923
|
+
static onTableRowDefaultsKeyword(importer, _parameterValue, _hasParameter) {
|
924
|
+
importer.importers.table.tableReader.onTableRowDefaults();
|
925
|
+
}
|
926
|
+
static onTableStyleKeyword(importer, parameterValue, _hasParameter) {
|
927
|
+
importer.importers.table.tableReader.tableProperties.style = importer.importers.style.table.getModelIndex(parameterValue);
|
928
|
+
}
|
929
|
+
static onInTableParagraphKeyword(importer, parameterValue, hasParameter) {
|
930
|
+
importer.importers.paragraph.paragraphFormatting.inTableParagraph = !hasParameter || parameterValue != 0;
|
931
|
+
}
|
932
|
+
static onRowKeyword(importer, _parameterValue, _hasParameter) {
|
933
|
+
importer.importers.table.tableReader.onEndRow();
|
934
|
+
}
|
935
|
+
static onCellKeyword(importer, _parameterValue, _hasParameter) {
|
936
|
+
importer.importers.paragraph.insertParagraph();
|
937
|
+
importer.importers.table.tableReader.onEndCell();
|
938
|
+
}
|
939
|
+
static onNestedCellKeyword(importer, _parameterValue, _hasParameter) {
|
940
|
+
importer.importers.paragraph.insertParagraph();
|
941
|
+
importer.importers.table.tableReader.onEndNestedCell();
|
942
|
+
}
|
943
|
+
static onNestedRowKeyword(importer, _parameterValue, _hasParameter) {
|
944
|
+
importer.importers.table.tableReader.onEndNestedRow();
|
945
|
+
}
|
946
|
+
static onNestedTablePropertiesKeyword(importer, _parameterValue, _hasParameter) {
|
947
|
+
importer.importers.table.tableReader.onStartNestedTableProperties();
|
948
|
+
}
|
949
|
+
static onItapKeyword(importer, parameterValue, hasParameter) {
|
950
|
+
if (!hasParameter || parameterValue < 0)
|
951
|
+
return;
|
952
|
+
importer.importers.paragraph.paragraphFormatting.nestingLevel = parameterValue;
|
953
|
+
}
|
954
|
+
startNewField() {
|
955
|
+
this.importer.importers.field.startField();
|
956
|
+
this.importer.destination = this.importer.createFieldDestination();
|
957
|
+
}
|
958
|
+
nestedGroupFinished(nestedDestination) {
|
959
|
+
if (nestedDestination instanceof PictureDestination)
|
960
|
+
this.importer.importers.image.insertImage(nestedDestination.getImageInfo());
|
961
|
+
const oldListIndex = this.importer.importers.numbering.currentOldSimpleList ?
|
962
|
+
this.importer.importers.numbering.currentOldSimpleListIndex :
|
963
|
+
this.importer.importers.numbering.currentOldMultiLevelListIndex;
|
964
|
+
if (oldListIndex >= NumberingListIndexConstants.minValue) {
|
965
|
+
const levelNumber = this.importer.importers.numbering.currentOldSimpleList ?
|
966
|
+
0 :
|
967
|
+
this.importer.importers.numbering.currentOldListLevelNumber;
|
968
|
+
const listLevel = this.importer.documentModel.numberingLists[oldListIndex].levels[levelNumber];
|
969
|
+
if (nestedDestination instanceof TextBeforeDestination) {
|
970
|
+
listLevel.getListLevelProperties().displayFormatString = nestedDestination.value +
|
971
|
+
listLevel.getListLevelProperties().displayFormatString;
|
972
|
+
return;
|
973
|
+
}
|
974
|
+
if (nestedDestination instanceof TextAfterDestination) {
|
975
|
+
listLevel.getListLevelProperties().displayFormatString = listLevel.getListLevelProperties().displayFormatString +
|
976
|
+
nestedDestination.value;
|
977
|
+
return;
|
978
|
+
}
|
979
|
+
}
|
980
|
+
}
|
981
|
+
processCharCore(ch) {
|
982
|
+
const props = this.importer.importers.character.characterFormatting;
|
983
|
+
if (this.importer.importers.character.characterFormatting.rtfFormattingInfo.deleted)
|
984
|
+
return;
|
985
|
+
if (!props.useDoubleByteCharactersFontName && !props.useLowAnsiCharactersFontName && !props.useHighAnsiCharactersFontName)
|
986
|
+
this.importer.importers.character.insertText(ch);
|
987
|
+
else
|
988
|
+
this.importer.importers.character.appendChar(ch);
|
989
|
+
}
|
990
|
+
processTextCore(text) {
|
991
|
+
this.insertTextCore(text);
|
992
|
+
}
|
993
|
+
insertTextCore(text) {
|
994
|
+
const props = this.importer.importers.character.characterFormatting;
|
995
|
+
if (this.importer.importers.character.characterFormatting.rtfFormattingInfo.deleted)
|
996
|
+
return;
|
997
|
+
if (!props.useDoubleByteCharactersFontName && !props.useLowAnsiCharactersFontName && !props.useHighAnsiCharactersFontName)
|
998
|
+
this.importer.importers.character.insertText(text);
|
999
|
+
else
|
1000
|
+
this.importer.importers.character.splitByCharTypeAndInsertText(text);
|
1001
|
+
}
|
1002
|
+
processSpecialHexCharCore(ch) {
|
1003
|
+
if (ch == '\r')
|
1004
|
+
DestinationSubDocument.onParKeyword(this.importer, 0, false);
|
1005
|
+
else
|
1006
|
+
super.processSpecialHexCharCore(ch);
|
1007
|
+
}
|
1008
|
+
findParentComment(_comment, _name) {
|
1009
|
+
return null;
|
1010
|
+
}
|
1011
|
+
findParenCommentInPieceTable(_comment) {
|
1012
|
+
return null;
|
1013
|
+
}
|
1014
|
+
static onCellxKeyword(importer, parameterValue, _hasParameter) {
|
1015
|
+
importer.importers.table.tableReader.onCellxProperty(parameterValue);
|
1016
|
+
}
|
1017
|
+
static onCellPreferredWidthKeyword(importer, parameterValue, hasParameter) {
|
1018
|
+
if (parameterValue < 0 || !hasParameter)
|
1019
|
+
return;
|
1020
|
+
importer.importers.table.tableReader.cellProperties.preferredWidth.value = parameterValue;
|
1021
|
+
}
|
1022
|
+
static onWidthUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1023
|
+
if (!hasParameter)
|
1024
|
+
return;
|
1025
|
+
importer.importers.table.tableReader.cellProperties.preferredWidth.type = DestinationSubDocument.getWidthUnitType(parameterValue);
|
1026
|
+
}
|
1027
|
+
static getWidthUnitType(parameterValue) {
|
1028
|
+
let unitType = TableWidthUnitType.Auto;
|
1029
|
+
switch (parameterValue) {
|
1030
|
+
case 1:
|
1031
|
+
unitType = TableWidthUnitType.Auto;
|
1032
|
+
break;
|
1033
|
+
case 2:
|
1034
|
+
unitType = TableWidthUnitType.FiftiethsOfPercent;
|
1035
|
+
break;
|
1036
|
+
case 3:
|
1037
|
+
unitType = TableWidthUnitType.ModelUnits;
|
1038
|
+
break;
|
1039
|
+
case 0:
|
1040
|
+
default:
|
1041
|
+
unitType = TableWidthUnitType.Nil;
|
1042
|
+
break;
|
1043
|
+
}
|
1044
|
+
return unitType;
|
1045
|
+
}
|
1046
|
+
static onFirstHorizontalMergedCellKeyword(importer, _parameterValue, _hasParameter) {
|
1047
|
+
if (importer.importers.table.tableReader.cellProperties.horizontalMerging == TableCellMergingState.None)
|
1048
|
+
importer.importers.table.tableReader.cellProperties.horizontalMerging = TableCellMergingState.Restart;
|
1049
|
+
}
|
1050
|
+
static onNextHorizontalMergedCellKeyword(importer, _parameterValue, _hasParameter) {
|
1051
|
+
importer.importers.table.tableReader.cellProperties.horizontalMerging = TableCellMergingState.Continue;
|
1052
|
+
}
|
1053
|
+
static onFirstVerticalMergedCellKeyword(importer, _parameterValue, _hasParameter) {
|
1054
|
+
importer.importers.table.tableReader.cellProperties.verticalMerging = TableCellMergingState.Restart;
|
1055
|
+
}
|
1056
|
+
static onNextVerticalMergedCellKeyword(importer, _parameterValue, _hasParameter) {
|
1057
|
+
importer.importers.table.tableReader.cellProperties.verticalMerging = TableCellMergingState.Continue;
|
1058
|
+
}
|
1059
|
+
static onRowLeftKeyword(importer, parameterValue, _hasParameter) {
|
1060
|
+
importer.importers.table.tableReader.rowProperties.left = parameterValue;
|
1061
|
+
}
|
1062
|
+
static onRowHeaderKeyword(importer, parameterValue, hasParameter) {
|
1063
|
+
if (!hasParameter || parameterValue != 0) {
|
1064
|
+
importer.importers.table.tableReader.rowProperties.coreProperties.setValue(TableRowPropertyDescriptor.header, true);
|
1065
|
+
}
|
1066
|
+
}
|
1067
|
+
static onRowHeightKeyword(importer, parameterValue, hasParameter) {
|
1068
|
+
if (!hasParameter)
|
1069
|
+
return;
|
1070
|
+
const val = parameterValue;
|
1071
|
+
const row = importer.importers.table.tableReader.rowProperties;
|
1072
|
+
row.height.value = Math.abs(val);
|
1073
|
+
if (parameterValue < 0)
|
1074
|
+
row.height.type = TableHeightUnitType.Exact;
|
1075
|
+
else if (parameterValue > 0)
|
1076
|
+
row.height.type = TableHeightUnitType.Minimum;
|
1077
|
+
else
|
1078
|
+
row.height.type = TableHeightUnitType.Auto;
|
1079
|
+
}
|
1080
|
+
static onRowKeepKeyword(importer, parameterValue, hasParameter) {
|
1081
|
+
if (!hasParameter || parameterValue != 0) {
|
1082
|
+
importer.importers.table.tableReader.rowProperties.coreProperties.setValue(TableRowPropertyDescriptor.cantSplit, true);
|
1083
|
+
}
|
1084
|
+
}
|
1085
|
+
static onTableRightAlignmentKeyword(importer, _parameterValue, _hasParameter) {
|
1086
|
+
importer.importers.table.tableReader.rowProperties.coreProperties.setValue(TableRowPropertyDescriptor.rowAlignment, TableRowAlignment.Right);
|
1087
|
+
}
|
1088
|
+
static onTableLeftAlignmentKeyword(importer, _parameterValue, _hasParameter) {
|
1089
|
+
importer.importers.table.tableReader.rowProperties.coreProperties.setValue(TableRowPropertyDescriptor.rowAlignment, TableRowAlignment.Left);
|
1090
|
+
}
|
1091
|
+
static onTableCenterAlignmentKeyword(importer, _parameterValue, _hasParameter) {
|
1092
|
+
importer.importers.table.tableReader.rowProperties.coreProperties.setValue(TableRowPropertyDescriptor.rowAlignment, TableRowAlignment.Center);
|
1093
|
+
}
|
1094
|
+
static onSpaceBetweenCellsKeyword(importer, parameterValue, hasParameter) {
|
1095
|
+
if (parameterValue < 0 || !hasParameter)
|
1096
|
+
return;
|
1097
|
+
importer.importers.table.tableReader.tableProperties.halfSpace = parameterValue;
|
1098
|
+
}
|
1099
|
+
static onTableBottomCellMarginKeyword(importer, parameterValue, hasParameter) {
|
1100
|
+
if (parameterValue < 0 || !hasParameter)
|
1101
|
+
return;
|
1102
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseBottomMargin, true);
|
1103
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.cellMargins.bottom.value = parameterValue;
|
1104
|
+
}
|
1105
|
+
static onTableLeftCellMarginKeyword(importer, parameterValue, hasParameter) {
|
1106
|
+
if (parameterValue < 0 || !hasParameter)
|
1107
|
+
return;
|
1108
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseLeftMargin, true);
|
1109
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.cellMargins.left.value = parameterValue;
|
1110
|
+
}
|
1111
|
+
static onTableRightCellMarginKeyword(importer, parameterValue, hasParameter) {
|
1112
|
+
if (parameterValue < 0 || !hasParameter)
|
1113
|
+
return;
|
1114
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseRightMargin, true);
|
1115
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.cellMargins.right.value = parameterValue;
|
1116
|
+
}
|
1117
|
+
static onTableTopCellMarginKeyword(importer, parameterValue, hasParameter) {
|
1118
|
+
if (parameterValue < 0 || !hasParameter)
|
1119
|
+
return;
|
1120
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseTopMargin, true);
|
1121
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.cellMargins.top.value = parameterValue;
|
1122
|
+
}
|
1123
|
+
static onTableBottomCellMarginUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1124
|
+
if (!hasParameter)
|
1125
|
+
return;
|
1126
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseBottomMargin, true);
|
1127
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.tableProperties.coreProperties.cellMargins.bottom, parameterValue);
|
1128
|
+
}
|
1129
|
+
static assignWidthUnitInfo(unitInfo, value) {
|
1130
|
+
if (value == 3)
|
1131
|
+
unitInfo.type = TableWidthUnitType.ModelUnits;
|
1132
|
+
else if (value == 0)
|
1133
|
+
unitInfo.type = TableWidthUnitType.Nil;
|
1134
|
+
}
|
1135
|
+
static onTableLeftCellMarginUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1136
|
+
if (!hasParameter)
|
1137
|
+
return;
|
1138
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseLeftMargin, true);
|
1139
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.tableProperties.coreProperties.cellMargins.left, parameterValue);
|
1140
|
+
}
|
1141
|
+
static onTableRightCellMarginUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1142
|
+
if (!hasParameter)
|
1143
|
+
return;
|
1144
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseRightMargin, true);
|
1145
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.tableProperties.coreProperties.cellMargins.right, parameterValue);
|
1146
|
+
}
|
1147
|
+
static onTableTopCellMarginUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1148
|
+
if (!hasParameter)
|
1149
|
+
return;
|
1150
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseTopMargin, true);
|
1151
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.tableProperties.coreProperties.cellMargins.top, parameterValue);
|
1152
|
+
}
|
1153
|
+
static onTableBottomCellSpacingKeyword(importer, parameterValue, hasParameter) {
|
1154
|
+
if (parameterValue < 0 || !hasParameter)
|
1155
|
+
return;
|
1156
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseCellSpacing, true);
|
1157
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.cellSpacing.value = parameterValue;
|
1158
|
+
}
|
1159
|
+
static onTableLeftCellSpacingKeyword(importer, parameterValue, hasParameter) {
|
1160
|
+
if (parameterValue < 0 || !hasParameter)
|
1161
|
+
return;
|
1162
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseCellSpacing, true);
|
1163
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.cellSpacing.value = parameterValue;
|
1164
|
+
}
|
1165
|
+
static onTableRightCellSpacingKeyword(importer, parameterValue, hasParameter) {
|
1166
|
+
if (parameterValue < 0 || !hasParameter)
|
1167
|
+
return;
|
1168
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseCellSpacing, true);
|
1169
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.cellSpacing.value = parameterValue;
|
1170
|
+
}
|
1171
|
+
static onTableTopCellSpacingKeyword(importer, parameterValue, hasParameter) {
|
1172
|
+
if (parameterValue < 0 || !hasParameter)
|
1173
|
+
return;
|
1174
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseCellSpacing, true);
|
1175
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.cellSpacing.value = parameterValue;
|
1176
|
+
}
|
1177
|
+
static onTableBottomCellSpacingUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1178
|
+
if (parameterValue < 0 || !hasParameter)
|
1179
|
+
return;
|
1180
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseCellSpacing, true);
|
1181
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.tableProperties.coreProperties.cellSpacing, parameterValue);
|
1182
|
+
}
|
1183
|
+
static onTableLeftCellSpacingUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1184
|
+
if (parameterValue < 0 || !hasParameter)
|
1185
|
+
return;
|
1186
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseCellSpacing, true);
|
1187
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.tableProperties.coreProperties.cellSpacing, parameterValue);
|
1188
|
+
}
|
1189
|
+
static onTableRightCellSpacingUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1190
|
+
if (parameterValue < 0 || !hasParameter)
|
1191
|
+
return;
|
1192
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseCellSpacing, true);
|
1193
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.tableProperties.coreProperties.cellSpacing, parameterValue);
|
1194
|
+
}
|
1195
|
+
static onTableTopCellSpacingUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1196
|
+
if (parameterValue < 0 || !hasParameter)
|
1197
|
+
return;
|
1198
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseCellSpacing, true);
|
1199
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.tableProperties.coreProperties.cellSpacing, parameterValue);
|
1200
|
+
}
|
1201
|
+
static onTablePreferredWidthKeyword(importer, parameterValue, hasParameter) {
|
1202
|
+
if (parameterValue < 0 || !hasParameter)
|
1203
|
+
return;
|
1204
|
+
importer.importers.table.tableReader.tableProperties.preferredWidth.value = parameterValue;
|
1205
|
+
}
|
1206
|
+
static onTablePreferredWidthUnitTypeKeyword(importer, parameterValue, _hasParameter) {
|
1207
|
+
importer.importers.table.tableReader.tableProperties.preferredWidth.type = DestinationSubDocument.getWidthUnitType(parameterValue);
|
1208
|
+
}
|
1209
|
+
static onWidthBeforeKeyword(importer, parameterValue, hasParameter) {
|
1210
|
+
if (parameterValue < 0 || !hasParameter)
|
1211
|
+
return;
|
1212
|
+
importer.importers.table.tableReader.rowProperties.widthBefore.value = parameterValue;
|
1213
|
+
}
|
1214
|
+
static onWidthBeforeUnitTypeKeyword(importer, parameterValue, _hasParameter) {
|
1215
|
+
importer.importers.table.tableReader.rowProperties.widthBefore.type = DestinationSubDocument.getWidthUnitType(parameterValue);
|
1216
|
+
}
|
1217
|
+
static onWidthAfterKeyword(importer, parameterValue, hasParameter) {
|
1218
|
+
if (parameterValue < 0 || !hasParameter)
|
1219
|
+
return;
|
1220
|
+
importer.importers.table.tableReader.rowProperties.widthAfter.value = parameterValue;
|
1221
|
+
}
|
1222
|
+
static onWidthAfterUnitTypeKeyword(importer, parameterValue, _hasParameter) {
|
1223
|
+
importer.importers.table.tableReader.rowProperties.widthAfter.type = DestinationSubDocument.getWidthUnitType(parameterValue);
|
1224
|
+
}
|
1225
|
+
static onRowBackgroundColorKeyword(importer, parameterValue, hasParameter) {
|
1226
|
+
const colorIndexTable = importer.documentProperties.colorIndexes;
|
1227
|
+
if (!hasParameter || parameterValue > colorIndexTable.collection.length - 1)
|
1228
|
+
return;
|
1229
|
+
importer.importers.table.tableReader.rowProperties.backColor = DestinationSubDocument.getColorIndex(importer, parameterValue);
|
1230
|
+
}
|
1231
|
+
static onRowForegroundColorKeyword(importer, parameterValue, hasParameter) {
|
1232
|
+
const colorIndexTable = importer.documentProperties.colorIndexes;
|
1233
|
+
if (!hasParameter || parameterValue > colorIndexTable.collection.length - 1)
|
1234
|
+
return;
|
1235
|
+
importer.importers.table.tableReader.rowProperties.foreColor = DestinationSubDocument.getColorIndex(importer, parameterValue);
|
1236
|
+
}
|
1237
|
+
static onRowPatternKeyword(importer, parameterValue, hasParameter) {
|
1238
|
+
if (!hasParameter)
|
1239
|
+
return;
|
1240
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = DestinationSubDocument.calculateShadingPattern(parameterValue);
|
1241
|
+
}
|
1242
|
+
static onRowShadingKeyword(importer, parameterValue, hasParameter) {
|
1243
|
+
if (!hasParameter)
|
1244
|
+
return;
|
1245
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = DestinationSubDocument.calculateShadingPattern(parameterValue);
|
1246
|
+
}
|
1247
|
+
static onRowVerticalPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1248
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.ThinVertStripe;
|
1249
|
+
}
|
1250
|
+
static onRowHorizontalPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1251
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.ThinHorzStripe;
|
1252
|
+
}
|
1253
|
+
static onRowForwardDiagonalPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1254
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.ThinReverseDiagStripe;
|
1255
|
+
}
|
1256
|
+
static onRowBackwardDiagonalPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1257
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.ThinDiagStripe;
|
1258
|
+
}
|
1259
|
+
static onRowCrossPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1260
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.ThinHorzCross;
|
1261
|
+
}
|
1262
|
+
static onRowDiagonalCrossPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1263
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.ThinDiagCross;
|
1264
|
+
}
|
1265
|
+
static onRowDarkHorizontalPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1266
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.HorzStripe;
|
1267
|
+
}
|
1268
|
+
static onRowDarkVerticalPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1269
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.VertStripe;
|
1270
|
+
}
|
1271
|
+
static onRowDarkForwardDiagonalPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1272
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.ReverseDiagStripe;
|
1273
|
+
}
|
1274
|
+
static onRowDarkBackwardDiagonalPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1275
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.DiagStripe;
|
1276
|
+
}
|
1277
|
+
static onRowDarkCrossPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1278
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.HorzCross;
|
1279
|
+
}
|
1280
|
+
static onRowDarkDiagonalCrossPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1281
|
+
importer.importers.table.tableReader.rowProperties.shadingPattern = ShadingPattern.DiagCross;
|
1282
|
+
}
|
1283
|
+
static onTableIndentKeyword(importer, parameterValue, hasParameter) {
|
1284
|
+
if (!hasParameter)
|
1285
|
+
return;
|
1286
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseTableIndent, true);
|
1287
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.indent.value = parameterValue;
|
1288
|
+
}
|
1289
|
+
static onTableIndentUnitType(importer, parameterValue, hasParameter) {
|
1290
|
+
if (!hasParameter)
|
1291
|
+
return;
|
1292
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseTableIndent, true);
|
1293
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.indent.type = DestinationSubDocument.getWidthUnitType(parameterValue);
|
1294
|
+
}
|
1295
|
+
static onCellFitTextKeyword(importer, parameterValue, hasParameter) {
|
1296
|
+
if (!hasParameter || parameterValue != 0)
|
1297
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.fitText, true);
|
1298
|
+
}
|
1299
|
+
static onCellNoWrapKeyword(importer, parameterValue, hasParameter) {
|
1300
|
+
if (!hasParameter || parameterValue != 0)
|
1301
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.noWrap, true);
|
1302
|
+
}
|
1303
|
+
static onCellVerticalAlignmentTopKeyword(importer, _parameterValue, _hasParameter) {
|
1304
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.vertivalAlignment, TableCellVerticalAlignment.Top);
|
1305
|
+
}
|
1306
|
+
static onCellVerticalAlignmentCenterKeyword(importer, _parameterValue, _hasParameter) {
|
1307
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.vertivalAlignment, TableCellVerticalAlignment.Center);
|
1308
|
+
}
|
1309
|
+
static onCellVerticalAlignmentBottomKeyword(importer, _parameterValue, _hasParameter) {
|
1310
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.vertivalAlignment, TableCellVerticalAlignment.Bottom);
|
1311
|
+
}
|
1312
|
+
static onCellHideMarkKeyword(importer, parameterValue, hasParameter) {
|
1313
|
+
if (!hasParameter || parameterValue != 0)
|
1314
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.hideCellMark, true);
|
1315
|
+
}
|
1316
|
+
static onCellBottomCellMarginKeyword(importer, parameterValue, hasParameter) {
|
1317
|
+
if (parameterValue < 0 || !hasParameter)
|
1318
|
+
return;
|
1319
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.bottomMargin, TableWidthUnit.create(parameterValue, TableWidthUnitType.ModelUnits));
|
1320
|
+
}
|
1321
|
+
static onCellLeftCellMarginKeyword(importer, parameterValue, hasParameter) {
|
1322
|
+
if (parameterValue < 0 || !hasParameter)
|
1323
|
+
return;
|
1324
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.topMargin, TableWidthUnit.create(parameterValue, TableWidthUnitType.ModelUnits));
|
1325
|
+
}
|
1326
|
+
static onCellRightCellMarginKeyword(importer, parameterValue, hasParameter) {
|
1327
|
+
if (parameterValue < 0 || !hasParameter)
|
1328
|
+
return;
|
1329
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.rightMargin, TableWidthUnit.create(parameterValue, TableWidthUnitType.ModelUnits));
|
1330
|
+
}
|
1331
|
+
static onCellTopCellMarginKeyword(importer, parameterValue, hasParameter) {
|
1332
|
+
if (parameterValue < 0 || !hasParameter)
|
1333
|
+
return;
|
1334
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.cellMargins.left.value = parameterValue;
|
1335
|
+
}
|
1336
|
+
static onCellBottomCellMarginUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1337
|
+
if (!hasParameter)
|
1338
|
+
return;
|
1339
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.cellProperties.coreProperties.cellMargins.bottom, parameterValue);
|
1340
|
+
}
|
1341
|
+
static onCellLeftCellMarginUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1342
|
+
if (!hasParameter)
|
1343
|
+
return;
|
1344
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.cellProperties.coreProperties.cellMargins.top, parameterValue);
|
1345
|
+
}
|
1346
|
+
static onCellRightCellMarginUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1347
|
+
if (!hasParameter)
|
1348
|
+
return;
|
1349
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.cellProperties.coreProperties.cellMargins.right, parameterValue);
|
1350
|
+
}
|
1351
|
+
static onCellTopCellMarginUnitTypeKeyword(importer, parameterValue, hasParameter) {
|
1352
|
+
if (!hasParameter)
|
1353
|
+
return;
|
1354
|
+
DestinationSubDocument.assignWidthUnitInfo(importer.importers.table.tableReader.cellProperties.coreProperties.cellMargins.left, parameterValue);
|
1355
|
+
}
|
1356
|
+
static onTableOverlapKeyword(importer, parameterValue, hasParameter) {
|
1357
|
+
if (!hasParameter || parameterValue != 0) {
|
1358
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseIsTableOverlap, true);
|
1359
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.isTableOverlap = false;
|
1360
|
+
}
|
1361
|
+
}
|
1362
|
+
static onTableLeftFromTextKeyword(importer, parameterValue, hasParameter) {
|
1363
|
+
if (!hasParameter)
|
1364
|
+
return;
|
1365
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.leftFromText = parameterValue;
|
1366
|
+
}
|
1367
|
+
static onTableRightFromTextKeyword(importer, parameterValue, hasParameter) {
|
1368
|
+
if (!hasParameter)
|
1369
|
+
return;
|
1370
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.rightFromText = parameterValue;
|
1371
|
+
}
|
1372
|
+
static onTableTopFromTextKeyword(importer, parameterValue, hasParameter) {
|
1373
|
+
if (!hasParameter)
|
1374
|
+
return;
|
1375
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.topFromText = parameterValue;
|
1376
|
+
}
|
1377
|
+
static onTableBottomFromTextKeyword(importer, parameterValue, hasParameter) {
|
1378
|
+
if (!hasParameter)
|
1379
|
+
return;
|
1380
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.bottomFromText = parameterValue;
|
1381
|
+
}
|
1382
|
+
static onColHorizontalAnchorKeyword(importer, _parameterValue, _hasParameter) {
|
1383
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.horizontalAnchor = HorizontalAnchorTypes.Column;
|
1384
|
+
}
|
1385
|
+
static onMarginHorizontalAnchorKeyword(importer, _parameterValue, _hasParameter) {
|
1386
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.textWrapping = TextWrapping.Around;
|
1387
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.horizontalAnchor = HorizontalAnchorTypes.Margin;
|
1388
|
+
}
|
1389
|
+
static onPageHorizontalAnchorKeyword(importer, _parameterValue, _hasParameter) {
|
1390
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.textWrapping = TextWrapping.Around;
|
1391
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.horizontalAnchor = HorizontalAnchorTypes.Page;
|
1392
|
+
}
|
1393
|
+
static onTableHorizontalPositionKeyword(importer, parameterValue, hasParameter) {
|
1394
|
+
if (!hasParameter)
|
1395
|
+
return;
|
1396
|
+
if (parameterValue != 0)
|
1397
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.textWrapping = TextWrapping.Around;
|
1398
|
+
}
|
1399
|
+
static onTableVerticalPositionKeyword(importer, parameterValue, hasParameter) {
|
1400
|
+
if (!hasParameter)
|
1401
|
+
return;
|
1402
|
+
if (parameterValue != 0)
|
1403
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.textWrapping = TextWrapping.Around;
|
1404
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.tableVerticalPosition = parameterValue;
|
1405
|
+
}
|
1406
|
+
static onCenterTableHorizontalAlignKeyword(importer, _parameterValue, _hasParameter) {
|
1407
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.horizontalAlign = HorizontalAlignMode.Center;
|
1408
|
+
}
|
1409
|
+
static onInsideTableHorizontalAlignKeyword(importer, _parameterValue, _hasParameter) {
|
1410
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.horizontalAlign = HorizontalAlignMode.Inside;
|
1411
|
+
}
|
1412
|
+
static onLeftTableHorizontalAlignKeyword(importer, _parameterValue, _hasParameter) {
|
1413
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.horizontalAlign = HorizontalAlignMode.Left;
|
1414
|
+
}
|
1415
|
+
static onOutsideTableHorizontalAlignKeyword(importer, _parameterValue, _hasParameter) {
|
1416
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.horizontalAlign = HorizontalAlignMode.Outside;
|
1417
|
+
}
|
1418
|
+
static onRightTableHorizontalAlignKeyword(importer, _parameterValue, _hasParameter) {
|
1419
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.horizontalAlign = HorizontalAlignMode.Right;
|
1420
|
+
}
|
1421
|
+
static onBottomTableVerticalAlignKeyword(importer, _parameterValue, _hasParameter) {
|
1422
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.verticalAlign = VerticalAlignMode.Bottom;
|
1423
|
+
}
|
1424
|
+
static onCenterTableVerticalAlignKeyword(importer, _parameterValue, _hasParameter) {
|
1425
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.verticalAlign = VerticalAlignMode.Center;
|
1426
|
+
}
|
1427
|
+
static onInlineTableVerticalAlignKeyword(importer, _parameterValue, _hasParameter) {
|
1428
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.verticalAlign = VerticalAlignMode.Inline;
|
1429
|
+
}
|
1430
|
+
static onInsideTableVerticalAlignKeyword(importer, _parameterValue, _hasParameter) {
|
1431
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.verticalAlign = VerticalAlignMode.Inside;
|
1432
|
+
}
|
1433
|
+
static onOutsideTableVerticalAlignKeyword(importer, _parameterValue, _hasParameter) {
|
1434
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.verticalAlign = VerticalAlignMode.Outside;
|
1435
|
+
}
|
1436
|
+
static onTopTableVerticalAlignKeyword(importer, _parameterValue, _hasParameter) {
|
1437
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.verticalAlign = VerticalAlignMode.Top;
|
1438
|
+
}
|
1439
|
+
static onMarginVerticalAnchorKeyword(importer, _parameterValue, _hasParameter) {
|
1440
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.verticalAnchor = VerticalAnchorTypes.Margin;
|
1441
|
+
}
|
1442
|
+
static onParagraphVerticalAnchorKeword(importer, _parameterValue, _hasParameter) {
|
1443
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.textWrapping = TextWrapping.Around;
|
1444
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.verticalAnchor = VerticalAnchorTypes.Paragraph;
|
1445
|
+
}
|
1446
|
+
static onPageVerticalAnchorKeyword(importer, _parameterValue, _hasParameter) {
|
1447
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.textWrapping = TextWrapping.Around;
|
1448
|
+
importer.importers.table.tableReader.rowProperties.floatingPosition.verticalAnchor = VerticalAnchorTypes.Page;
|
1449
|
+
}
|
1450
|
+
static onTopTableBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1451
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseTopBorder, true);
|
1452
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.tableProperties.coreProperties.borders.top;
|
1453
|
+
}
|
1454
|
+
static onLeftTableBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1455
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseLeftBorder, true);
|
1456
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.tableProperties.coreProperties.borders.left;
|
1457
|
+
}
|
1458
|
+
static onBottomTableBorderKeword(importer, _parameterValue, _hasParameter) {
|
1459
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseBottomBorder, true);
|
1460
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.tableProperties.coreProperties.borders.bottom;
|
1461
|
+
}
|
1462
|
+
static onRightTableBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1463
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseRightBorder, true);
|
1464
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.tableProperties.coreProperties.borders.right;
|
1465
|
+
}
|
1466
|
+
static onHorizontalTableBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1467
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseInsideHorizontalBorder, true);
|
1468
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.tableProperties.coreProperties.borders.insideHorizontal;
|
1469
|
+
}
|
1470
|
+
static onVerticalTableBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1471
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseInsideVerticalBorder, true);
|
1472
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.tableProperties.coreProperties.borders.insideVertical;
|
1473
|
+
}
|
1474
|
+
static onNoTableBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1475
|
+
if (importer.importers.table.tableReader.processedBorder == null)
|
1476
|
+
return;
|
1477
|
+
importer.importers.table.tableReader.processedBorder.style = BorderLineStyle.None;
|
1478
|
+
importer.importers.table.tableReader.processedBorder = null;
|
1479
|
+
}
|
1480
|
+
static onBottomCellBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1481
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setUseValue(TableCellPropertiesMask.UseBottomBorder, true);
|
1482
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.cellProperties.coreProperties.borders.bottom;
|
1483
|
+
}
|
1484
|
+
static onTopCellBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1485
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setUseValue(TableCellPropertiesMask.UseTopBorder, true);
|
1486
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.cellProperties.coreProperties.borders.top;
|
1487
|
+
}
|
1488
|
+
static onLeftCellBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1489
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setUseValue(TableCellPropertiesMask.UseLeftBorder, true);
|
1490
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.cellProperties.coreProperties.borders.left;
|
1491
|
+
}
|
1492
|
+
static onRightCellBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1493
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setUseValue(TableCellPropertiesMask.UseRightBorder, true);
|
1494
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.cellProperties.coreProperties.borders.right;
|
1495
|
+
}
|
1496
|
+
static onUpperLeftToLowerRightBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1497
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setUseValue(TableCellPropertiesMask.UseTopLeftDiagonalBorder, true);
|
1498
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.cellProperties.coreProperties.borders.topLeftDiagonal;
|
1499
|
+
}
|
1500
|
+
static onUpperRightToLowerLeftBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1501
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setUseValue(TableCellPropertiesMask.UseTopRightDiagonalBorder, true);
|
1502
|
+
importer.importers.table.tableReader.processedBorder = importer.importers.table.tableReader.cellProperties.coreProperties.borders.topRightDiagonal;
|
1503
|
+
}
|
1504
|
+
static onCellTextTopAlignmentKeyword(importer, _parameterValue, _hasParameter) {
|
1505
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.vertivalAlignment, TableCellVerticalAlignment.Top);
|
1506
|
+
}
|
1507
|
+
static onCellTextCenterVerticalAlignmentKeyword(importer, _parameterValue, _hasParameter) {
|
1508
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.vertivalAlignment, TableCellVerticalAlignment.Center);
|
1509
|
+
}
|
1510
|
+
static onCellTextBottomAlignmentKeyword(importer, _parameterValue, _hasParameter) {
|
1511
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.setValue(TableCellPropertyDescriptor.vertivalAlignment, TableCellVerticalAlignment.Bottom);
|
1512
|
+
}
|
1513
|
+
static onCellLeftToRightTopToBottomTextDirectionKeyword(importer, _parameterValue, _hasParameter) {
|
1514
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.textDirection = TextDirection.LeftToRightTopToBottom;
|
1515
|
+
}
|
1516
|
+
static onCellTopToBottomRightToLeftTextDirectionKeyword(importer, _parameterValue, _hasParameter) {
|
1517
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.textDirection = TextDirection.TopToBottomRightToLeft;
|
1518
|
+
}
|
1519
|
+
static onCellBottomToTopLeftToRightTextDirectionKeyword(importer, _parameterValue, _hasParameter) {
|
1520
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.textDirection = TextDirection.BottomToTopLeftToRight;
|
1521
|
+
}
|
1522
|
+
static onCellLeftToRightTopToBottomVerticalTextDirectionKeyword(importer, _parameterValue, _hasParameter) {
|
1523
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.textDirection = TextDirection.LeftToRightTopToBottomRotated;
|
1524
|
+
}
|
1525
|
+
static onCellTopToBottomRightToLeftVerticalTextDirectionKeyword(importer, _parameterValue, _hasParameter) {
|
1526
|
+
importer.importers.table.tableReader.cellProperties.coreProperties.textDirection = TextDirection.TopToBottomRightToLeftRotated;
|
1527
|
+
}
|
1528
|
+
static onCellBackgroundColorKeyword(importer, parameterValue, hasParameter) {
|
1529
|
+
const colorIndexTable = importer.documentProperties.colorIndexes;
|
1530
|
+
if (!hasParameter || parameterValue > colorIndexTable.collection.length - 1)
|
1531
|
+
return;
|
1532
|
+
importer.importers.table.tableReader.cellProperties.backColor = DestinationSubDocument.getColorIndex(importer, parameterValue);
|
1533
|
+
}
|
1534
|
+
static onCellForegroundColorKeyword(importer, parameterValue, hasParameter) {
|
1535
|
+
const colorIndexTable = importer.documentProperties.colorIndexes;
|
1536
|
+
if (!hasParameter || parameterValue > colorIndexTable.collection.length - 1)
|
1537
|
+
return;
|
1538
|
+
importer.importers.table.tableReader.cellProperties.foreColor = DestinationSubDocument.getColorIndex(importer, parameterValue);
|
1539
|
+
}
|
1540
|
+
static onCellShadingKeyword(importer, parameterValue, hasParameter) {
|
1541
|
+
if (!hasParameter)
|
1542
|
+
return;
|
1543
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = DestinationSubDocument.calculateShadingPattern(parameterValue);
|
1544
|
+
}
|
1545
|
+
static onCellNoShadingKeyword(importer, _parameterValue, _hasParameter) {
|
1546
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.Nil;
|
1547
|
+
}
|
1548
|
+
static onCellVerticalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1549
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.ThinVertStripe;
|
1550
|
+
}
|
1551
|
+
static onCellHorizontalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1552
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.ThinHorzStripe;
|
1553
|
+
}
|
1554
|
+
static onCellForwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1555
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.ThinReverseDiagStripe;
|
1556
|
+
}
|
1557
|
+
static onCellBackwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1558
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.ThinDiagStripe;
|
1559
|
+
}
|
1560
|
+
static onCellCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1561
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.ThinHorzCross;
|
1562
|
+
}
|
1563
|
+
static onCellDiagonalCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1564
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.ThinDiagCross;
|
1565
|
+
}
|
1566
|
+
static onCellDarkHorizontalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1567
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.HorzStripe;
|
1568
|
+
}
|
1569
|
+
static onCellDarkVerticalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1570
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.VertStripe;
|
1571
|
+
}
|
1572
|
+
static onCellDarkForwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1573
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.ReverseDiagStripe;
|
1574
|
+
}
|
1575
|
+
static onCellDarkBackwardDiagonalBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1576
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.DiagStripe;
|
1577
|
+
}
|
1578
|
+
static onCellDarkCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1579
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.HorzCross;
|
1580
|
+
}
|
1581
|
+
static onCellDarkDiagonalCrossBackgroundPatternKeyword(importer, _parameterValue, _hasParameter) {
|
1582
|
+
importer.importers.table.tableReader.cellProperties.shadingPattern = ShadingPattern.DiagCross;
|
1583
|
+
}
|
1584
|
+
static onTableAutoFitKeyword(importer, parameterValue, _hasParameter) {
|
1585
|
+
const val = Math.abs(parameterValue);
|
1586
|
+
if (val > 1)
|
1587
|
+
return;
|
1588
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseTableLayout, true);
|
1589
|
+
if (val == 1)
|
1590
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.layoutType = TableLayoutType.Autofit;
|
1591
|
+
else
|
1592
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.layoutType = TableLayoutType.Fixed;
|
1593
|
+
}
|
1594
|
+
static onApplyFirstRowConditionalFormattingKeyword(importer, _parameterValue, _hasParameter) {
|
1595
|
+
importer.importers.table.tableReader.tableProperties.lookTypes |= TableLookTypes.ApplyFirstRow;
|
1596
|
+
}
|
1597
|
+
static onApplyLastRowConditionalFormattingKeyword(importer, _parameterValue, _hasParameter) {
|
1598
|
+
importer.importers.table.tableReader.tableProperties.lookTypes |= TableLookTypes.ApplyLastRow;
|
1599
|
+
}
|
1600
|
+
static onApplyFirstColumnContitionalFormattingKeyword(importer, _parameterValue, _hasParameter) {
|
1601
|
+
importer.importers.table.tableReader.tableProperties.lookTypes |= TableLookTypes.ApplyFirstColumn;
|
1602
|
+
}
|
1603
|
+
static onApplyLastColumnConditionalFormattingKeyword(importer, _parameterValue, _hasParameter) {
|
1604
|
+
importer.importers.table.tableReader.tableProperties.lookTypes |= TableLookTypes.ApplyLastColumn;
|
1605
|
+
}
|
1606
|
+
static onDoNotApplyRowBandingConditionalFormattingKeyword(importer, _parameterValue, _hasParameter) {
|
1607
|
+
importer.importers.table.tableReader.tableProperties.lookTypes |= TableLookTypes.DoNotApplyRowBanding;
|
1608
|
+
}
|
1609
|
+
static onDoNotApplyColumnBandingConditionalFormattingKeyword(importer, _parameterValue, _hasParameter) {
|
1610
|
+
importer.importers.table.tableReader.tableProperties.lookTypes |= TableLookTypes.DoNotApplyColumnBanding;
|
1611
|
+
}
|
1612
|
+
static onRowBandSizeKeyword(importer, parameterValue, hasParameter) {
|
1613
|
+
if (parameterValue < 0 || !hasParameter)
|
1614
|
+
return;
|
1615
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseTableStyleRowBandSize, true);
|
1616
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.tableStyleRowBandSize = parameterValue;
|
1617
|
+
}
|
1618
|
+
static onColumnBandSizeKeyword(importer, parameterValue, hasParameter) {
|
1619
|
+
if (parameterValue < 0 || !hasParameter)
|
1620
|
+
return;
|
1621
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.setUseValue(TablePropertiesMask.UseTableStyleColBandSize, true);
|
1622
|
+
importer.importers.table.tableReader.tableProperties.coreProperties.tableStyleColumnBandSize = parameterValue;
|
1623
|
+
}
|
1624
|
+
static onLtrRow(importer, _parameterValue, _hasParameter) {
|
1625
|
+
importer.importers.table.tableReader.tableProperties.rightToLeft = false;
|
1626
|
+
}
|
1627
|
+
static onRtlRow(importer, _parameterValue, _hasParameter) {
|
1628
|
+
importer.importers.table.tableReader.tableProperties.rightToLeft = true;
|
1629
|
+
}
|
1630
|
+
static onNoBorderKeyword(importer, _parameterValue, _hasParameter) {
|
1631
|
+
DestinationSubDocument.setNoBorderType(importer, BorderLineStyle.Nil);
|
1632
|
+
}
|
1633
|
+
static onBorderSpaceKeyword(importer, parameterValue, hasParameter) {
|
1634
|
+
if (!hasParameter || parameterValue < 0)
|
1635
|
+
return;
|
1636
|
+
const border = importer.importers.table.tableReader.processedBorder;
|
1637
|
+
if (border)
|
1638
|
+
border.offset = parameterValue;
|
1639
|
+
const paragraphBorder = importer.importers.paragraph.paragraphFormatting.processedBorder;
|
1640
|
+
if (paragraphBorder)
|
1641
|
+
paragraphBorder.offset = parameterValue;
|
1642
|
+
}
|
1643
|
+
static assignDefaultBorderWidth(_border) {
|
1644
|
+
}
|
1645
|
+
static setBorderType(importer, style) {
|
1646
|
+
const border = importer.importers.table.tableReader.processedBorder;
|
1647
|
+
if (border) {
|
1648
|
+
DestinationSubDocument.assignDefaultBorderWidth(border);
|
1649
|
+
border.style = style;
|
1650
|
+
}
|
1651
|
+
const paragraphBorder = importer.importers.paragraph.paragraphFormatting.processedBorder;
|
1652
|
+
if (paragraphBorder)
|
1653
|
+
paragraphBorder.style = style;
|
1654
|
+
}
|
1655
|
+
static setNoBorderType(importer, style) {
|
1656
|
+
const border = importer.importers.table.tableReader.processedBorder;
|
1657
|
+
if (border)
|
1658
|
+
border.style = style;
|
1659
|
+
importer.importers.table.tableReader.processedBorder = null;
|
1660
|
+
const paragraphBorder = importer.importers.paragraph.paragraphFormatting.processedBorder;
|
1661
|
+
if (paragraphBorder)
|
1662
|
+
paragraphBorder.style = style;
|
1663
|
+
importer.importers.paragraph.paragraphFormatting.processedBorder = null;
|
1664
|
+
}
|
1665
|
+
static onSingleThicknessBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1666
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.Single);
|
1667
|
+
}
|
1668
|
+
static onDoubleThicknessBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1669
|
+
const border = importer.importers.table.tableReader.processedBorder;
|
1670
|
+
if (border) {
|
1671
|
+
DestinationSubDocument.assignDefaultBorderWidth(border);
|
1672
|
+
border.width *= 2;
|
1673
|
+
border.style = BorderLineStyle.Single;
|
1674
|
+
}
|
1675
|
+
const paragraphBorder = importer.importers.paragraph.paragraphFormatting.processedBorder;
|
1676
|
+
if (paragraphBorder) {
|
1677
|
+
paragraphBorder.width *= 2;
|
1678
|
+
paragraphBorder.style = BorderLineStyle.Single;
|
1679
|
+
}
|
1680
|
+
}
|
1681
|
+
static onBorderWidthKeyword(importer, parameterValue, _hasParameter) {
|
1682
|
+
const border = importer.importers.table.tableReader.processedBorder;
|
1683
|
+
const paragraphBorder = importer.importers.paragraph.paragraphFormatting.processedBorder;
|
1684
|
+
if (!border && !paragraphBorder)
|
1685
|
+
return;
|
1686
|
+
const maxBorderWidth = 255;
|
1687
|
+
const val = parameterValue > 0 ?
|
1688
|
+
parameterValue > maxBorderWidth ? maxBorderWidth : parameterValue :
|
1689
|
+
0;
|
1690
|
+
if (border)
|
1691
|
+
border.width = val > 0 ? val : 1;
|
1692
|
+
if (paragraphBorder)
|
1693
|
+
paragraphBorder.width = val > 0 ? val : 1;
|
1694
|
+
}
|
1695
|
+
static onBorderColorKeyword(importer, parameterValue, hasParameter) {
|
1696
|
+
if (!hasParameter || parameterValue < 0)
|
1697
|
+
return;
|
1698
|
+
const border = importer.importers.table.tableReader.processedBorder;
|
1699
|
+
const paragraphBorder = importer.importers.paragraph.paragraphFormatting.processedBorder;
|
1700
|
+
if (!border && !paragraphBorder)
|
1701
|
+
return;
|
1702
|
+
const colorIndexTable = importer.documentProperties.colorIndexes;
|
1703
|
+
if (parameterValue > colorIndexTable.collection.length - 1)
|
1704
|
+
return;
|
1705
|
+
const color = colorIndexTable.getRtfColorIndexById(parameterValue);
|
1706
|
+
if (border)
|
1707
|
+
border.color = color;
|
1708
|
+
if (paragraphBorder)
|
1709
|
+
paragraphBorder.color = color;
|
1710
|
+
}
|
1711
|
+
static onDoubleBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1712
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.Double);
|
1713
|
+
}
|
1714
|
+
static onDottedBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1715
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.Dotted);
|
1716
|
+
}
|
1717
|
+
static onDashedBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1718
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.Dashed);
|
1719
|
+
}
|
1720
|
+
static onHairlineBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1721
|
+
const border = importer.importers.table.tableReader.processedBorder;
|
1722
|
+
if (border) {
|
1723
|
+
border.style = BorderLineStyle.Single;
|
1724
|
+
border.width = 1;
|
1725
|
+
}
|
1726
|
+
const paragraphBorder = importer.importers.paragraph.paragraphFormatting.processedBorder;
|
1727
|
+
if (paragraphBorder) {
|
1728
|
+
paragraphBorder.style = BorderLineStyle.Single;
|
1729
|
+
paragraphBorder.width = 1;
|
1730
|
+
}
|
1731
|
+
}
|
1732
|
+
static onSmallDashedBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1733
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.DashSmallGap);
|
1734
|
+
}
|
1735
|
+
static onDotDashedBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1736
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.DotDash);
|
1737
|
+
}
|
1738
|
+
static onDotDotDashedBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1739
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.DotDotDash);
|
1740
|
+
}
|
1741
|
+
static onInsetBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1742
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.Inset);
|
1743
|
+
}
|
1744
|
+
static onNoneBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1745
|
+
DestinationSubDocument.setNoBorderType(importer, BorderLineStyle.None);
|
1746
|
+
}
|
1747
|
+
static onNilBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1748
|
+
DestinationSubDocument.setNoBorderType(importer, BorderLineStyle.Nil);
|
1749
|
+
}
|
1750
|
+
static onOutsetBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1751
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.Outset);
|
1752
|
+
}
|
1753
|
+
static onTripletBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1754
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.Triple);
|
1755
|
+
}
|
1756
|
+
static onSmallThickThinBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1757
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.ThickThinSmallGap);
|
1758
|
+
}
|
1759
|
+
static onSmallThinThickThinBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1760
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.ThinThickThinSmallGap);
|
1761
|
+
}
|
1762
|
+
static onMediumThickThinBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1763
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.ThickThinMediumGap);
|
1764
|
+
}
|
1765
|
+
static onMediumThinThickBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1766
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.ThinThickMediumGap);
|
1767
|
+
}
|
1768
|
+
static onMediumThinThickThinBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1769
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.ThinThickThinMediumGap);
|
1770
|
+
}
|
1771
|
+
static onLargeThickThinBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1772
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.ThickThinLargeGap);
|
1773
|
+
}
|
1774
|
+
static onLargeThinThickBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1775
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.ThinThickLargeGap);
|
1776
|
+
}
|
1777
|
+
static onLargeThinThickThinBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1778
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.ThinThickThinLargeGap);
|
1779
|
+
}
|
1780
|
+
static onWavyBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1781
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.Wave);
|
1782
|
+
}
|
1783
|
+
static onDoubleWavyBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1784
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.DoubleWave);
|
1785
|
+
}
|
1786
|
+
static onStripedBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1787
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.DashDotStroked);
|
1788
|
+
}
|
1789
|
+
static onEmbossedBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1790
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.ThreeDEmboss);
|
1791
|
+
}
|
1792
|
+
static onEngravedBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1793
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.ThreeDEngrave);
|
1794
|
+
}
|
1795
|
+
static onSmallThinThickBorderTypeKeyword(importer, _parameterValue, _hasParameter) {
|
1796
|
+
DestinationSubDocument.setBorderType(importer, BorderLineStyle.ThinThickSmallGap);
|
1797
|
+
}
|
1798
|
+
static onBorderArtIndex(importer, parameterValue, _hasParameter) {
|
1799
|
+
DestinationSubDocument.setBorderType(importer, RtfArtBorderConverter.getBorderLineStyle(parameterValue));
|
1800
|
+
}
|
1801
|
+
static onFrameBorderKeyword(importer, parameterValue, hasParameter) {
|
1802
|
+
const border = importer.importers.table.tableReader.processedBorder;
|
1803
|
+
const paragraphBorder = importer.importers.paragraph.paragraphFormatting.processedBorder;
|
1804
|
+
if (!border && !paragraphBorder)
|
1805
|
+
return;
|
1806
|
+
if (!hasParameter || parameterValue != 0) {
|
1807
|
+
if (border)
|
1808
|
+
border.frame = true;
|
1809
|
+
if (paragraphBorder)
|
1810
|
+
paragraphBorder.frame = true;
|
1811
|
+
}
|
1812
|
+
}
|
1813
|
+
static onShadowedBorderTypeKeyword(importer, parameterValue, hasParameter) {
|
1814
|
+
const border = importer.importers.table.tableReader.processedBorder;
|
1815
|
+
const paragraphBorder = importer.importers.paragraph.paragraphFormatting.processedBorder;
|
1816
|
+
if (!border && !paragraphBorder)
|
1817
|
+
return;
|
1818
|
+
if (!hasParameter || parameterValue != 0) {
|
1819
|
+
if (border)
|
1820
|
+
border.shadow = true;
|
1821
|
+
if (paragraphBorder)
|
1822
|
+
paragraphBorder.shadow = true;
|
1823
|
+
}
|
1824
|
+
}
|
1825
|
+
}
|
1826
|
+
DestinationSubDocument.controlCharHT = new MapCreator()
|
1827
|
+
.add('\r', DestinationSubDocument.onParChar)
|
1828
|
+
.add('\n', DestinationSubDocument.onParChar)
|
1829
|
+
.add('\\', DestinationSubDocument.onEscapedChar)
|
1830
|
+
.add('{', DestinationSubDocument.onEscapedChar)
|
1831
|
+
.add('}', DestinationSubDocument.onEscapedChar)
|
1832
|
+
.add('~', DestinationSubDocument.onNonBreakingSpaceChar)
|
1833
|
+
.add('_', DestinationSubDocument.onNonBreakingHyphenChar)
|
1834
|
+
.add('-', DestinationSubDocument.onOptionalHyphenChar)
|
1835
|
+
.get();
|