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
/** The Constant MARGIN_VALUE_IN_PERCENT_NOT_SUPPORTED. */
85
76
publicstaticfinalStringMARGIN_VALUE_IN_PERCENT_NOT_SUPPORTED = "Margin value in percents not supported";
86
-
87
77
/** The Constant NOT_SUPPORTED_LIST_STYLE_TYPE. */
88
78
publicstaticfinalStringNOT_SUPPORTED_LIST_STYLE_TYPE = "Not supported list style type: {0}";
89
79
/** The Constant NO_CONSUMER_FOUND_FOR_CONTENT. */
@@ -94,10 +84,10 @@ public final class LogMessageConstant {
94
84
publicstaticfinalStringNO_IPROPERTYCONTAINER_RESULT_FOR_THE_TAG = "Tag worker does not produce IPropertyContainer for \"{0}\" tag. An outline for \"{0}\" tag will not be created.";
95
85
/** The Constant NO_WORKER_FOUND_FOR_TAG. */
96
86
publicstaticfinalStringNO_WORKER_FOUND_FOR_TAG = "No worker found for tag {0}";
97
-
98
87
/** The Constant PADDING_VALUE_IN_PERCENT_NOT_SUPPORTED. */
99
88
publicstaticfinalStringPADDING_VALUE_IN_PERCENT_NOT_SUPPORTED = "Padding value in percents not supported";
100
89
publicstaticfinalStringPAGE_MARGIN_BOX_CONTENT_CANNOT_BE_DRAWN = "Page margin box {0} content cannot be drawn.";
90
+
publicstaticfinalStringPAGE_MARGIN_BOX_SOME_PROPERTIES_NOT_PROCESSED = "Page margin box margin, padding, height and width properties are not processed. Passed styles container shall be of PageMarginBoxContextNode type.";
101
91
/** The Constant PAGE_SIZE_VALUE_IS_INVALID. */
102
92
publicstaticfinalStringPAGE_SIZE_VALUE_IS_INVALID = "Page size value {0} is invalid.";
0 commit comments