You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: itext/itext.io/itext/io/logs/IoLogMessageConstant.cs
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ public sealed class IoLogMessageConstant {
71
71
publicconstStringCANNOT_ADD_HINTS_TO_FINISHED_PARENT="Layout tagging hints addition failed: cannot add new kid hints to a parent which hint is already marked "
72
72
+"as finished. Consider using com.itextpdf.layout.tagging.LayoutTaggingHelper#replaceKidHint "+"method for replacing not yet finished kid hint of a finished parent hint.";
73
73
74
+
[System.ObsoleteAttribute(@"Unused constant. Will be removed in 7.3")]
74
75
publicconstStringCANNOT_ADD_KID_HINT_WHICH_IS_ALREADY_ADDED_TO_ANOTHER_PARENT="Layout tagging hints addition failed: cannot add a kid hint to a new parent if it is already added to "
75
76
+"another parent. Consider using com.itextpdf.layout.tagging.LayoutTaggingHelper#moveHint method "+
76
77
"instead.";
@@ -135,6 +136,7 @@ public sealed class IoLogMessageConstant {
135
136
136
137
publicconstStringDOCUMENT_IDS_ARE_CORRUPTED="The document original and/or modified id is corrupted";
137
138
139
+
[System.ObsoleteAttribute(@"Unused constant. Will be removed in 7.3")]
138
140
publicconstStringDOCUMENT_SERIALIZATION_EXCEPTION_RAISED="Unhandled exception while serialization";
139
141
140
142
publicconstStringDOCUMENT_VERSION_IN_CATALOG_CORRUPTED="The document version specified in catalog is "
@@ -242,6 +244,7 @@ public const String IMAGE_HAS_INCORRECT_OR_UNSUPPORTED_BASE_COLOR_SPACE_IN_INDEX
242
244
243
245
publicconstStringINLINE_BLOCK_ELEMENT_WILL_BE_CLIPPED="Inline block element does not fit into parent element and will be clipped";
244
246
247
+
[System.ObsoleteAttribute(@"Unused constant. Will be removed in 7.3")]
245
248
publicconstStringINPUT_STREAM_CONTENT_IS_LOST_ON_PDFSTREAM_SERIALIZATION="PdfStream contains not null input stream. It's content will be lost in serialized object.";
@@ -355,8 +358,10 @@ public const String IMAGE_HAS_INCORRECT_OR_UNSUPPORTED_BASE_COLOR_SPACE_IN_INDEX
355
358
356
359
publicconstStringTABLE_WIDTH_IS_MORE_THAN_EXPECTED_DUE_TO_MIN_WIDTH="Table width is more than expected due to min width of cell(s).";
357
360
361
+
[System.ObsoleteAttribute(@"Unused constant. Will be removed in 7.3")]
358
362
publicconstStringTAGGING_HINT_NOT_FINISHED_BEFORE_CLOSE="Tagging hint wasn't finished before closing.";
359
363
364
+
[System.ObsoleteAttribute(@"Unused constant. Will be removed in 7.3")]
360
365
publicconstStringTAG_STRUCTURE_CONTEXT_WILL_BE_REINITIALIZED_ON_SERIALIZATION="Tag structure context is not null and will be reinitialized in the copy of document. The copy may lose "
361
366
+"some data";
362
367
@@ -376,16 +381,20 @@ public const String IMAGE_HAS_INCORRECT_OR_UNSUPPORTED_BASE_COLOR_SPACE_IN_INDEX
376
381
+"this means that element was added to the Canvas instance that was created not with constructor "+
377
382
"taking PdfPage as argument. Not processed property: {0}";
378
383
384
+
[System.ObsoleteAttribute(@"Unused constant. Will be removed in 7.3")]
379
385
publicconstStringUNABLE_TO_INTERRUPT_THREAD="Unable to interrupt a thread";
380
386
381
387
publicconstStringUNABLE_TO_INVERT_GRADIENT_TRANSFORMATION="Unable to invert gradient transformation, "
382
388
+"ignoring it";
383
389
390
+
[System.ObsoleteAttribute(@"Unused constant. Will be removed in 7.3")]
384
391
publicconstStringUNABLE_TO_REGISTER_EVENT_DATA_HANDLER_SHUTDOWN_HOOK="Unable to register event data handler shutdown hook because of security reasons.";
385
392
393
+
[System.ObsoleteAttribute(@"Unused constant. Will be removed in 7.3")]
386
394
publicconstStringUNABLE_TO_SEARCH_FOR_EVENT_CONTEXT="It is impossible to retrieve event context because of the security reasons. Event counting may behave in "
387
395
+"unexpected way";
388
396
397
+
[System.ObsoleteAttribute(@"Unused constant. Will be removed in 7.3")]
389
398
publicconstStringUNABLE_TO_UNREGISTER_EVENT_DATA_HANDLER_SHUTDOWN_HOOK="Unable to unregister event data handler shutdown hook because of security permissions";
390
399
391
400
publicconstStringUNEXPECTED_BEHAVIOUR_DURING_TABLE_ROW_COLLAPSING="Unexpected behaviour during table row collapsing. Calculated rowspan was less then 1.";
@@ -396,6 +405,7 @@ public const String IMAGE_HAS_INCORRECT_OR_UNSUPPORTED_BASE_COLOR_SPACE_IN_INDEX
396
405
397
406
publicconstStringUNKNOWN_COLOR_FORMAT_MUST_BE_RGB_OR_RRGGBB="Unknown color format: must be rgb or rrggbb.";
398
407
408
+
[System.ObsoleteAttribute(@"Unused constant. Will be removed in 7.3")]
399
409
publicconstStringUNKNOWN_DIGEST_METHOD="Unknown digest method. Valid values are MD5, SHA1 SHA256, SHA384, SHA512 and RIPEMD160.";
400
410
401
411
publicconstStringUNKNOWN_ERROR_WHILE_PROCESSING_CMAP="Unknown error while processing CMap.";
@@ -424,6 +434,7 @@ public const String IMAGE_HAS_INCORRECT_OR_UNSUPPORTED_BASE_COLOR_SPACE_IN_INDEX
424
434
425
435
publicconstStringXFDF_NO_F_OBJECT_TO_COMPARE="Xfdf no f object to compare.";
426
436
437
+
[System.ObsoleteAttribute(@"Unused constant. Will be removed in 7.3")]
427
438
publicconstStringXFDF_OUTPUT_STREAM_CORRUPTED="Xfdf output stream is corrupted.";
0 commit comments