@silurus/ooxml 0.4.0 → 0.6.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
@@ -432,16 +432,21 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
432
432
  | | Bold, italic, underline, strikethrough | ✅ |
433
433
  | | Font family, size, color | ✅ |
434
434
  | | Hyperlinks | ✅ |
435
- | | Superscript / subscript | |
436
- | **Formatting** | Paragraph alignment | ✅ |
437
- | | Line spacing | ✅ |
435
+ | | Superscript / subscript (`w:vertAlign`) | |
436
+ | **Formatting** | Paragraph alignment (left/center/right/justify) | ✅ |
437
+ | | Line spacing (auto / atLeast / exact) | ✅ |
438
+ | | Line grid (`w:docGrid`, §17.6.5) | ✅ |
439
+ | | Margin collapsing between paragraphs | ✅ |
438
440
  | | Indents and tab stops | ✅ |
439
441
  | | Lists (bullet and numbered) | ✅ |
440
- | | Paragraph styles (Heading 1–6, Normal) | 🔜 Planned |
442
+ | | Paragraph styles (Heading 1–9, Normal, custom) | |
443
+ | | Table style `w:pPr` cascade (§17.7.6) | ✅ |
444
+ | | keepNext / keepLines / widowControl | ✅ |
441
445
  | **Elements** | Tables (with borders, fills, merges) | ✅ |
442
- | | Images (inline and anchored) | ✅ |
443
- | | Text boxes / drawing shapes | |
444
- | **Advanced** | Track changes / comments / footnotes | |
446
+ | | Images (inline and anchored, with text wrap) | ✅ |
447
+ | | Text boxes / drawing shapes | |
448
+ | **Advanced** | Footnote / endnote reference markers | |
449
+ | | Track changes / comments | ❌ |
445
450
  | | Mail merge fields | ❌ Not planned |
446
451
 
447
452
  ---