pptxtojson 2.0.3 → 2.0.4

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
@@ -192,7 +192,9 @@ func()
192
192
  - 非实线边框样式 `borderStrokeDasharray`
193
193
  - 阴影 `shadow`
194
194
  - 填充(颜色、图片、渐变、图案) `fill`
195
- - 内容文字(HTML富文本:字体、字号、颜色、渐变、下划线、删除线、斜体、加粗、阴影、角标、超链接) `content`
195
+ - 内容文字(HTML富文本) `content`:
196
+ - 行内样式/结构:字体、字号、颜色、渐变、下划线、删除线、斜体、加粗、字间距、阴影、角标、超链接
197
+ - 块级样式/结构:水平对齐、行距、段间距、缩进、首行缩进、项目符号、编号列表
196
198
  - 垂直翻转 `isFlipV`
197
199
  - 水平翻转 `isFlipH`
198
200
  - 旋转角度 `rotate`