@silurus/ooxml 0.28.0 → 0.29.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
@@ -366,12 +366,13 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
366
366
  | **Document** | Page rendering | ✅ |
367
367
  | | Page size and margins | ✅ |
368
368
  | | Headers / footers (default / first / even) | ✅ |
369
- | | Section breaks | |
369
+ | | Section breaks (continuous / nextPage / oddPage / evenPage) | |
370
370
  | **Text** | Paragraphs | ✅ |
371
371
  | | Bold, italic, underline, strikethrough | ✅ |
372
372
  | | Font family, size, color | ✅ |
373
373
  | | Hyperlinks | ✅ |
374
374
  | | Superscript / subscript (`w:vertAlign`) | ✅ |
375
+ | | Ruby annotations / furigana (`w:ruby`) | ✅ |
375
376
  | **Formatting** | Paragraph alignment (left/center/right/justify) | ✅ |
376
377
  | | Line spacing (auto / atLeast / exact) | ✅ |
377
378
  | | Line grid (`w:docGrid`, §17.6.5) | ✅ |