File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -648,6 +648,11 @@ public class CommonCssConstants {
648
648
*/
649
649
public static final String WIDTH = "width" ;
650
650
651
+ /**
652
+ * The Constant HEIGHT.
653
+ */
654
+ public static final String HEIGHT = "height" ;
655
+
651
656
/**
652
657
* The Constant WORDWRAP.
653
658
*/
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ public class CssDefaults {
103
103
defaultValues .put (CommonCssConstants .FONT_VARIANT , CommonCssConstants .NORMAL );
104
104
defaultValues .put (CommonCssConstants .FONT_WEIGHT , CommonCssConstants .NORMAL );
105
105
106
+ defaultValues .put (CommonCssConstants .HEIGHT , CommonCssConstants .AUTO );
106
107
defaultValues .put (CommonCssConstants .HYPHENS , CommonCssConstants .MANUAL );
107
108
108
109
defaultValues .put (CommonCssConstants .LINE_HEIGHT , CommonCssConstants .NORMAL );
You can’t perform that action at this time.
0 commit comments