@turbodocx/html-to-docx 1.10.2 → 1.12.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
@@ -70,6 +70,7 @@ full fledged examples can be found under `example/`
70
70
  - `size` <?[Number]> denotes the border size. Defaults to `0`.
71
71
  - `stroke` <?[String]> denotes the style of the borderStrike. Defaults to `nil`.
72
72
  - `color` <?[String]> determines the border color. Defaults to `000000`.
73
+ - `addSpacingAfter` <?[Boolean]> flag to add an empty paragraph after tables for spacing. Defaults to `true`.
73
74
  - `pageNumber` <?[Boolean]> flag to enable page number in footer. Defaults to `false`. Page number works only if footer flag is set as `true`.
74
75
  - `skipFirstHeaderFooter` <?[Boolean]> flag to skip first page header and footer. Defaults to `false`.
75
76
  - `lineNumber` <?[Boolean]> flag to enable line numbering. Defaults to `false`.