File tree Expand file tree Collapse file tree 2 files changed +0
-189
lines changed
src/main/java/com/itextpdf/html2pdf Expand file tree Collapse file tree 2 files changed +0
-189
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,6 @@ public class CssConstants {
5454
5555 // properties
5656
57- /** The Constant ALIGN.
58- * @deprecated Use {@link com.itextpdf.html2pdf.html.AttributeConstants#ALIGN} instead. Will be removed in 7.1.
59- */
60- @ Deprecated
61- public static final String ALIGN = "align" ;
62-
6357 /** The Constant BACKGROUND. */
6458 public static final String BACKGROUND = "background" ;
6559
@@ -264,12 +258,6 @@ public class CssConstants {
264258 /** The Constant HEIGHT. */
265259 public static final String HEIGHT = "height" ;
266260
267- /** The Constant HSPACE.
268- * @deprecated Use {@link com.itextpdf.html2pdf.html.AttributeConstants#HSPACE} instead. Will be removed in 7.1.
269- */
270- @ Deprecated
271- public static final String HSPACE = "hspace" ;
272-
273261 /** The Constant HYPHENS. */
274262 public static final String HYPHENS = "hyphens" ;
275263
@@ -431,12 +419,6 @@ public class CssConstants {
431419 /** The Constant VISIBILITY. */
432420 public static final String VISIBILITY = "visibility" ;
433421
434- /** The Constant VSPACE.
435- * @deprecated Use {@link com.itextpdf.html2pdf.html.AttributeConstants#VSPACE} instead. Will be removed in 7.1.
436- */
437- @ Deprecated
438- public static final String VSPACE = "vspace" ;
439-
440422 /** The Constant WHITE_SPACE. */
441423 public static final String WHITE_SPACE = "white-space" ;
442424
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments