@@ -85,6 +85,10 @@ public final class IoLogMessageConstant {
85
85
+ "as finished. Consider using com.itextpdf.layout.tagging.LayoutTaggingHelper#replaceKidHint "
86
86
+ "method for replacing not yet finished kid hint of a finished parent hint." ;
87
87
88
+ /**
89
+ * @deprecated Unused constant. Will be removed in 7.3
90
+ */
91
+ @ Deprecated
88
92
public static final String CANNOT_ADD_KID_HINT_WHICH_IS_ALREADY_ADDED_TO_ANOTHER_PARENT =
89
93
"Layout tagging hints addition failed: cannot add a kid hint to a new parent if it is already added to "
90
94
+ "another parent. Consider using com.itextpdf.layout.tagging.LayoutTaggingHelper#moveHint method "
@@ -168,6 +172,10 @@ public final class IoLogMessageConstant {
168
172
169
173
public static final String DOCUMENT_IDS_ARE_CORRUPTED = "The document original and/or modified id is corrupted" ;
170
174
175
+ /**
176
+ * @deprecated Unused constant. Will be removed in 7.3
177
+ */
178
+ @ Deprecated
171
179
public static final String DOCUMENT_SERIALIZATION_EXCEPTION_RAISED = "Unhandled exception while serialization" ;
172
180
173
181
public static final String DOCUMENT_VERSION_IN_CATALOG_CORRUPTED = "The document version specified in catalog is "
@@ -304,6 +312,10 @@ public final class IoLogMessageConstant {
304
312
public static final String INLINE_BLOCK_ELEMENT_WILL_BE_CLIPPED =
305
313
"Inline block element does not fit into parent element and will be clipped" ;
306
314
315
+ /**
316
+ * @deprecated Unused constant. Will be removed in 7.3
317
+ */
318
+ @ Deprecated
307
319
public static final String INPUT_STREAM_CONTENT_IS_LOST_ON_PDFSTREAM_SERIALIZATION =
308
320
"PdfStream contains not null input stream. It's content will be lost in serialized object." ;
309
321
@@ -452,8 +464,16 @@ public final class IoLogMessageConstant {
452
464
public static final String TABLE_WIDTH_IS_MORE_THAN_EXPECTED_DUE_TO_MIN_WIDTH =
453
465
"Table width is more than expected due to min width of cell(s)." ;
454
466
467
+ /**
468
+ * @deprecated Unused constant. Will be removed in 7.3
469
+ */
470
+ @ Deprecated
455
471
public static final String TAGGING_HINT_NOT_FINISHED_BEFORE_CLOSE = "Tagging hint wasn't finished before closing." ;
456
472
473
+ /**
474
+ * @deprecated Unused constant. Will be removed in 7.3
475
+ */
476
+ @ Deprecated
457
477
public static final String TAG_STRUCTURE_CONTEXT_WILL_BE_REINITIALIZED_ON_SERIALIZATION =
458
478
"Tag structure context is not null and will be reinitialized in the copy of document. The copy may lose "
459
479
+ "some data" ;
@@ -481,18 +501,34 @@ public final class IoLogMessageConstant {
481
501
+ "this means that element was added to the Canvas instance that was created not with constructor "
482
502
+ "taking PdfPage as argument. Not processed property: {0}" ;
483
503
504
+ /**
505
+ * @deprecated Unused constant. Will be removed in 7.3
506
+ */
507
+ @ Deprecated
484
508
public static final String UNABLE_TO_INTERRUPT_THREAD = "Unable to interrupt a thread" ;
485
509
486
510
public static final String UNABLE_TO_INVERT_GRADIENT_TRANSFORMATION = "Unable to invert gradient transformation, "
487
511
+ "ignoring it" ;
488
512
513
+ /**
514
+ * @deprecated Unused constant. Will be removed in 7.3
515
+ */
516
+ @ Deprecated
489
517
public static final String UNABLE_TO_REGISTER_EVENT_DATA_HANDLER_SHUTDOWN_HOOK =
490
518
"Unable to register event data handler shutdown hook because of security reasons." ;
491
519
520
+ /**
521
+ * @deprecated Unused constant. Will be removed in 7.3
522
+ */
523
+ @ Deprecated
492
524
public static final String UNABLE_TO_SEARCH_FOR_EVENT_CONTEXT =
493
525
"It is impossible to retrieve event context because of the security reasons. Event counting may behave in "
494
526
+ "unexpected way" ;
495
527
528
+ /**
529
+ * @deprecated Unused constant. Will be removed in 7.3
530
+ */
531
+ @ Deprecated
496
532
public static final String UNABLE_TO_UNREGISTER_EVENT_DATA_HANDLER_SHUTDOWN_HOOK =
497
533
"Unable to unregister event data handler shutdown hook because of security permissions" ;
498
534
@@ -507,6 +543,10 @@ public final class IoLogMessageConstant {
507
543
public static final String UNKNOWN_COLOR_FORMAT_MUST_BE_RGB_OR_RRGGBB =
508
544
"Unknown color format: must be rgb or rrggbb." ;
509
545
546
+ /**
547
+ * @deprecated Unused constant. Will be removed in 7.3
548
+ */
549
+ @ Deprecated
510
550
public static final String UNKNOWN_DIGEST_METHOD =
511
551
"Unknown digest method. Valid values are MD5, SHA1 SHA256, SHA384, SHA512 and RIPEMD160." ;
512
552
@@ -542,6 +582,10 @@ public final class IoLogMessageConstant {
542
582
543
583
public static final String XFDF_NO_F_OBJECT_TO_COMPARE = "Xfdf no f object to compare." ;
544
584
585
+ /**
586
+ * @deprecated Unused constant. Will be removed in 7.3
587
+ */
588
+ @ Deprecated
545
589
public static final String XFDF_OUTPUT_STREAM_CORRUPTED = "Xfdf output stream is corrupted." ;
546
590
547
591
public static final String XFDF_UNSUPPORTED_ANNOTATION_ATTRIBUTE = "Xfdf unsupported attribute type" ;
0 commit comments