File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ /**
3
+ * Copyright (c) 2014 Steven Spungin (TwelveTone LLC) [email protected]
4
+ *
5
+ * Licensed under the MIT License.
6
+ * http://opensource.org/licenses/mit-license
7
+ */
8
+ -->
9
+
10
+ # from_html Plugin CSS Support
11
+ This document lists the CSS styles supported by the from_html jsPDF plugin.
12
+ Each style indicates restrictions and issues.
13
+ This file is intended for development purposes and may not be up to date.
14
+ Refer to the source code for the lastest developments.
15
+
16
+ # Implemented
17
+
18
+ * margin
19
+ * margin-top
20
+ * margin-right
21
+ * margin-left
22
+ * margin-bottom
23
+ * padding
24
+ * padding-top
25
+ * padding-right
26
+ * padding-left
27
+ * padding-bottom
28
+ * font-family
29
+ * font-style
30
+ * text-align
31
+ * font-size
32
+ * line-height
33
+ * display
34
+ * float
35
+ * clear
36
+ * page-break-before
37
+ > Only _ always_ is implemented.
38
+
39
+ # Implemented But Not Merged
40
+ * color
41
+
42
+ # Not Implemented
43
+ * page-break-after
You can’t perform that action at this time.
0 commit comments