File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
itext/itext.styledxmlparser/itext/styledxmlparser/css Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -411,6 +411,9 @@ static CommonCssConstants() {
411
411
/// <summary>The Constant WIDTH.</summary>
412
412
public const String WIDTH = "width" ;
413
413
414
+ /// <summary>The Constant HEIGHT.</summary>
415
+ public const String HEIGHT = "height" ;
416
+
414
417
/// <summary>The Constant WORDWRAP.</summary>
415
418
public const String WORDWRAP = "word-wrap" ;
416
419
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ static CssDefaults() {
91
91
defaultValues . Put ( CommonCssConstants . FONT_STYLE , CommonCssConstants . NORMAL ) ;
92
92
defaultValues . Put ( CommonCssConstants . FONT_VARIANT , CommonCssConstants . NORMAL ) ;
93
93
defaultValues . Put ( CommonCssConstants . FONT_WEIGHT , CommonCssConstants . NORMAL ) ;
94
+ defaultValues . Put ( CommonCssConstants . HEIGHT , CommonCssConstants . AUTO ) ;
94
95
defaultValues . Put ( CommonCssConstants . HYPHENS , CommonCssConstants . MANUAL ) ;
95
96
defaultValues . Put ( CommonCssConstants . LINE_HEIGHT , CommonCssConstants . NORMAL ) ;
96
97
defaultValues . Put ( CommonCssConstants . LIST_STYLE_TYPE , CommonCssConstants . DISC ) ;
Original file line number Diff line number Diff line change 1
- 5d6d8c292fa407f470bd18249ecc7dca89f95048
1
+ 03de354714344c9151ff857973f4cb3db01aada0
You can’t perform that action at this time.
0 commit comments