js.documents 2.3.2 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -14
- package/dist/codecs/registry.d.cts +8 -3
- package/dist/codecs/registry.d.ts +8 -3
- package/dist/convert/canonicalise.cjs +20 -0
- package/dist/convert/canonicalise.d.cts +5 -0
- package/dist/convert/canonicalise.d.ts +5 -0
- package/dist/convert/canonicalise.js +18 -0
- package/dist/convert/composition.cjs +29 -28
- package/dist/convert/composition.d.cts +1 -1
- package/dist/convert/composition.d.ts +1 -1
- package/dist/convert/composition.js +29 -28
- package/dist/convert/convert.cjs +14 -26
- package/dist/convert/convert.d.cts +1 -1
- package/dist/convert/convert.d.ts +1 -1
- package/dist/convert/convert.js +14 -26
- package/dist/convert/decompose.cjs +134 -0
- package/dist/convert/decompose.d.cts +13 -0
- package/dist/convert/decompose.d.ts +13 -0
- package/dist/convert/decompose.js +126 -0
- package/dist/convert/factor-styles.cjs +364 -0
- package/dist/convert/factor-styles.d.cts +6 -0
- package/dist/convert/factor-styles.d.ts +6 -0
- package/dist/convert/factor-styles.js +362 -0
- package/dist/convert/flatten.cjs +137 -0
- package/dist/convert/flatten.d.cts +5 -0
- package/dist/convert/flatten.d.ts +5 -0
- package/dist/convert/flatten.js +136 -0
- package/dist/convert/from-package.cjs +4 -3
- package/dist/convert/from-package.d.cts +2 -1
- package/dist/convert/from-package.d.ts +2 -1
- package/dist/convert/from-package.js +5 -4
- package/dist/convert/local.cjs +1 -1
- package/dist/convert/local.js +1 -1
- package/dist/convert/variant-bridges.cjs +0 -4
- package/dist/convert/variant-bridges.js +1 -5
- package/dist/csv/read.cjs +0 -1
- package/dist/csv/read.js +1 -2
- package/dist/edit/docx/numbering.d.cts +1 -1
- package/dist/edit/docx/numbering.d.ts +1 -1
- package/dist/edit/docx/paragraph.cjs +1 -0
- package/dist/edit/docx/paragraph.js +1 -0
- package/dist/edit/pdf/editor.cjs +1 -2
- package/dist/edit/pdf/editor.d.cts +2 -2
- package/dist/edit/pdf/editor.d.ts +2 -2
- package/dist/edit/pdf/editor.js +1 -2
- package/dist/edit/pdf/item.d.cts +1 -1
- package/dist/edit/pdf/item.d.ts +1 -1
- package/dist/edit/pdf/page.d.cts +2 -2
- package/dist/edit/pdf/page.d.ts +2 -2
- package/dist/edit/pdf/util.d.cts +1 -1
- package/dist/edit/pdf/util.d.ts +1 -1
- package/dist/fonts/registry.d.cts +1 -1
- package/dist/fonts/registry.d.ts +1 -1
- package/dist/index.cjs +10 -15
- package/dist/index.d.cts +7 -4
- package/dist/index.d.ts +7 -4
- package/dist/index.js +6 -3
- package/dist/{item-Dj6f1VTE.d.cts → item-D9vQKT0T.d.cts} +2 -1
- package/dist/{item-Dj6f1VTE.d.ts → item-D9vQKT0T.d.ts} +2 -1
- package/dist/latex/lint.cjs +3 -2
- package/dist/latex/lint.js +3 -2
- package/dist/layout/drawing.d.cts +2 -1
- package/dist/layout/drawing.d.ts +2 -1
- package/dist/layout/engine.cjs +8 -5
- package/dist/layout/engine.d.cts +2 -1
- package/dist/layout/engine.d.ts +2 -1
- package/dist/layout/engine.js +8 -5
- package/dist/layout/lattice.d.cts +1 -1
- package/dist/layout/lattice.d.ts +1 -1
- package/dist/layout/reconstruct.cjs +0 -5
- package/dist/layout/reconstruct.d.cts +2 -1
- package/dist/layout/reconstruct.d.ts +2 -1
- package/dist/layout/reconstruct.js +0 -5
- package/dist/layout/shared.cjs +2 -1
- package/dist/layout/shared.d.cts +2 -1
- package/dist/layout/shared.d.ts +2 -1
- package/dist/layout/shared.js +2 -1
- package/dist/layout/sheets.d.cts +2 -1
- package/dist/layout/sheets.d.ts +2 -1
- package/dist/layout/slides.d.cts +2 -1
- package/dist/layout/slides.d.ts +2 -1
- package/dist/markdown/render.cjs +0 -1
- package/dist/markdown/render.js +1 -2
- package/dist/model/embedded-drawing.cjs +5 -8
- package/dist/model/embedded-drawing.js +5 -8
- package/dist/model/formula.cjs +0 -2
- package/dist/model/formula.js +0 -2
- package/dist/odb/report/render.cjs +0 -1
- package/dist/odb/report/render.js +1 -2
- package/dist/odb/spreadsheet.cjs +0 -1
- package/dist/odb/spreadsheet.js +1 -2
- package/dist/odf/odg/read.cjs +0 -2
- package/dist/odf/odg/read.js +0 -2
- package/dist/odf/odp/read.cjs +0 -2
- package/dist/odf/odp/read.js +0 -2
- package/dist/odf/ods/read.cjs +0 -2
- package/dist/odf/ods/read.js +0 -2
- package/dist/odf/odt/read.cjs +0 -2
- package/dist/odf/odt/read.js +0 -2
- package/dist/ooxml/docx/read.cjs +0 -2
- package/dist/ooxml/docx/read.js +0 -2
- package/dist/ooxml/pptx/read.cjs +0 -2
- package/dist/ooxml/pptx/read.js +0 -2
- package/dist/svg/read.cjs +8 -11
- package/dist/svg/read.js +8 -11
- package/package.json +6 -6
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DocumentFormat } from "./port.js";
|
|
2
|
-
import { DocumentPackage
|
|
2
|
+
import { DocumentPackage } from "document-schema.js";
|
|
3
|
+
import { LayoutDocument } from "pdf-codec";
|
|
3
4
|
//#region src/convert/from-package.d.ts
|
|
4
5
|
declare function buildDocumentBytes(pkg: DocumentPackage, target: DocumentFormat): Uint8Array<ArrayBuffer>;
|
|
5
6
|
declare function layoutDocumentFromPackage(pkg: DocumentPackage): LayoutDocument;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { flipY } from "../model/geometry.js";
|
|
2
|
+
import { flattenPackage } from "./flatten.js";
|
|
2
3
|
import { pushCellBorderLines, registerImage, runFont } from "../layout/shared.js";
|
|
3
4
|
import "../layout/sheets.js";
|
|
4
5
|
import { convertVector } from "../layout/drawing.js";
|
|
5
6
|
import { DOCUMENT_FORMAT_CODECS, requireArrayBufferBytes } from "../codecs/registry.js";
|
|
6
|
-
import { COLOR_BLACK, DEFAULT_LAYOUT_FONT
|
|
7
|
-
import { writePdf } from "pdf-codec";
|
|
7
|
+
import { COLOR_BLACK, DEFAULT_LAYOUT_FONT } from "document-schema.js";
|
|
8
|
+
import { LAYOUT_FORMAT_VERSION, writePdf } from "pdf-codec";
|
|
8
9
|
//#region src/convert/from-package.ts
|
|
9
10
|
function buildDocumentBytes(pkg, target) {
|
|
10
11
|
if (target === "pdf") {
|
|
@@ -14,7 +15,7 @@ function buildDocumentBytes(pkg, target) {
|
|
|
14
15
|
if (target === "odf") throw new Error("'odf' (a standalone formula document) cannot be built from a DocumentPackage -- there is no ContentDocument-to-odf builder");
|
|
15
16
|
const content = DOCUMENT_FORMAT_CODECS[target].content;
|
|
16
17
|
if (!content?.write) throw new Error(`DocumentFormat '${target}' has no content.write codec in DOCUMENT_FORMAT_CODECS, and is not 'pdf'/'odf' -- this is an internal invariant violation, not a caller error`);
|
|
17
|
-
return requireArrayBufferBytes(content.write(pkg
|
|
18
|
+
return requireArrayBufferBytes(content.write(flattenPackage(pkg)));
|
|
18
19
|
}
|
|
19
20
|
function pageOfFrame(state, frame) {
|
|
20
21
|
return state.pages[frame.pageIndex];
|
|
@@ -172,7 +173,7 @@ function layoutDocumentFromPackage(pkg) {
|
|
|
172
173
|
pages,
|
|
173
174
|
images: {}
|
|
174
175
|
};
|
|
175
|
-
const content = pkg
|
|
176
|
+
const content = flattenPackage(pkg);
|
|
176
177
|
if (content.kind === "wordprocessing") for (const section of content.sections) emitBlocks(state, section.blocks);
|
|
177
178
|
else if (content.kind === "presentation") for (const slide of content.slides) for (const shape of slide.shapes) emitBlocks(state, shape.blocks);
|
|
178
179
|
else if (content.kind === "spreadsheet") for (const sheet of content.sheets) emitSheet(state, sheet);
|
package/dist/convert/local.cjs
CHANGED
|
@@ -45,7 +45,7 @@ function fromPdfDiagnostic(diagnostic) {
|
|
|
45
45
|
}
|
|
46
46
|
function createLocalDocumentConverter() {
|
|
47
47
|
return {
|
|
48
|
-
contractVersion:
|
|
48
|
+
contractVersion: 7,
|
|
49
49
|
conversions: SUPPORTED_CONVERSIONS,
|
|
50
50
|
convert(request, options) {
|
|
51
51
|
const { source, targetFormat } = request;
|
package/dist/convert/local.js
CHANGED
|
@@ -44,7 +44,7 @@ function fromPdfDiagnostic(diagnostic) {
|
|
|
44
44
|
}
|
|
45
45
|
function createLocalDocumentConverter() {
|
|
46
46
|
return {
|
|
47
|
-
contractVersion:
|
|
47
|
+
contractVersion: 7,
|
|
48
48
|
conversions: SUPPORTED_CONVERSIONS,
|
|
49
49
|
convert(request, options) {
|
|
50
50
|
const { source, targetFormat } = request;
|
|
@@ -45,7 +45,6 @@ function wordprocessingToPresentation(doc) {
|
|
|
45
45
|
});
|
|
46
46
|
return {
|
|
47
47
|
kind: "presentation",
|
|
48
|
-
formatVersion: document_schema_js.CONTENT_FORMAT_VERSION,
|
|
49
48
|
metadata: doc.metadata,
|
|
50
49
|
slides
|
|
51
50
|
};
|
|
@@ -64,7 +63,6 @@ function presentationToWordprocessing(doc) {
|
|
|
64
63
|
};
|
|
65
64
|
return {
|
|
66
65
|
kind: "wordprocessing",
|
|
67
|
-
formatVersion: document_schema_js.CONTENT_FORMAT_VERSION,
|
|
68
66
|
metadata: doc.metadata,
|
|
69
67
|
sections: [section]
|
|
70
68
|
};
|
|
@@ -77,7 +75,6 @@ function drawingToPresentation(doc) {
|
|
|
77
75
|
}));
|
|
78
76
|
return {
|
|
79
77
|
kind: "presentation",
|
|
80
|
-
formatVersion: document_schema_js.CONTENT_FORMAT_VERSION,
|
|
81
78
|
metadata: doc.metadata,
|
|
82
79
|
slides
|
|
83
80
|
};
|
|
@@ -90,7 +87,6 @@ function presentationToDrawing(doc) {
|
|
|
90
87
|
}));
|
|
91
88
|
return {
|
|
92
89
|
kind: "drawing",
|
|
93
|
-
formatVersion: document_schema_js.CONTENT_FORMAT_VERSION,
|
|
94
90
|
metadata: doc.metadata,
|
|
95
91
|
pages
|
|
96
92
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PAGE_SIZE_A4, SLIDE_SIZE_WIDESCREEN } from "document-schema.js";
|
|
2
2
|
//#region src/convert/variant-bridges.ts
|
|
3
3
|
const DEFAULT_INSET_LEFT_PT = 9.14;
|
|
4
4
|
const DEFAULT_INSET_TOP_PT = 4.57;
|
|
@@ -44,7 +44,6 @@ function wordprocessingToPresentation(doc) {
|
|
|
44
44
|
});
|
|
45
45
|
return {
|
|
46
46
|
kind: "presentation",
|
|
47
|
-
formatVersion: CONTENT_FORMAT_VERSION,
|
|
48
47
|
metadata: doc.metadata,
|
|
49
48
|
slides
|
|
50
49
|
};
|
|
@@ -63,7 +62,6 @@ function presentationToWordprocessing(doc) {
|
|
|
63
62
|
};
|
|
64
63
|
return {
|
|
65
64
|
kind: "wordprocessing",
|
|
66
|
-
formatVersion: CONTENT_FORMAT_VERSION,
|
|
67
65
|
metadata: doc.metadata,
|
|
68
66
|
sections: [section]
|
|
69
67
|
};
|
|
@@ -76,7 +74,6 @@ function drawingToPresentation(doc) {
|
|
|
76
74
|
}));
|
|
77
75
|
return {
|
|
78
76
|
kind: "presentation",
|
|
79
|
-
formatVersion: CONTENT_FORMAT_VERSION,
|
|
80
77
|
metadata: doc.metadata,
|
|
81
78
|
slides
|
|
82
79
|
};
|
|
@@ -89,7 +86,6 @@ function presentationToDrawing(doc) {
|
|
|
89
86
|
}));
|
|
90
87
|
return {
|
|
91
88
|
kind: "drawing",
|
|
92
|
-
formatVersion: CONTENT_FORMAT_VERSION,
|
|
93
89
|
metadata: doc.metadata,
|
|
94
90
|
pages
|
|
95
91
|
};
|
package/dist/csv/read.cjs
CHANGED
package/dist/csv/read.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { inferCellValue } from "../layout/cell-typing.js";
|
|
2
2
|
import { parseCsvRecords } from "./records.js";
|
|
3
|
-
import {
|
|
3
|
+
import { PAGE_SIZE_A4 } from "document-schema.js";
|
|
4
4
|
//#region src/csv/read.ts
|
|
5
5
|
const HEADER_ROW_INDEX = 0;
|
|
6
6
|
const SHEET_NAME = "Sheet1";
|
|
@@ -68,7 +68,6 @@ function readCsvContent(text, options) {
|
|
|
68
68
|
}));
|
|
69
69
|
return {
|
|
70
70
|
kind: "spreadsheet",
|
|
71
|
-
formatVersion: CONTENT_FORMAT_VERSION,
|
|
72
71
|
metadata: {},
|
|
73
72
|
sheets: [{
|
|
74
73
|
name: SHEET_NAME,
|
|
@@ -5,7 +5,7 @@ declare const NUMBERING_REL_TYPE = "http://schemas.openxmlformats.org/officeDocu
|
|
|
5
5
|
declare const NUMBERING_PART_PATH = "word/numbering.xml";
|
|
6
6
|
declare function declaration(): XmlNode;
|
|
7
7
|
interface NumberingEntry {
|
|
8
|
-
readonly sourceNumId: string;
|
|
8
|
+
readonly sourceNumId: string | undefined;
|
|
9
9
|
readonly remappedNumId: string;
|
|
10
10
|
readonly abstractNumId: string;
|
|
11
11
|
readonly levels: readonly number[];
|
|
@@ -5,7 +5,7 @@ declare const NUMBERING_REL_TYPE = "http://schemas.openxmlformats.org/officeDocu
|
|
|
5
5
|
declare const NUMBERING_PART_PATH = "word/numbering.xml";
|
|
6
6
|
declare function declaration(): XmlNode;
|
|
7
7
|
interface NumberingEntry {
|
|
8
|
-
readonly sourceNumId: string;
|
|
8
|
+
readonly sourceNumId: string | undefined;
|
|
9
9
|
readonly remappedNumId: string;
|
|
10
10
|
readonly abstractNumId: string;
|
|
11
11
|
readonly levels: readonly number[];
|
|
@@ -204,6 +204,7 @@ var DocxParagraph = class {
|
|
|
204
204
|
if (existing !== void 0) require_xml_edit.removeChild(pPr.children, existing);
|
|
205
205
|
return;
|
|
206
206
|
}
|
|
207
|
+
if (value.numId === void 0) throw new Error("DocxParagraph.list requires a numId -- buildDocxPackage mints one for memberships that lack it; set numId explicitly (see src/edit/docx/numbering.ts)");
|
|
207
208
|
const numPr = require_xml_edit.getOrCreateChildElement(pPr, "w:numPr", require_edit_docx_props.PPR_ORDER, () => require_xml_fragment.el("w:numPr"));
|
|
208
209
|
numPr.children = [require_xml_fragment.el("w:ilvl", { "w:val": String(value.level) }), require_xml_fragment.el("w:numId", { "w:val": value.numId })];
|
|
209
210
|
}
|
|
@@ -203,6 +203,7 @@ var DocxParagraph = class {
|
|
|
203
203
|
if (existing !== void 0) removeChild(pPr.children, existing);
|
|
204
204
|
return;
|
|
205
205
|
}
|
|
206
|
+
if (value.numId === void 0) throw new Error("DocxParagraph.list requires a numId -- buildDocxPackage mints one for memberships that lack it; set numId explicitly (see src/edit/docx/numbering.ts)");
|
|
206
207
|
const numPr = getOrCreateChildElement(pPr, "w:numPr", PPR_ORDER, () => el("w:numPr"));
|
|
207
208
|
numPr.children = [el("w:ilvl", { "w:val": String(value.level) }), el("w:numId", { "w:val": value.numId })];
|
|
208
209
|
}
|
package/dist/edit/pdf/editor.cjs
CHANGED
|
@@ -2,7 +2,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_model_metadata = require("../../model/metadata.cjs");
|
|
3
3
|
const require_ports_clock = require("../../ports/clock.cjs");
|
|
4
4
|
const require_edit_pdf_page = require("./page.cjs");
|
|
5
|
-
let document_schema_js = require("document-schema.js");
|
|
6
5
|
let pdf_codec = require("pdf-codec");
|
|
7
6
|
//#region src/edit/pdf/editor.ts
|
|
8
7
|
var PdfEditor = class {
|
|
@@ -48,7 +47,7 @@ function createPdf(options) {
|
|
|
48
47
|
const clock = options?.clock ?? require_ports_clock.systemClock;
|
|
49
48
|
const metadata = require_model_metadata.resolveMetadataTimestamps({}, clock);
|
|
50
49
|
return new PdfEditor({
|
|
51
|
-
formatVersion:
|
|
50
|
+
formatVersion: pdf_codec.LAYOUT_FORMAT_VERSION,
|
|
52
51
|
metadata,
|
|
53
52
|
pages: [require_edit_pdf_page.buildPage({
|
|
54
53
|
widthPt: options?.widthPt,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as ClockPort } from "../../clock-C7SUuYN0.cjs";
|
|
2
2
|
import { PageInit, PdfPage } from "./page.cjs";
|
|
3
|
-
import {
|
|
4
|
-
import { ReadPdfOptions, WritePdfOptions } from "pdf-codec";
|
|
3
|
+
import { LayoutMetadata } from "document-schema.js";
|
|
4
|
+
import { LayoutDocument, ReadPdfOptions, WritePdfOptions } from "pdf-codec";
|
|
5
5
|
//#region src/edit/pdf/editor.d.ts
|
|
6
6
|
declare class PdfEditor {
|
|
7
7
|
private readonly doc;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as ClockPort } from "../../clock-C7SUuYN0.js";
|
|
2
2
|
import { PageInit, PdfPage } from "./page.js";
|
|
3
|
-
import {
|
|
4
|
-
import { ReadPdfOptions, WritePdfOptions } from "pdf-codec";
|
|
3
|
+
import { LayoutMetadata } from "document-schema.js";
|
|
4
|
+
import { LayoutDocument, ReadPdfOptions, WritePdfOptions } from "pdf-codec";
|
|
5
5
|
//#region src/edit/pdf/editor.d.ts
|
|
6
6
|
declare class PdfEditor {
|
|
7
7
|
private readonly doc;
|
package/dist/edit/pdf/editor.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { resolveMetadataTimestamps } from "../../model/metadata.js";
|
|
2
2
|
import { systemClock } from "../../ports/clock.js";
|
|
3
3
|
import { PdfPage, buildPage } from "./page.js";
|
|
4
|
-
import { LAYOUT_FORMAT_VERSION } from "
|
|
5
|
-
import { readPdf, writePdf } from "pdf-codec";
|
|
4
|
+
import { LAYOUT_FORMAT_VERSION, readPdf, writePdf } from "pdf-codec";
|
|
6
5
|
//#region src/edit/pdf/editor.ts
|
|
7
6
|
var PdfEditor = class {
|
|
8
7
|
doc;
|
package/dist/edit/pdf/item.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as wrapItem, S as buildTextItem, _ as buildImageItem, a as PdfItem, b as buildPathItem, c as PdfLinkInit, d as PdfPathItem, f as PdfRectInit, g as buildEllipseItem, h as PdfTextItem, i as PdfImageItem, l as PdfLinkItem, m as PdfTextInit, n as PdfEllipseItem, o as PdfLineInit, p as PdfRectItem, r as PdfImageInit, s as PdfLineItem, t as PdfEllipseInit, u as PdfPathInit, v as buildLineItem, x as buildRectItem, y as buildLinkItem } from "../../item-
|
|
1
|
+
import { C as wrapItem, S as buildTextItem, _ as buildImageItem, a as PdfItem, b as buildPathItem, c as PdfLinkInit, d as PdfPathItem, f as PdfRectInit, g as buildEllipseItem, h as PdfTextItem, i as PdfImageItem, l as PdfLinkItem, m as PdfTextInit, n as PdfEllipseItem, o as PdfLineInit, p as PdfRectItem, r as PdfImageInit, s as PdfLineItem, t as PdfEllipseInit, u as PdfPathInit, v as buildLineItem, x as buildRectItem, y as buildLinkItem } from "../../item-D9vQKT0T.cjs";
|
|
2
2
|
export { PdfEllipseInit, PdfEllipseItem, PdfImageInit, PdfImageItem, PdfItem, PdfLineInit, PdfLineItem, PdfLinkInit, PdfLinkItem, PdfPathInit, PdfPathItem, PdfRectInit, PdfRectItem, PdfTextInit, PdfTextItem, buildEllipseItem, buildImageItem, buildLineItem, buildLinkItem, buildPathItem, buildRectItem, buildTextItem, wrapItem };
|
package/dist/edit/pdf/item.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as wrapItem, S as buildTextItem, _ as buildImageItem, a as PdfItem, b as buildPathItem, c as PdfLinkInit, d as PdfPathItem, f as PdfRectInit, g as buildEllipseItem, h as PdfTextItem, i as PdfImageItem, l as PdfLinkItem, m as PdfTextInit, n as PdfEllipseItem, o as PdfLineInit, p as PdfRectItem, r as PdfImageInit, s as PdfLineItem, t as PdfEllipseInit, u as PdfPathInit, v as buildLineItem, x as buildRectItem, y as buildLinkItem } from "../../item-
|
|
1
|
+
import { C as wrapItem, S as buildTextItem, _ as buildImageItem, a as PdfItem, b as buildPathItem, c as PdfLinkInit, d as PdfPathItem, f as PdfRectInit, g as buildEllipseItem, h as PdfTextItem, i as PdfImageItem, l as PdfLinkItem, m as PdfTextInit, n as PdfEllipseItem, o as PdfLineInit, p as PdfRectItem, r as PdfImageInit, s as PdfLineItem, t as PdfEllipseInit, u as PdfPathInit, v as buildLineItem, x as buildRectItem, y as buildLinkItem } from "../../item-D9vQKT0T.js";
|
|
2
2
|
export { PdfEllipseInit, PdfEllipseItem, PdfImageInit, PdfImageItem, PdfItem, PdfLineInit, PdfLineItem, PdfLinkInit, PdfLinkItem, PdfPathInit, PdfPathItem, PdfRectInit, PdfRectItem, PdfTextInit, PdfTextItem, buildEllipseItem, buildImageItem, buildLineItem, buildLinkItem, buildPathItem, buildRectItem, buildTextItem, wrapItem };
|
package/dist/edit/pdf/page.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as PdfItem, c as PdfLinkInit, d as PdfPathItem, f as PdfRectInit, h as PdfTextItem, i as PdfImageItem, l as PdfLinkItem, m as PdfTextInit, n as PdfEllipseItem, o as PdfLineInit, p as PdfRectItem, r as PdfImageInit, s as PdfLineItem, t as PdfEllipseInit, u as PdfPathInit } from "../../item-
|
|
2
|
-
import { LayoutImageAsset, LayoutPage } from "
|
|
1
|
+
import { a as PdfItem, c as PdfLinkInit, d as PdfPathItem, f as PdfRectInit, h as PdfTextItem, i as PdfImageItem, l as PdfLinkItem, m as PdfTextInit, n as PdfEllipseItem, o as PdfLineInit, p as PdfRectItem, r as PdfImageInit, s as PdfLineItem, t as PdfEllipseInit, u as PdfPathInit } from "../../item-D9vQKT0T.cjs";
|
|
2
|
+
import { LayoutImageAsset, LayoutPage } from "pdf-codec";
|
|
3
3
|
//#region src/edit/pdf/page.d.ts
|
|
4
4
|
interface PageInit {
|
|
5
5
|
readonly widthPt?: number;
|
package/dist/edit/pdf/page.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as PdfItem, c as PdfLinkInit, d as PdfPathItem, f as PdfRectInit, h as PdfTextItem, i as PdfImageItem, l as PdfLinkItem, m as PdfTextInit, n as PdfEllipseItem, o as PdfLineInit, p as PdfRectItem, r as PdfImageInit, s as PdfLineItem, t as PdfEllipseInit, u as PdfPathInit } from "../../item-
|
|
2
|
-
import { LayoutImageAsset, LayoutPage } from "
|
|
1
|
+
import { a as PdfItem, c as PdfLinkInit, d as PdfPathItem, f as PdfRectInit, h as PdfTextItem, i as PdfImageItem, l as PdfLinkItem, m as PdfTextInit, n as PdfEllipseItem, o as PdfLineInit, p as PdfRectItem, r as PdfImageInit, s as PdfLineItem, t as PdfEllipseInit, u as PdfPathInit } from "../../item-D9vQKT0T.js";
|
|
2
|
+
import { LayoutImageAsset, LayoutPage } from "pdf-codec";
|
|
3
3
|
//#region src/edit/pdf/page.d.ts
|
|
4
4
|
interface PageInit {
|
|
5
5
|
readonly widthPt?: number;
|
package/dist/edit/pdf/util.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LayoutImageAsset } from "
|
|
1
|
+
import { LayoutImageAsset } from "pdf-codec";
|
|
2
2
|
//#region src/edit/pdf/util.d.ts
|
|
3
3
|
declare function spliceOut<T>(container: T[], node: T): void;
|
|
4
4
|
declare function registerImageBytes(bytes: Uint8Array<ArrayBuffer>, format: 'png' | 'jpeg', images: Record<string, LayoutImageAsset>): string;
|
package/dist/edit/pdf/util.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LayoutImageAsset } from "
|
|
1
|
+
import { LayoutImageAsset } from "pdf-codec";
|
|
2
2
|
//#region src/edit/pdf/util.d.ts
|
|
3
3
|
declare function spliceOut<T>(container: T[], node: T): void;
|
|
4
4
|
declare function registerImageBytes(bytes: Uint8Array<ArrayBuffer>, format: 'png' | 'jpeg', images: Record<string, LayoutImageAsset>): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FontSubstitution, ProvidedFont } from "document-schema.js";
|
|
2
|
-
import { Package } from "ooxml.js";
|
|
3
2
|
import { FontRegistry } from "pdf-codec";
|
|
3
|
+
import { Package } from "ooxml.js";
|
|
4
4
|
import { Package as Package$1 } from "odf.js";
|
|
5
5
|
//#region src/fonts/registry.d.ts
|
|
6
6
|
type FontSourcePackage = {
|
package/dist/fonts/registry.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Package } from "ooxml.js";
|
|
2
2
|
import { FontSubstitution, ProvidedFont } from "document-schema.js";
|
|
3
|
-
import { Package as Package$1 } from "odf.js";
|
|
4
3
|
import { FontRegistry } from "pdf-codec";
|
|
4
|
+
import { Package as Package$1 } from "odf.js";
|
|
5
5
|
//#region src/fonts/registry.d.ts
|
|
6
6
|
type FontSourcePackage = {
|
|
7
7
|
readonly kind: 'docx' | 'pptx';
|
package/dist/index.cjs
CHANGED
|
@@ -56,6 +56,7 @@ const require_fonts_registry = require("./fonts/registry.cjs");
|
|
|
56
56
|
const require_mathml_layout = require("./mathml/layout.cjs");
|
|
57
57
|
const require_omml_read = require("./omml/read.cjs");
|
|
58
58
|
const require_latex_diagnostics = require("./latex/diagnostics.cjs");
|
|
59
|
+
const require_convert_flatten = require("./convert/flatten.cjs");
|
|
59
60
|
const require_latex_lint = require("./latex/lint.cjs");
|
|
60
61
|
const require_ooxml_docx_read = require("./ooxml/docx/read.cjs");
|
|
61
62
|
const require_ooxml_docx_extras = require("./ooxml/docx/extras.cjs");
|
|
@@ -95,6 +96,8 @@ const require_firebird_data = require("./firebird/data.cjs");
|
|
|
95
96
|
const require_firebird_backup = require("./firebird/backup.cjs");
|
|
96
97
|
const require_odb_read = require("./odb/read.cjs");
|
|
97
98
|
const require_odb_spreadsheet = require("./odb/spreadsheet.cjs");
|
|
99
|
+
const require_convert_decompose = require("./convert/decompose.cjs");
|
|
100
|
+
const require_convert_factor_styles = require("./convert/factor-styles.cjs");
|
|
98
101
|
const require_convert_port = require("./convert/port.cjs");
|
|
99
102
|
const require_convert_composition = require("./convert/composition.cjs");
|
|
100
103
|
const require_convert_convert = require("./convert/convert.cjs");
|
|
@@ -119,8 +122,8 @@ const require_metadata_read = require("./metadata/read.cjs");
|
|
|
119
122
|
const require_metadata_write = require("./metadata/write.cjs");
|
|
120
123
|
let ooxml_js = require("ooxml.js");
|
|
121
124
|
let document_schema_js = require("document-schema.js");
|
|
122
|
-
let odf_js = require("odf.js");
|
|
123
125
|
let pdf_codec = require("pdf-codec");
|
|
126
|
+
let odf_js = require("odf.js");
|
|
124
127
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
125
128
|
enumerable: true,
|
|
126
129
|
get: function() {
|
|
@@ -139,12 +142,6 @@ Object.defineProperty(exports, "COLOR_BLACK", {
|
|
|
139
142
|
return document_schema_js.COLOR_BLACK;
|
|
140
143
|
}
|
|
141
144
|
});
|
|
142
|
-
Object.defineProperty(exports, "CONTENT_FORMAT_VERSION", {
|
|
143
|
-
enumerable: true,
|
|
144
|
-
get: function() {
|
|
145
|
-
return document_schema_js.CONTENT_FORMAT_VERSION;
|
|
146
|
-
}
|
|
147
|
-
});
|
|
148
145
|
Object.defineProperty(exports, "CommentSchema", {
|
|
149
146
|
enumerable: true,
|
|
150
147
|
get: function() {
|
|
@@ -388,13 +385,13 @@ exports.LATEX_DIAGNOSTIC_CODES = require_latex_diagnostics.LATEX_DIAGNOSTIC_CODE
|
|
|
388
385
|
Object.defineProperty(exports, "LAYOUT_FORMAT_VERSION", {
|
|
389
386
|
enumerable: true,
|
|
390
387
|
get: function() {
|
|
391
|
-
return
|
|
388
|
+
return pdf_codec.LAYOUT_FORMAT_VERSION;
|
|
392
389
|
}
|
|
393
390
|
});
|
|
394
391
|
Object.defineProperty(exports, "LayoutDocumentSchema", {
|
|
395
392
|
enumerable: true,
|
|
396
393
|
get: function() {
|
|
397
|
-
return
|
|
394
|
+
return pdf_codec.LayoutDocumentSchema;
|
|
398
395
|
}
|
|
399
396
|
});
|
|
400
397
|
exports.MATH_LINT_CODES = require_latex_diagnostics.MATH_LINT_CODES;
|
|
@@ -591,6 +588,7 @@ Object.defineProperty(exports, "XmlTextSchema", {
|
|
|
591
588
|
}
|
|
592
589
|
});
|
|
593
590
|
exports.applyMathVariant = require_mathml_variant.applyMathVariant;
|
|
591
|
+
exports.assemblePackage = require_convert_factor_styles.assemblePackage;
|
|
594
592
|
Object.defineProperty(exports, "attr", {
|
|
595
593
|
enumerable: true,
|
|
596
594
|
get: function() {
|
|
@@ -741,6 +739,7 @@ Object.defineProperty(exports, "decodePackage", {
|
|
|
741
739
|
}
|
|
742
740
|
});
|
|
743
741
|
exports.decodeSvgText = require_svg_text.decodeSvgText;
|
|
742
|
+
exports.decompose = require_convert_decompose.decompose;
|
|
744
743
|
exports.deobfuscateEmbeddedFont = require_fonts_obfuscation.deobfuscateEmbeddedFont;
|
|
745
744
|
exports.deriveFontKey = require_fonts_obfuscation.deriveFontKey;
|
|
746
745
|
Object.defineProperty(exports, "describeFontFace", {
|
|
@@ -804,8 +803,10 @@ exports.extractOdfEmbeddedFonts = require_fonts_odf.extractOdfEmbeddedFonts;
|
|
|
804
803
|
exports.extractOoxmlEmbeddedFonts = require_fonts_ooxml.extractOoxmlEmbeddedFonts;
|
|
805
804
|
exports.extractSourceFonts = require_fonts_registry.extractSourceFonts;
|
|
806
805
|
exports.extractSourceFontsForFormat = require_convert_document_fonts.extractSourceFontsForFormat;
|
|
806
|
+
exports.factorStyles = require_convert_factor_styles.factorStyles;
|
|
807
807
|
exports.firstChildByLocalName = require_mathml_nodes.firstChildByLocalName;
|
|
808
808
|
exports.fixedClock = require_ports_clock.fixedClock;
|
|
809
|
+
exports.flattenPackage = require_convert_flatten.flattenPackage;
|
|
809
810
|
exports.flipY = require_model_geometry.flipY;
|
|
810
811
|
exports.formulaDocument = require_model_formula.formulaDocument;
|
|
811
812
|
exports.formulaOfBlock = require_model_formula.formulaOfBlock;
|
|
@@ -841,12 +842,6 @@ Object.defineProperty(exports, "isXmlNode", {
|
|
|
841
842
|
});
|
|
842
843
|
exports.latexToFormula = require_latex_lower.latexToFormula;
|
|
843
844
|
exports.layoutDocumentFromPackage = require_convert_from_package.layoutDocumentFromPackage;
|
|
844
|
-
Object.defineProperty(exports, "layoutDocumentWithSchema", {
|
|
845
|
-
enumerable: true,
|
|
846
|
-
get: function() {
|
|
847
|
-
return document_schema_js.layoutDocumentWithSchema;
|
|
848
|
-
}
|
|
849
|
-
});
|
|
850
845
|
exports.layoutFormula = require_mathml_layout.layoutFormula;
|
|
851
846
|
exports.lintMathCoherence = require_latex_lint.lintMathCoherence;
|
|
852
847
|
Object.defineProperty(exports, "loadMathFont", {
|
package/dist/index.d.cts
CHANGED
|
@@ -9,7 +9,10 @@ import { CompositionHop, ConversionPlan, UnifiedConversionOptions, convertDocume
|
|
|
9
9
|
import { HsqldbDecodeOptions, HsqldbRowFormatError } from "./hsqldb/rowformat.cjs";
|
|
10
10
|
import { DocumentFontRegistryOptions, FontSourcePackage, createDocumentFontRegistry, extractSourceFonts } from "./fonts/registry.cjs";
|
|
11
11
|
import { CsvReadOptions, CsvWriteOptions, DocumentBridgeOptions, DocumentToPdfOptions, OdbConversionOptions, OdbReportToDocxOptions, OdbReportToOdtOptions, OdbToCsvOptions, OdmToPdfOptions, OdmUnresolvedSectionError, PdfToDocumentOptions, SvgReadOptions, SvgWriteOptions, csvToMarkdown, csvToOds, csvToPdf, csvToXlsx, docxToMarkdown, docxToOdt, docxToPdf, docxToPptx, markdownToCsv, markdownToDocx, markdownToOdt, markdownToPdf, markdownToXlsx, odbReportToDocx, odbReportToOdt, odbReportToPdf, odbToCsv, odbToXlsx, odfToPdf, odgToPdf, odgToSvg, odmToPdf, odpToOdt, odpToPdf, odpToPptx, odsToCsv, odsToPdf, odsToXlsx, odtToDocx, odtToMarkdown, odtToOdp, odtToPdf, pdfToCsv, pdfToDocx, pdfToMarkdown, pdfToOdg, pdfToOdp, pdfToOds, pdfToOdt, pdfToPptx, pdfToSvg, pdfToXlsx, pptxToDocx, pptxToOdp, pptxToPdf, svgToOdg, svgToPdf, xlsxToCsv, xlsxToMarkdown, xlsxToOds, xlsxToPdf } from "./convert/convert.cjs";
|
|
12
|
+
import { PackageChildren, decompose } from "./convert/decompose.cjs";
|
|
12
13
|
import { UnsupportedFontSourceFormatError, extractSourceFontsForFormat } from "./convert/document-fonts.cjs";
|
|
14
|
+
import { assemblePackage, factorStyles } from "./convert/factor-styles.cjs";
|
|
15
|
+
import { flattenPackage } from "./convert/flatten.cjs";
|
|
13
16
|
import { buildDocumentBytes, layoutDocumentFromPackage } from "./convert/from-package.cjs";
|
|
14
17
|
import { createLocalDocumentConverter } from "./convert/local.cjs";
|
|
15
18
|
import { ReadCsvContentOptions, readCsvContent } from "./csv/read.cjs";
|
|
@@ -51,7 +54,7 @@ import { CreateEmptyOdsPackageOptions } from "./edit/ods/scaffold.cjs";
|
|
|
51
54
|
import { BuildOdtPackageOptions, buildOdtPackage } from "./edit/odt/content.cjs";
|
|
52
55
|
import { CreateOdtOptions, OdtBody, OdtEditor, createOdt, openOdt } from "./edit/odt/editor.cjs";
|
|
53
56
|
import { CreateEmptyOdtPackageOptions } from "./edit/odt/scaffold.cjs";
|
|
54
|
-
import { a as PdfItem, c as PdfLinkInit, d as PdfPathItem, f as PdfRectInit, h as PdfTextItem, i as PdfImageItem, l as PdfLinkItem, m as PdfTextInit, n as PdfEllipseItem, o as PdfLineInit, p as PdfRectItem, r as PdfImageInit, s as PdfLineItem, t as PdfEllipseInit, u as PdfPathInit } from "./item-
|
|
57
|
+
import { a as PdfItem, c as PdfLinkInit, d as PdfPathItem, f as PdfRectInit, h as PdfTextItem, i as PdfImageItem, l as PdfLinkItem, m as PdfTextInit, n as PdfEllipseItem, o as PdfLineInit, p as PdfRectItem, r as PdfImageInit, s as PdfLineItem, t as PdfEllipseInit, u as PdfPathInit } from "./item-D9vQKT0T.cjs";
|
|
55
58
|
import { PageInit, PdfPage } from "./edit/pdf/page.cjs";
|
|
56
59
|
import { CreatePdfOptions, PdfEditor, createPdf, openPdf } from "./edit/pdf/editor.cjs";
|
|
57
60
|
import { BuildPptxPackageOptions, buildPptxPackage } from "./edit/pptx/content.cjs";
|
|
@@ -124,8 +127,8 @@ import { UnsupportedPackageFormatError, decodeDocumentPackage, decodeOdbPackage,
|
|
|
124
127
|
import { ReadDocumentMetadataOptions, readDocumentMetadata } from "./metadata/read.cjs";
|
|
125
128
|
import { MetadataOverrides, SetDocumentMetadataOptions, setDocumentMetadata } from "./metadata/write.cjs";
|
|
126
129
|
import { throwIfAborted } from "./ports/abort.cjs";
|
|
127
|
-
import { Alignment, Box, COLOR_BLACK,
|
|
130
|
+
import { Alignment, Box, COLOR_BLACK, CellPosition, CellRange, Color as LayoutColor, ContentBlock, ContentBlockSchema, ContentCellValue, ContentCellValueSchema, ContentDocument, ContentDocumentJson, ContentDocumentSchema, ContentDrawPage, ContentDrawPageSchema, ContentImageBlock, ContentImageBlockSchema, ContentListMembership, ContentPageBreak, ContentPageBreakSchema, ContentParagraph, ContentParagraphSchema, ContentPathPoint, ContentPathPointSchema, ContentPathSegment, ContentPathSegmentSchema, ContentRun, ContentRunSchema, ContentSection, ContentSectionSchema, ContentShape, ContentShapeSchema, ContentSheet, ContentSheetCell, ContentSheetCellSchema, ContentSheetColumn, ContentSheetColumnSchema, ContentSheetImage, ContentSheetPrintRange, ContentSheetPrintRangeSchema, ContentSheetPrintSettings, ContentSheetPrintSettingsSchema, ContentSheetRepeatRange, ContentSheetRepeatRangeSchema, ContentSheetRow, ContentSheetRowSchema, ContentSheetSchema, ContentSlide, ContentSlideSchema, ContentStroke, ContentStrokeSchema, ContentSubpath, ContentSubpathSchema, ContentTable, ContentTableCell, ContentTableCellSchema, ContentTableRow, ContentTableRowSchema, ContentTableSchema, ContentVector, ContentVectorSchema, DEFAULT_LAYOUT_FONT, DocumentJsonResult, DocumentPackage, DocumentPackageJson, DocumentPackageSchema, DocumentSchemaKind, FontFace, LayoutFont, LayoutMetadata, Margins, MathAssembledGlyphs, MathBox, MathColor, MathFontMetrics, MathGlyphMetrics, MathGlyphPlacement, MathGlyphRun, MathLayoutItem, MathRule, MathStretchAxis, MathStretchGlyph, MathStretchResult, MathStroke, PAGE_SIZE_A4, PAGE_SIZE_LETTER, PageSize, PositionedFormula, SLIDE_SIZE_STANDARD, SLIDE_SIZE_WIDESCREEN, UnrecognizedDocumentSchemaError, cellReference, columnIndexToLetters, columnLettersToIndex, contentDocumentWithSchema, documentFromJson, documentPackageWithSchema, documentSchemaKindOf, isContentBlock, parseCellReference, parseRangeReference, rangeReference, rgbHexToColor, schemaUriFor } from "document-schema.js";
|
|
131
|
+
import { FontFaceParseError, FontRegistry, FontRegistryOptions, FontSubstitution, LAYOUT_FORMAT_VERSION, LayoutDocument, LayoutDocumentSchema, LayoutEllipse, LayoutImage, LayoutImageAsset, LayoutItem, LayoutLine, LayoutLink, LayoutPage, LayoutPath, LayoutPathSegment, LayoutRect, LayoutSubpath, LayoutText, LoadedMathFont, MathFont, MathFontDescriptorMetrics, NOOP_DIAGNOSTIC_SINK, PdfDiagnostic, PdfDiagnosticSeverity, PdfDiagnosticSink, PdfEncryptedError, PdfParseError, ProvidedFont, ReadPdfOptions, ResolvedFace, WinAnsiSubstitution, WritePdfOptions, createFontMeasurer, createFontRegistry, createStandardFontMeasurer, loadMathFont, pdfCodec, readFontFace as describeFontFace, readPdf, writePdf } from "pdf-codec";
|
|
128
132
|
import { Attribute, AttributeSchema, BinaryPart, BinaryPartSchema, Comment, CommentSchema, CompactAttrPairs, CompactPackage, CompactPackageSchema, CompactPart, CompactPartSchema, CompactXmlNode, CompactXmlNodeSchema, DefinedName, DefinedNameSchema, Footnote, FootnoteSchema, NumberingDefinition, NumberingDefinitionSchema, NumberingDefinitions, NumberingLevel, NumberingLevelSchema, Package, PackageSchema, Part, PartSchema, Relationship, XmlCdata, XmlCdataSchema, XmlComment, XmlCommentSchema, XmlDeclaration, XmlDeclarationSchema, XmlElement, XmlElementSchema, XmlNode, XmlNodeSchema, XmlPart, XmlPartSchema, XmlPi, XmlPiSchema, XmlText, XmlTextSchema, attr, base64ToBytes, buildXlsxPackage, buildXml, bytesToBase64, childrenWithTag, compactCodec, compactPackageCodec, decodeCompactPackage, decodeEntities, decodePackage, elementsWithTag, encodeCompactPackage, encodePackage, fromCompact, isCompactXmlNode, isXmlNode, packageCodec, parsePackage, parseXml, readXlsxContent, resolveRelationships, rootElement, serializePackage, textContent as textContent$1, toCompact, unzipPackage, walk, xmlCodec, zipPackage } from "ooxml.js";
|
|
129
|
-
import { FontFaceParseError, FontRegistry, FontRegistryOptions, FontSubstitution, LoadedMathFont, MathFont, MathFontDescriptorMetrics, NOOP_DIAGNOSTIC_SINK, PdfDiagnostic, PdfDiagnosticSeverity, PdfDiagnosticSink, PdfEncryptedError, PdfParseError, ProvidedFont, ReadPdfOptions, ResolvedFace, WinAnsiSubstitution, WritePdfOptions, createFontMeasurer, createFontRegistry, createStandardFontMeasurer, loadMathFont, pdfCodec, readFontFace as describeFontFace, readPdf, writePdf } from "pdf-codec";
|
|
130
133
|
import { OdbComponentInfo, OdbConnectionInfo, OdbForm, OdbFormControl, OdbFormDefinition, OdbInventory, OdbQueryInfo, OdbReport, OdbReportBand, OdbReportElement, OdbReportFunction, OdbReportGroup, readOdbForm, readOdbInventory, readOdbReport, resolveOdbComponent } from "odf.js";
|
|
131
|
-
export { type Alignment, type Attribute, AttributeSchema, type BinaryPart, BinaryPartSchema, type Box, type BuildCsvTextOptions, type BuildDocxPackageOptions, type BuildOdgPackageOptions, type BuildOdpPackageOptions, type BuildOdsPackageOptions, type BuildOdtPackageOptions, type BuildPptxPackageOptions, type BuildSvgTextOptions, COLOR_BLACK, CONTENT_FORMAT_VERSION, type CellPosition, type CellRange, type CellTypeDeclineReason, type CellTypeInference, type CellTypeInferenceResult, type CellTypeInferenceSink, type CellTypeRule, type ClockPort, type Comment, CommentSchema, type CompactAttrPairs, type CompactPackage, CompactPackageSchema, type CompactPart, CompactPartSchema, type CompactXmlNode, CompactXmlNodeSchema, type CompositionHop, type ContentBlock, ContentBlockSchema, type ContentCellValue, ContentCellValueSchema, type ContentDocument, type ContentDocumentJson, ContentDocumentSchema, type ContentDrawPage, ContentDrawPageSchema, type ContentImageBlock, ContentImageBlockSchema, type ContentListMembership, type ContentPageBreak, ContentPageBreakSchema, type ContentParagraph, ContentParagraphSchema, type ContentPathPoint, ContentPathPointSchema, type ContentPathSegment, ContentPathSegmentSchema, type ContentRun, ContentRunSchema, type ContentSection, ContentSectionSchema, type ContentShape, ContentShapeSchema, type ContentSheet, type ContentSheetCell, ContentSheetCellSchema, type ContentSheetColumn, ContentSheetColumnSchema, type ContentSheetImage, type ContentSheetPrintRange, ContentSheetPrintRangeSchema, type ContentSheetPrintSettings, ContentSheetPrintSettingsSchema, type ContentSheetRepeatRange, ContentSheetRepeatRangeSchema, type ContentSheetRow, ContentSheetRowSchema, ContentSheetSchema, type ContentSlide, ContentSlideSchema, type ContentStroke, ContentStrokeSchema, type ContentSubpath, ContentSubpathSchema, type ContentTable, type ContentTableCell, ContentTableCellSchema, type ContentTableRow, ContentTableRowSchema, ContentTableSchema, type ContentVector, ContentVectorSchema, type ConversionOptions, type ConversionPlan, type ConversionRequest, type ConversionResult, type CreateDocxOptions, type CreateEmptyDocxPackageOptions, type CreateEmptyOdgPackageOptions, type CreateEmptyOdpPackageOptions, type CreateEmptyOdsPackageOptions, type CreateEmptyOdtPackageOptions, type CreateEmptyPptxPackageOptions, type CreateMarkdownEditorOptions, type CreateOdgOptions, type CreateOdpOptions, type CreateOdsOptions, type CreateOdtOptions, type CreatePdfOptions, type CreatePptxOptions, CsvBytesSchema, CsvInvalidUtf8Error, CsvParseError, type CsvReadOptions, CsvSheetNotFoundError, CsvSheetNotSpecifiedError, CsvUnsupportedDocumentKindError, type CsvWriteOptions, DEFAULT_LAYOUT_FONT, DOCUMENT_FORMATS, type DefinedName, DefinedNameSchema, type Diagnostic, type DocumentBridgeOptions, type DocumentConverter, type DocumentFontRegistryOptions, type DocumentFormat, DocumentFormatSchema, type DocumentJsonResult, type DocumentPackage, type DocumentPackageJson, DocumentPackageSchema, type DocumentPayload, type DocumentSchemaKind, type DocumentToPdfOptions, type DocxBody, DocxBytesSchema, DocxEditor, type DocxExtras, DocxParagraph, DocxRun, DocxTable, DocxTableCell, DocxTableRow, type DocxVerticalMerge, type DrawingLayoutOptions, type DrawingLayoutResult, type DrawingParagraphInit, type DrawingRunInit, type EngineLayoutOptions, SUPPORTED_BACKUP_FORMAT_VERSION as FIREBIRD_SUPPORTED_BACKUP_FORMAT_VERSION, FirebirdBackupFormatError, FirebirdBackupParseError, type FirebirdBackupSummary, FirebirdCompositeRecordUnsupportedError, FirebirdDataParseError, FirebirdSchemaParseError, FirebirdUnsupportedFieldTypeError, FontDeobfuscationError, type FontFace, FontFaceParseError, type FontRegistry, type FontRegistryOptions, type FontSourcePackage, type FontSubstitution, type Footnote, FootnoteSchema, type GridLattice, type HsqldbBinaryScript, HsqldbBinaryScriptParseError, type HsqldbColumn, type HsqldbDecodeOptions, HsqldbRowFormatError, HsqldbScriptParseError, HsqldbSqlEvaluationError, HsqldbSqlParseError, HsqldbSqlUnsupportedError, type HsqldbTable, LATEX_DIAGNOSTIC_CODES, LAYOUT_FORMAT_VERSION, type LatexDiagnostic, type LatexDiagnosticCode, type LatexDiagnosticSink, type LatexFormulaOptions, type LatexFormulaResult, type LatexLoweringResult, type LayoutColor, type LayoutDocument, type LayoutDocumentJson, LayoutDocumentSchema, type LayoutEllipse, type LayoutFont, type LayoutFormulaOptions, type LayoutImage, type LayoutImageAsset, type LayoutItem, type LayoutLine, type LayoutLink, type LayoutMetadata, type LayoutPage, type LayoutPath, type LayoutPathSegment, type LayoutRect, type LayoutSubpath, type LayoutText, type LoadedMathFont, type LowerLatexOptions, MATH_LINT_CODES, type Margins, type MarkdownBody, MarkdownBytesSchema, MarkdownEditor, MarkdownList, type MarkdownListInit, type MarkdownMathLoweringOptions, MarkdownParagraph, type ParagraphInit as MarkdownParagraphInit, type MarkdownRenderDiagnostic, type MarkdownRenderDiagnosticCode, MarkdownRenderDiagnosticCodes, type MarkdownRenderDiagnosticSeverity, type MarkdownRenderDiagnosticSink, MarkdownRun, type RunInit as MarkdownRunInit, MarkdownTable, MarkdownTableCell, type TableInit as MarkdownTableInit, MarkdownTableRow, type MathAssembledGlyphs, type MathBox, type MathColor, type MathDiagnostic, type MathDiagnosticKind, type MathFont, type MathFontDescriptorMetrics, type MathFontMetrics, type MathGlyphMetrics, type MathGlyphPlacement, type MathGlyphRun, type MathLayoutItem, type MathLayoutResult, type MathLintCode, type MathLintDiagnostic, type MathMlAttribute, type MathMlElement, type MathMlNode, type MathMlText, type MathRule, type MathStretchAxis, type MathStretchGlyph, type MathStretchResult, type MathStroke, type MathVariant, type MetadataOverrides, NOOP_DIAGNOSTIC_SINK, type NumberingDefinition, NumberingDefinitionSchema, type NumberingDefinitions, type NumberingLevel, NumberingLevelSchema, type OdbComponentInfo, type OdbConnectionInfo, type OdbConversionOptions, type OdbForm, type OdbFormControl, type OdbFormDefinition, type OdbInventory, OdbNoEmbeddedDataSourceError, type OdbQueryInfo, type OdbReport, type OdbReportBand, type OdbReportContentOptions, OdbReportDataSourceError, type OdbReportElement, type OdbReportFunction, type OdbReportGroup, OdbReportNotSpecifiedError, type OdbReportToDocxOptions, type OdbReportToOdtOptions, OdbTableNotFoundError, OdbTableNotSpecifiedError, type OdbToCsvOptions, type OdbUnsupportedFormat, OdbUnsupportedFormatError, OdfEmbeddedFontError, OdgBoxVector, type BoxVectorInit as OdgBoxVectorInit, OdgBytesSchema, OdgEditor, OdgLineVector, type LineVectorInit as OdgLineVectorInit, OdgPage, type PageImageInit as OdgPageImageInit, OdgPathVector, type PathVectorInit as OdgPathVectorInit, type TextBoxInit as OdgTextBoxInit, type OdgVector, type OdgVectorKind, type OdmToPdfOptions, OdmUnresolvedSectionError, OdpBytesSchema, OdpEditor, OdpShape, OdpSlide, type SlideImageInit as OdpSlideImageInit, type SlideTableInit as OdpSlideTableInit, type TextBoxInit$1 as OdpTextBoxInit, OdsBytesSchema, OdsCell, OdsEditor, OdsSheet, type OdtBody, OdtBytesSchema, OdtEditor, OdtList, OdtListItem, OdtParagraph, type ParagraphInit$1 as OdtParagraphInit, OdtRun, type RunInit$1 as OdtRunInit, OdtTable, OdtTableCell, type TableInit$1 as OdtTableInit, OdtTableRow, type OmmlDiagnostic, type OmmlDiagnosticKind, type OmmlReadResult, type OmmlWriteResult, OoxmlEmbeddedFontError, type OperatorProperties, PAGE_SIZE_A4, PAGE_SIZE_LETTER, type Package, PackageSchema, type PageInit, type PageSize, type Part, PartSchema, PdfBytesSchema, type PdfDiagnostic, type PdfDiagnosticSeverity, type PdfDiagnosticSink, PdfEditor, type PdfEllipseInit, PdfEllipseItem, PdfEncryptedError, type PdfImageInit, PdfImageItem, type PdfItem, type PdfLineInit, PdfLineItem, type PdfLinkInit, PdfLinkItem, PdfPage, PdfParseError, type PdfPathInit, PdfPathItem, type PdfRectInit, PdfRectItem, type PdfTextInit, PdfTextItem, type PdfToDocumentOptions, type PositionedFormula, PptxBytesSchema, PptxEditor, PptxShape, PptxSlide, PptxTable, PptxTableCell, type PptxTableInit, PptxTableRow, type PresentationLayoutResult, type ProvidedFont, type ReadCsvContentOptions, type ReadDocumentMetadataOptions, type ReadDocxContentOptions, type ReadFirebirdBackupResult, type ReadPdfOptions, type ReadSvgContentOptions, type ReconstructOptions, type Relationship, type RenderMarkdownOptions, type ResolvedFace, type RptAggregateFunction, type RptBandDefinition, type RptBandInstance, type RptBandKind, type RptFormula, RptFormulaEvaluationError, RptFormulaParseError, RptFormulaUnsupportedError, type RptGroupDefinition, type RptNamedFunctionDefinition, type RptReference, type RptReportDefinition, type RptReportRun, RptReportStructureError, type RptScope, SLIDE_SIZE_STANDARD, SLIDE_SIZE_WIDESCREEN, SVG_DIAGNOSTIC_CODES, type SetDocumentMetadataOptions, type SheetsLayoutOptions, type SlideImageInit$1 as SlideImageInit, type SlideTableInit$1 as SlideTableInit, type SlidesLayoutOptions, type SpreadsheetLayoutResult, type SqlAggregateArgument, type SqlAggregateFunction, type SqlColumnRef, type SqlComparisonOperator, type SqlLiteral, type SqlNameRef, type SqlOperand, type SqlOrderByTerm, type SqlPredicate, type SqlPunctuation, type SqlResultSet, type SqlSelectItem, type SqlSelectStatement, type SqlSortDirection, type SqlToken, SvgBytesSchema, type SvgDiagnostic, type SvgDiagnosticCode, type SvgDiagnosticSink, SvgInvalidUtf8Error, SvgMissingRootElementError, SvgMultiPageNotSpecifiedError, SvgPageNotFoundError, type SvgReadOptions, SvgUnsupportedDocumentKindError, type SvgWriteOptions, type TextBoxInit$2 as TextBoxInit, type UnifiedConversionOptions, UnrecognizedDocumentSchemaError, UnsupportedFontSourceFormatError, UnsupportedPackageFormatError, type WinAnsiSubstitution, type WordprocessingLayoutResult, type WritePdfOptions, XlsxBytesSchema, type XmlCdata, XmlCdataSchema, type XmlComment, XmlCommentSchema, type XmlDeclaration, XmlDeclarationSchema, type XmlElement, XmlElementSchema, type XmlNode, XmlNodeSchema, type XmlPart, XmlPartSchema, type XmlPi, XmlPiSchema, type XmlText, XmlTextSchema, applyMathVariant, attr, base64ToBytes, buildCsvText, buildDocumentBytes, buildDocxPackage, buildDrawingBlock, buildFormulaBlock, buildMarkdownText, buildOdgPackage, buildOdpPackage, buildOdsPackage, buildOdtPackage, buildOfficeMath, buildOfficeMathParagraph, buildPptxPackage, buildSvgText, buildXlsxPackage, buildXml, bytesToBase64, cellReference, childrenWithTag, collectOfficeMathElements, columnIndexToLetters, columnLettersToIndex, compactCodec, compactPackageCodec, contentDocumentWithSchema, convertDocument, convertDrawingToLayout, convertPresentationToLayout, convertSpreadsheetToLayout, convertWordprocessingToLayout, createDocumentFontRegistry, createDocx, createFontMeasurer, createFontRegistry, createLocalDocumentConverter, createMarkdownEditor, createOdg, createOdp, createOds, createOdt, createPdf, createPptx, createStandardFontMeasurer, csvMarkdownCodec, csvPdfCodec, csvToMarkdown, csvToOds, csvToPdf, csvToXlsx, decodeCompactPackage, decodeCsvText, decodeDocumentPackage, decodeEntities, decodeHsqldbCachedTables, decodeMarkdownText, decodeOdbPackage, decodePackage, decodeSvgText, deobfuscateEmbeddedFont, deriveFontKey, describeFontFace, detectGridLattice, documentFromJson, documentPackageWithSchema, documentSchemaKindOf, docxPdfCodec, docxToMarkdown, docxToOdt, docxToPdf, docxToPptx, drawingOfBlock, elementChildren, elementLocalName, elementsWithTag, encodeCompactPackage, encodeCsvText, encodeDocumentPackage, encodeMarkdownText, encodePackage, encodeSvgText, evaluateRptBandOutsideData, evaluateSelect, extractOdfEmbeddedFonts, extractOoxmlEmbeddedFonts, extractSourceFonts, extractSourceFontsForFormat, firstChildByLocalName, fixedClock, flipY, formulaDocument, formulaOfBlock, formulaPlaceholderText, fromCompact, displayTextFor as hsqldbCellDisplayText, inferCellValue, inflateHsqldbCompressedScript, isCompactXmlNode, isContentBlock, isMathMlElement, isMathVariant, isXmlNode, latexToFormula, layoutDocumentFromPackage, layoutDocumentWithSchema, layoutFormula, lintMathCoherence, loadMathFont, localName, looksLikeSfnt, lowerLatex, lowerMarkdownMath, mapMathVariant, markdownDocxCodec, markdownOdtCodec, markdownPdfCodec, markdownToCsv, markdownToDocx, markdownToOdt, markdownToPdf, markdownToXlsx, textContent as mathMlTextContent, odbReportCommandSql, odbReportGroupChain, odbReportToDocx, odbReportToOdt, odbReportToPdf, odbTablesToSpreadsheetDocument, odbToCsv, odbToXlsx, odfToPdf, odgPdfCodec, odgSvgCodec, odgToPdf, odgToSvg, odmToPdf, odpPdfCodec, odpPptxCodec, odpToOdt, odpToPdf, odpToPptx, odsCsvCodec, odsPdfCodec, odsToCsv, odsToPdf, odsToXlsx, odsXlsxCodec, odtDocxCodec, odtPdfCodec, odtToDocx, odtToMarkdown, odtToOdp, odtToPdf, openDocx, openMarkdown, openOdg, openOdp, openOds, openOdt, openPdf, openPptx, operatorProperties, packageCodec, parseCellReference, parseHsqldbBinaryScript, parseHsqldbScript, parsePackage, parseRangeReference, parseRptFormula, parseSelect, parseXml, pdfCodec, pdfToCsv, pdfToDocx, pdfToMarkdown, pdfToOdg, pdfToOdp, pdfToOds, pdfToOdt, pdfToPptx, pdfToSvg, pdfToXlsx, pptxPdfCodec, pptxToDocx, pptxToOdp, pptxToPdf, rangeReference, readCsvContent, readDocumentMetadata, readDocxContent, readDocxExtras, readFirebirdBackup, readMarkdownContent, readOdbForm, readOdbForms, readOdbInventory, readOdbReport, readOdbReportContent, readOdbReports, readOdbTables, readOdfEmbeddedFormula, readOdfFormulaContent, readOdgContent, readOdpContent, readOdsContent, readOdtContent, readOfficeMath, readPdf, readPptxContent, readSvgContent, readXlsxContent, reconstructDrawing, reconstructPresentation, reconstructSpreadsheet, reconstructWordprocessing, renderContentDocumentToMarkdown, renderOdbReportContent, resolveCompositionPlan, resolveMetadataTimestamps, resolveOdbComponent, resolveOdbReportRows, resolveRelationships, rgbHexToColor, rootElement, rptBandDefinition, rptDefinitionFromReport, runRptReport, schemaUriFor, serializePackage, setDocumentMetadata, svgPdfCodec, svgToOdg, svgToPdf, systemClock, textContent$1 as textContent, throwIfAborted, toCompact, tokenizeSql, unzipPackage, walk, writePdf, xlsxCsvCodec, xlsxMarkdownCodec, xlsxPdfCodec, xlsxToCsv, xlsxToMarkdown, xlsxToOds, xlsxToPdf, xmlCodec, zipPackage };
|
|
134
|
+
export { type Alignment, type Attribute, AttributeSchema, type BinaryPart, BinaryPartSchema, type Box, type BuildCsvTextOptions, type BuildDocxPackageOptions, type BuildOdgPackageOptions, type BuildOdpPackageOptions, type BuildOdsPackageOptions, type BuildOdtPackageOptions, type BuildPptxPackageOptions, type BuildSvgTextOptions, COLOR_BLACK, type CellPosition, type CellRange, type CellTypeDeclineReason, type CellTypeInference, type CellTypeInferenceResult, type CellTypeInferenceSink, type CellTypeRule, type ClockPort, type Comment, CommentSchema, type CompactAttrPairs, type CompactPackage, CompactPackageSchema, type CompactPart, CompactPartSchema, type CompactXmlNode, CompactXmlNodeSchema, type CompositionHop, type ContentBlock, ContentBlockSchema, type ContentCellValue, ContentCellValueSchema, type ContentDocument, type ContentDocumentJson, ContentDocumentSchema, type ContentDrawPage, ContentDrawPageSchema, type ContentImageBlock, ContentImageBlockSchema, type ContentListMembership, type ContentPageBreak, ContentPageBreakSchema, type ContentParagraph, ContentParagraphSchema, type ContentPathPoint, ContentPathPointSchema, type ContentPathSegment, ContentPathSegmentSchema, type ContentRun, ContentRunSchema, type ContentSection, ContentSectionSchema, type ContentShape, ContentShapeSchema, type ContentSheet, type ContentSheetCell, ContentSheetCellSchema, type ContentSheetColumn, ContentSheetColumnSchema, type ContentSheetImage, type ContentSheetPrintRange, ContentSheetPrintRangeSchema, type ContentSheetPrintSettings, ContentSheetPrintSettingsSchema, type ContentSheetRepeatRange, ContentSheetRepeatRangeSchema, type ContentSheetRow, ContentSheetRowSchema, ContentSheetSchema, type ContentSlide, ContentSlideSchema, type ContentStroke, ContentStrokeSchema, type ContentSubpath, ContentSubpathSchema, type ContentTable, type ContentTableCell, ContentTableCellSchema, type ContentTableRow, ContentTableRowSchema, ContentTableSchema, type ContentVector, ContentVectorSchema, type ConversionOptions, type ConversionPlan, type ConversionRequest, type ConversionResult, type CreateDocxOptions, type CreateEmptyDocxPackageOptions, type CreateEmptyOdgPackageOptions, type CreateEmptyOdpPackageOptions, type CreateEmptyOdsPackageOptions, type CreateEmptyOdtPackageOptions, type CreateEmptyPptxPackageOptions, type CreateMarkdownEditorOptions, type CreateOdgOptions, type CreateOdpOptions, type CreateOdsOptions, type CreateOdtOptions, type CreatePdfOptions, type CreatePptxOptions, CsvBytesSchema, CsvInvalidUtf8Error, CsvParseError, type CsvReadOptions, CsvSheetNotFoundError, CsvSheetNotSpecifiedError, CsvUnsupportedDocumentKindError, type CsvWriteOptions, DEFAULT_LAYOUT_FONT, DOCUMENT_FORMATS, type DefinedName, DefinedNameSchema, type Diagnostic, type DocumentBridgeOptions, type DocumentConverter, type DocumentFontRegistryOptions, type DocumentFormat, DocumentFormatSchema, type DocumentJsonResult, type DocumentPackage, type DocumentPackageJson, DocumentPackageSchema, type DocumentPayload, type DocumentSchemaKind, type DocumentToPdfOptions, type DocxBody, DocxBytesSchema, DocxEditor, type DocxExtras, DocxParagraph, DocxRun, DocxTable, DocxTableCell, DocxTableRow, type DocxVerticalMerge, type DrawingLayoutOptions, type DrawingLayoutResult, type DrawingParagraphInit, type DrawingRunInit, type EngineLayoutOptions, SUPPORTED_BACKUP_FORMAT_VERSION as FIREBIRD_SUPPORTED_BACKUP_FORMAT_VERSION, FirebirdBackupFormatError, FirebirdBackupParseError, type FirebirdBackupSummary, FirebirdCompositeRecordUnsupportedError, FirebirdDataParseError, FirebirdSchemaParseError, FirebirdUnsupportedFieldTypeError, FontDeobfuscationError, type FontFace, FontFaceParseError, type FontRegistry, type FontRegistryOptions, type FontSourcePackage, type FontSubstitution, type Footnote, FootnoteSchema, type GridLattice, type HsqldbBinaryScript, HsqldbBinaryScriptParseError, type HsqldbColumn, type HsqldbDecodeOptions, HsqldbRowFormatError, HsqldbScriptParseError, HsqldbSqlEvaluationError, HsqldbSqlParseError, HsqldbSqlUnsupportedError, type HsqldbTable, LATEX_DIAGNOSTIC_CODES, LAYOUT_FORMAT_VERSION, type LatexDiagnostic, type LatexDiagnosticCode, type LatexDiagnosticSink, type LatexFormulaOptions, type LatexFormulaResult, type LatexLoweringResult, type LayoutColor, type LayoutDocument, LayoutDocumentSchema, type LayoutEllipse, type LayoutFont, type LayoutFormulaOptions, type LayoutImage, type LayoutImageAsset, type LayoutItem, type LayoutLine, type LayoutLink, type LayoutMetadata, type LayoutPage, type LayoutPath, type LayoutPathSegment, type LayoutRect, type LayoutSubpath, type LayoutText, type LoadedMathFont, type LowerLatexOptions, MATH_LINT_CODES, type Margins, type MarkdownBody, MarkdownBytesSchema, MarkdownEditor, MarkdownList, type MarkdownListInit, type MarkdownMathLoweringOptions, MarkdownParagraph, type ParagraphInit as MarkdownParagraphInit, type MarkdownRenderDiagnostic, type MarkdownRenderDiagnosticCode, MarkdownRenderDiagnosticCodes, type MarkdownRenderDiagnosticSeverity, type MarkdownRenderDiagnosticSink, MarkdownRun, type RunInit as MarkdownRunInit, MarkdownTable, MarkdownTableCell, type TableInit as MarkdownTableInit, MarkdownTableRow, type MathAssembledGlyphs, type MathBox, type MathColor, type MathDiagnostic, type MathDiagnosticKind, type MathFont, type MathFontDescriptorMetrics, type MathFontMetrics, type MathGlyphMetrics, type MathGlyphPlacement, type MathGlyphRun, type MathLayoutItem, type MathLayoutResult, type MathLintCode, type MathLintDiagnostic, type MathMlAttribute, type MathMlElement, type MathMlNode, type MathMlText, type MathRule, type MathStretchAxis, type MathStretchGlyph, type MathStretchResult, type MathStroke, type MathVariant, type MetadataOverrides, NOOP_DIAGNOSTIC_SINK, type NumberingDefinition, NumberingDefinitionSchema, type NumberingDefinitions, type NumberingLevel, NumberingLevelSchema, type OdbComponentInfo, type OdbConnectionInfo, type OdbConversionOptions, type OdbForm, type OdbFormControl, type OdbFormDefinition, type OdbInventory, OdbNoEmbeddedDataSourceError, type OdbQueryInfo, type OdbReport, type OdbReportBand, type OdbReportContentOptions, OdbReportDataSourceError, type OdbReportElement, type OdbReportFunction, type OdbReportGroup, OdbReportNotSpecifiedError, type OdbReportToDocxOptions, type OdbReportToOdtOptions, OdbTableNotFoundError, OdbTableNotSpecifiedError, type OdbToCsvOptions, type OdbUnsupportedFormat, OdbUnsupportedFormatError, OdfEmbeddedFontError, OdgBoxVector, type BoxVectorInit as OdgBoxVectorInit, OdgBytesSchema, OdgEditor, OdgLineVector, type LineVectorInit as OdgLineVectorInit, OdgPage, type PageImageInit as OdgPageImageInit, OdgPathVector, type PathVectorInit as OdgPathVectorInit, type TextBoxInit as OdgTextBoxInit, type OdgVector, type OdgVectorKind, type OdmToPdfOptions, OdmUnresolvedSectionError, OdpBytesSchema, OdpEditor, OdpShape, OdpSlide, type SlideImageInit as OdpSlideImageInit, type SlideTableInit as OdpSlideTableInit, type TextBoxInit$1 as OdpTextBoxInit, OdsBytesSchema, OdsCell, OdsEditor, OdsSheet, type OdtBody, OdtBytesSchema, OdtEditor, OdtList, OdtListItem, OdtParagraph, type ParagraphInit$1 as OdtParagraphInit, OdtRun, type RunInit$1 as OdtRunInit, OdtTable, OdtTableCell, type TableInit$1 as OdtTableInit, OdtTableRow, type OmmlDiagnostic, type OmmlDiagnosticKind, type OmmlReadResult, type OmmlWriteResult, OoxmlEmbeddedFontError, type OperatorProperties, PAGE_SIZE_A4, PAGE_SIZE_LETTER, type Package, type PackageChildren, PackageSchema, type PageInit, type PageSize, type Part, PartSchema, PdfBytesSchema, type PdfDiagnostic, type PdfDiagnosticSeverity, type PdfDiagnosticSink, PdfEditor, type PdfEllipseInit, PdfEllipseItem, PdfEncryptedError, type PdfImageInit, PdfImageItem, type PdfItem, type PdfLineInit, PdfLineItem, type PdfLinkInit, PdfLinkItem, PdfPage, PdfParseError, type PdfPathInit, PdfPathItem, type PdfRectInit, PdfRectItem, type PdfTextInit, PdfTextItem, type PdfToDocumentOptions, type PositionedFormula, PptxBytesSchema, PptxEditor, PptxShape, PptxSlide, PptxTable, PptxTableCell, type PptxTableInit, PptxTableRow, type PresentationLayoutResult, type ProvidedFont, type ReadCsvContentOptions, type ReadDocumentMetadataOptions, type ReadDocxContentOptions, type ReadFirebirdBackupResult, type ReadPdfOptions, type ReadSvgContentOptions, type ReconstructOptions, type Relationship, type RenderMarkdownOptions, type ResolvedFace, type RptAggregateFunction, type RptBandDefinition, type RptBandInstance, type RptBandKind, type RptFormula, RptFormulaEvaluationError, RptFormulaParseError, RptFormulaUnsupportedError, type RptGroupDefinition, type RptNamedFunctionDefinition, type RptReference, type RptReportDefinition, type RptReportRun, RptReportStructureError, type RptScope, SLIDE_SIZE_STANDARD, SLIDE_SIZE_WIDESCREEN, SVG_DIAGNOSTIC_CODES, type SetDocumentMetadataOptions, type SheetsLayoutOptions, type SlideImageInit$1 as SlideImageInit, type SlideTableInit$1 as SlideTableInit, type SlidesLayoutOptions, type SpreadsheetLayoutResult, type SqlAggregateArgument, type SqlAggregateFunction, type SqlColumnRef, type SqlComparisonOperator, type SqlLiteral, type SqlNameRef, type SqlOperand, type SqlOrderByTerm, type SqlPredicate, type SqlPunctuation, type SqlResultSet, type SqlSelectItem, type SqlSelectStatement, type SqlSortDirection, type SqlToken, SvgBytesSchema, type SvgDiagnostic, type SvgDiagnosticCode, type SvgDiagnosticSink, SvgInvalidUtf8Error, SvgMissingRootElementError, SvgMultiPageNotSpecifiedError, SvgPageNotFoundError, type SvgReadOptions, SvgUnsupportedDocumentKindError, type SvgWriteOptions, type TextBoxInit$2 as TextBoxInit, type UnifiedConversionOptions, UnrecognizedDocumentSchemaError, UnsupportedFontSourceFormatError, UnsupportedPackageFormatError, type WinAnsiSubstitution, type WordprocessingLayoutResult, type WritePdfOptions, XlsxBytesSchema, type XmlCdata, XmlCdataSchema, type XmlComment, XmlCommentSchema, type XmlDeclaration, XmlDeclarationSchema, type XmlElement, XmlElementSchema, type XmlNode, XmlNodeSchema, type XmlPart, XmlPartSchema, type XmlPi, XmlPiSchema, type XmlText, XmlTextSchema, applyMathVariant, assemblePackage, attr, base64ToBytes, buildCsvText, buildDocumentBytes, buildDocxPackage, buildDrawingBlock, buildFormulaBlock, buildMarkdownText, buildOdgPackage, buildOdpPackage, buildOdsPackage, buildOdtPackage, buildOfficeMath, buildOfficeMathParagraph, buildPptxPackage, buildSvgText, buildXlsxPackage, buildXml, bytesToBase64, cellReference, childrenWithTag, collectOfficeMathElements, columnIndexToLetters, columnLettersToIndex, compactCodec, compactPackageCodec, contentDocumentWithSchema, convertDocument, convertDrawingToLayout, convertPresentationToLayout, convertSpreadsheetToLayout, convertWordprocessingToLayout, createDocumentFontRegistry, createDocx, createFontMeasurer, createFontRegistry, createLocalDocumentConverter, createMarkdownEditor, createOdg, createOdp, createOds, createOdt, createPdf, createPptx, createStandardFontMeasurer, csvMarkdownCodec, csvPdfCodec, csvToMarkdown, csvToOds, csvToPdf, csvToXlsx, decodeCompactPackage, decodeCsvText, decodeDocumentPackage, decodeEntities, decodeHsqldbCachedTables, decodeMarkdownText, decodeOdbPackage, decodePackage, decodeSvgText, decompose, deobfuscateEmbeddedFont, deriveFontKey, describeFontFace, detectGridLattice, documentFromJson, documentPackageWithSchema, documentSchemaKindOf, docxPdfCodec, docxToMarkdown, docxToOdt, docxToPdf, docxToPptx, drawingOfBlock, elementChildren, elementLocalName, elementsWithTag, encodeCompactPackage, encodeCsvText, encodeDocumentPackage, encodeMarkdownText, encodePackage, encodeSvgText, evaluateRptBandOutsideData, evaluateSelect, extractOdfEmbeddedFonts, extractOoxmlEmbeddedFonts, extractSourceFonts, extractSourceFontsForFormat, factorStyles, firstChildByLocalName, fixedClock, flattenPackage, flipY, formulaDocument, formulaOfBlock, formulaPlaceholderText, fromCompact, displayTextFor as hsqldbCellDisplayText, inferCellValue, inflateHsqldbCompressedScript, isCompactXmlNode, isContentBlock, isMathMlElement, isMathVariant, isXmlNode, latexToFormula, layoutDocumentFromPackage, layoutFormula, lintMathCoherence, loadMathFont, localName, looksLikeSfnt, lowerLatex, lowerMarkdownMath, mapMathVariant, markdownDocxCodec, markdownOdtCodec, markdownPdfCodec, markdownToCsv, markdownToDocx, markdownToOdt, markdownToPdf, markdownToXlsx, textContent as mathMlTextContent, odbReportCommandSql, odbReportGroupChain, odbReportToDocx, odbReportToOdt, odbReportToPdf, odbTablesToSpreadsheetDocument, odbToCsv, odbToXlsx, odfToPdf, odgPdfCodec, odgSvgCodec, odgToPdf, odgToSvg, odmToPdf, odpPdfCodec, odpPptxCodec, odpToOdt, odpToPdf, odpToPptx, odsCsvCodec, odsPdfCodec, odsToCsv, odsToPdf, odsToXlsx, odsXlsxCodec, odtDocxCodec, odtPdfCodec, odtToDocx, odtToMarkdown, odtToOdp, odtToPdf, openDocx, openMarkdown, openOdg, openOdp, openOds, openOdt, openPdf, openPptx, operatorProperties, packageCodec, parseCellReference, parseHsqldbBinaryScript, parseHsqldbScript, parsePackage, parseRangeReference, parseRptFormula, parseSelect, parseXml, pdfCodec, pdfToCsv, pdfToDocx, pdfToMarkdown, pdfToOdg, pdfToOdp, pdfToOds, pdfToOdt, pdfToPptx, pdfToSvg, pdfToXlsx, pptxPdfCodec, pptxToDocx, pptxToOdp, pptxToPdf, rangeReference, readCsvContent, readDocumentMetadata, readDocxContent, readDocxExtras, readFirebirdBackup, readMarkdownContent, readOdbForm, readOdbForms, readOdbInventory, readOdbReport, readOdbReportContent, readOdbReports, readOdbTables, readOdfEmbeddedFormula, readOdfFormulaContent, readOdgContent, readOdpContent, readOdsContent, readOdtContent, readOfficeMath, readPdf, readPptxContent, readSvgContent, readXlsxContent, reconstructDrawing, reconstructPresentation, reconstructSpreadsheet, reconstructWordprocessing, renderContentDocumentToMarkdown, renderOdbReportContent, resolveCompositionPlan, resolveMetadataTimestamps, resolveOdbComponent, resolveOdbReportRows, resolveRelationships, rgbHexToColor, rootElement, rptBandDefinition, rptDefinitionFromReport, runRptReport, schemaUriFor, serializePackage, setDocumentMetadata, svgPdfCodec, svgToOdg, svgToPdf, systemClock, textContent$1 as textContent, throwIfAborted, toCompact, tokenizeSql, unzipPackage, walk, writePdf, xlsxCsvCodec, xlsxMarkdownCodec, xlsxPdfCodec, xlsxToCsv, xlsxToMarkdown, xlsxToOds, xlsxToPdf, xmlCodec, zipPackage };
|