@silurus/ooxml 0.43.0 → 0.44.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 CHANGED
@@ -381,10 +381,14 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
381
381
  | | Lists (bullet and numbered) | ✅ |
382
382
  | | Paragraph styles (Heading 1–9, Normal, custom) | ✅ |
383
383
  | | Table style `w:pPr` cascade (§17.7.6) | ✅ |
384
+ | | Table style borders / shading / banding (`tblStylePr`, `cnfStyle`, §17.4.7) | ✅ |
385
+ | | Table of contents (TOC field) — dot leaders, right-aligned page numbers | ✅ |
384
386
  | | keepNext / keepLines / widowControl | ✅ |
385
- | **Elements** | Tables (with borders, fills, merges) | ✅ |
387
+ | **Elements** | Tables (with borders, fills, merges, banding, alignment) | ✅ |
388
+ | | Math equations (OMML `m:oMath` / `m:oMathPara`, rendered via MathJax) | ✅ |
386
389
  | | Images (inline and anchored, with text wrap) | ✅ |
387
390
  | | Text boxes / drawing shapes | ✅ |
391
+ | | WMF / EMF metafile images (legacy vector) | ❌ Not planned |
388
392
  | **Advanced** | Footnote / endnote reference markers | ✅ |
389
393
  | | Track changes (`w:ins` / `w:del` — author-coloured underline / strikethrough) | ✅ |
390
394
  | | Comments / footnote bodies (parsed, not yet rendered inline) | ⚠️ |