@silurus/ooxml 0.83.0 → 0.83.2

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 CHANGED
@@ -676,6 +676,7 @@ file without uploading it.
676
676
  | | SVG images (`asvg:svgBlip` MS-2016 extension — vector drawn from the embedded `.svg`, raster fallback) | ✅ |
677
677
  | | Text boxes / drawing shapes (inline and anchored `wps:wsp` / `wps:txbx`, including solid, gradient, and image fills; `a:prstGeom` — 186 preset geometries via the shared engine; connector arrow heads `headEnd` / `tailEnd` (§20.1.8.3) and `prstDash` dash patterns (§20.1.8.48)). Text-box paragraphs run through the **same line-layout engine as body text**, so kinsoku 行頭/行末禁則 (§17.15.1.58–60), UAX#9 bidi (`w:bidi`, §17.3.1.6), justification (§17.18.44) and tab stops (§17.3.1.37) all apply inside a box | ✅ |
678
678
  | | WMF **and EMF** metafile images (legacy vector, incl. inside text boxes) — rasterized via a built-in player: window→viewport mapping (MS-EMF map modes, world transform), pens/brushes, poly/rect/ellipse, text-out, path clipping, and embedded DIB blits | ✅ |
679
+ | | Legacy VML content — positioned shapes, text boxes, image previews, and authored text wrapping | ✅ |
679
680
  | | OLE embedded objects (`w:object` — the baked VML `v:imagedata` preview is drawn; the embedded app is not run) | ✅ |
680
681
  | **Advanced** | Footnotes — reference markers + bottom-of-page bodies with separator rule, numbered (`w:footnoteReference` / `w:footnoteRef`, §17.11) | ✅ |
681
682
  | | Endnotes — reference markers + bodies at document end (`w:endnoteReference`, §17.11) | ✅ |
@@ -686,7 +687,7 @@ file without uploading it.
686
687
  | | Comments (§17.13.4) — opt-in margin balloons (`comments: true`): commented ranges tinted, threaded replies via `commentsExtended.xml`, resolved threads hidden, click-to-select stacking; also available as data (`doc.comments`, `doc.commentAnchorRanges()`) | ✅ |
687
688
  | | Markdown export (`DocxDocument.toMarkdown()` — headings, lists, tables, footnotes / comments) | ✅ |
688
689
  | | Mail merge fields | ❌ Not planned |
689
- | **Interaction** | Text selection (transparent overlay, native copy) | ✅ |
690
+ | **Interaction** | Text selection, including table-cell text (transparent overlay, native copy) | ✅ |
690
691
  | | Bounded read-only text/element context (`getSelectionContext()`, page/source locators, element selection, AI/MCP callback) | ✅ |
691
692
  | | In-document find (`findText` / `findNext` / `findPrev` / `clearFind` — full-text search, all hits highlighted, each match tagged with its page) | ✅ |
692
693
  | | Runtime zoom (`getScale` / `setScale` / `fitWidth` / `fitPage`) | ✅ |
@@ -849,7 +850,7 @@ file without uploading it.
849
850
  | **Theme** | Scheme colors (dk1/lt1/accent1–6) | ✅ |
850
851
  | | Font scheme (`+mj-lt`, `+mn-lt`) | ✅ |
851
852
  | | lumMod / lumOff / alpha transforms | ✅ |
852
- | **Interaction** | Text selection (transparent overlay, native copy) | ✅ |
853
+ | **Interaction** | Text selection, including table-cell text (transparent overlay, native copy) | ✅ |
853
854
  | | Bounded text/element selection context (`getSelectionContext()`, element selection, master/layout/slide provenance, main + worker) | ✅ |
854
855
  | | Comments — opt-in slide-side cards (`comments: true`), authored target markers and highlights, replies and resolved state; also available per slide through the presentation model | ✅ |
855
856
  | | In-document find (`findText` / `findNext` / `findPrev` / `clearFind` — matches tagged with slide) | ✅ |