@silurus/ooxml 0.29.1 → 0.31.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
@@ -457,7 +457,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
457
457
  | | Video / audio (poster + interactive playback) | ✅ |
458
458
  | | Ink / handwriting (`p:contentPart`, raster fallback) | ✅ |
459
459
  | **Shape geometry** | 130+ preset shapes (`prstGeom`) | ✅ |
460
- | | Custom geometry (`custGeom`) | ✅ |
460
+ | | Custom geometry (`custGeom`) on shapes and pictures (clipping) | ✅ |
461
461
  | | Rotation and flip (flipH / flipV) | ✅ |
462
462
  | | 3D preset shapes | ❌ |
463
463
  | **Fills** | Solid fill (`solidFill`) | ✅ |
@@ -495,8 +495,10 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
495
495
  | | Vertical / RTL text | ❌ |
496
496
  | **Text — body** | Text padding (insets) | ✅ |
497
497
  | | normAutoFit (shrink to fit) | ✅ |
498
- | | spAutoFit (expand box) | ✅ |
498
+ | | spAutoFit (expand box; suppresses wrap when text fits in one line) | ✅ |
499
499
  | | Word wrap / no wrap | ✅ |
500
+ | | Multi-column text body (`numCol` / `spcCol` — balanced flow) | ✅ |
501
+ | | Theme object-default inheritance (`<a:objectDefaults><a:txDef\|spDef>` bodyPr fallback) | ✅ |
500
502
  | **Tables** | Cells, rows, columns | ✅ |
501
503
  | | Cell merges (horizontal / vertical) | ✅ |
502
504
  | | Cell borders | ✅ |