You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4
Original file line number
Diff line number
Diff line change
@@ -84,10 +84,18 @@ full fledged examples can be found under `example/`
84
84
-`preProcessing` <?[Object]>
85
85
-`skipHTMLMinify` <?[Boolean]> flag to skip minification of HTML. Defaults to `false`.
86
86
-`hrStyles` <?[Object]>
87
-
-`val` <String> The border style (e.g., `single`, `dashed`). Defaults to `single`.
88
-
-`sz` <Number> The size of the border. Defaults to `24`.
89
-
-`space` <Number> The space around border. Defaults to `1`.
90
-
-`color` <String> The color of the border. Defaults to `000000`.
87
+
-`height` <Number> The size of the border. Defaults to `24`.
88
+
-`width` <Number> The space around border. Defaults to `1`.
89
+
-`backgroundColor` <String> The color of the border. Defaults to `000000`.
90
+
-`borderOptions` <?[Object]>
91
+
-`size` <?[Number]> denotes the border size. Defaults to `0`.
92
+
-`val` <?[String]> denotes the style of the borderStyle. Defaults to `solid`.
93
+
-`color` <?[String]> determines the border color. Defaults to `000000`.
94
+
-`margins` <?[Object]>
95
+
-`top` <[Number]> distance between the top of the text margins for the main document and the top of the page for all pages in this section in [TWIP]. Defaults to 1440. Supports equivalent measurement in [pixel], [cm] or [inch].
96
+
-`right` <[Number]> distance between the right edge of the page and the right edge of the text extents for this document in [TWIP]. Defaults to 1800. Supports equivalent measurement in [pixel], [cm] or [inch].
97
+
-`bottom` <[Number]> distance between the bottom of text margins for the document and the bottom of the page in [TWIP]. Defaults to 1440. Supports equivalent measurement in [pixel], [cm] or [inch].
98
+
-`left` <[Number]> distance between the left edge of the page and the left edge of the text extents for this document in [TWIP]. Defaults to 1800. Supports equivalent measurement in [pixel], [cm] or [inch].
91
99
-`footerHTMLString` <[String]> clean html string equivalent of footer. Defaults to `<p></p>` if footer flag is `true`.
0 commit comments