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. */
89
76
publicstaticfinalStringMARGIN_VALUE_IN_PERCENT_NOT_SUPPORTED = "Margin value in percents not supported";
90
-
91
77
/** The Constant NOT_SUPPORTED_LIST_STYLE_TYPE. */
92
78
publicstaticfinalStringNOT_SUPPORTED_LIST_STYLE_TYPE = "Not supported list style type: {0}";
93
-
94
-
/** The Constant NO_IPROPERTYCONTAINER_RESULT_FOR_THE_TAG. */
95
-
publicstaticfinalStringNO_IPROPERTYCONTAINER_RESULT_FOR_THE_TAG = "Tag worker does not produce IPropertyContainer for \"{0}\" tag. An outline for \"{0}\" tag will not be created.";
96
-
97
79
/** The Constant NO_CONSUMER_FOUND_FOR_CONTENT. */
98
80
publicstaticfinalStringNO_CONSUMER_FOUND_FOR_CONTENT = "No consumer found for content";
99
-
100
81
/** The Constant NO_CSS_APPLIER_FOUND_FOR_TAG. */
101
82
publicstaticfinalStringNO_CSS_APPLIER_FOUND_FOR_TAG = "No css applier found for tag {0}";
102
-
83
+
/** The Constant NO_IPROPERTYCONTAINER_RESULT_FOR_THE_TAG. */
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.";
103
85
/** The Constant NO_WORKER_FOUND_FOR_TAG. */
104
86
publicstaticfinalStringNO_WORKER_FOUND_FOR_TAG = "No worker found for tag {0}";
105
-
106
87
/** The Constant PADDING_VALUE_IN_PERCENT_NOT_SUPPORTED. */
107
88
publicstaticfinalStringPADDING_VALUE_IN_PERCENT_NOT_SUPPORTED = "Padding value in percents not supported";
108
-
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.";
109
91
/** The Constant PAGE_SIZE_VALUE_IS_INVALID. */
110
92
publicstaticfinalStringPAGE_SIZE_VALUE_IS_INVALID = "Page size value {0} is invalid.";
111
-
112
-
/** The Constant QUOTE_IS_NOT_CLOSED_IN_CSS_EXPRESSION. */
113
-
publicstaticfinalStringQUOTE_IS_NOT_CLOSED_IN_CSS_EXPRESSION = "The quote is not closed in css expression: {0}";
114
-
115
93
/** The Constant QUOTES_PROPERTY_INVALID. */
116
94
publicstaticfinalStringQUOTES_PROPERTY_INVALID = "Quote property \"{0}\" is invalid. It should contain even number of <string> values.";
117
-
95
+
/** The Constant QUOTE_IS_NOT_CLOSED_IN_CSS_EXPRESSION. */
96
+
publicstaticfinalStringQUOTE_IS_NOT_CLOSED_IN_CSS_EXPRESSION = "The quote is not closed in css expression: {0}";
118
97
/** The Constant RULE_IS_NOT_SUPPORTED. */
119
98
publicstaticfinalStringRULE_IS_NOT_SUPPORTED = "The rule @{0} is unsupported. All selectors in this rule will be ignored.";
120
-
121
99
/** The Constant TEXT_DECORATION_BLINK_NOT_SUPPORTED. */
122
100
publicstaticfinalStringTEXT_DECORATION_BLINK_NOT_SUPPORTED = "text-decoration: blink not supported";
123
-
124
101
/** The Constant TEXT_WAS_NOT_PROCESSED. */
125
102
publicstaticfinalStringTEXT_WAS_NOT_PROCESSED = "Text was not processed: {0}";
126
-
127
103
/** The Constant UNABLE_TO_PROCESS_EXTERNAL_CSS_FILE. */
128
104
publicstaticfinalStringUNABLE_TO_PROCESS_EXTERNAL_CSS_FILE = "Unable to process external css file";
129
-
130
105
/** The Constant UNABLE_TO_RESOLVE_COUNTER. */
131
106
publicstaticfinalStringUNABLE_TO_RESOLVE_COUNTER = "Unable to resolve counter \"{0}\"";
132
-
133
107
/** The Constant UNABLE_TO_RESOLVE_FONT. */
134
108
publicstaticfinalStringUNABLE_TO_RESOLVE_FONT = "Unable to resolve font: {0}. The default one will be used instead";
135
-
109
+
/** The Constant UNABLE_TO_RETRIEVE_FONT. */
110
+
publicstaticfinalStringUNABLE_TO_RETRIEVE_FONT = "Unable to retrieve font:\n {0}";
136
111
/** The Constant UNABLE_TO_RETRIEVE_IMAGE_FROM_BASE64_SOURCE. */
137
112
publicstaticfinalStringUNABLE_TO_RETRIEVE_IMAGE_FROM_BASE64_SOURCE = "Unable to retrieve image from given base64 source string";
138
-
139
113
/** The Constant UNABLE_TO_RETRIEVE_IMAGE_WITH_GIVEN_BASE_URI. */
140
114
publicstaticfinalStringUNABLE_TO_RETRIEVE_IMAGE_WITH_GIVEN_BASE_URI = "Unable to retrieve image with given base URI ({0}) and image source path ({1})";
141
-
142
-
/** The Constant UNABLE_TO_RETRIEVE_FONT. */
143
-
publicstaticfinalStringUNABLE_TO_RETRIEVE_FONT = "Unable to retrieve font:\n {0}";
144
-
145
115
/** The Constant UNABLE_TO_RETRIEVE_STREAM_WITH_GIVEN_BASE_URI. */
146
116
publicstaticfinalStringUNABLE_TO_RETRIEVE_STREAM_WITH_GIVEN_BASE_URI = "Unable to retrieve stream with given base URI ({0}) and source path ({1})";
147
-
148
117
/** The Constant UNKNOWN_ABSOLUTE_METRIC_LENGTH_PARSED. */
publicstaticfinalStringURL_IS_NOT_CLOSED_IN_CSS_EXPRESSION = "url function is not properly closed in expression:{0}";
157
-
158
122
publicstaticfinalStringURL_IS_EMPTY_IN_CSS_EXPRESSION = "url function is empty in expression:{0}";
159
-
123
+
publicstaticfinalStringURL_IS_NOT_CLOSED_IN_CSS_EXPRESSION = "url function is not properly closed in expression:{0}";
160
124
/** The Constant WAS_NOT_ABLE_TO_DEFINE_BACKGROUND_CSS_SHORTHAND_PROPERTIES. */
161
125
publicstaticfinalStringWAS_NOT_ABLE_TO_DEFINE_BACKGROUND_CSS_SHORTHAND_PROPERTIES = "Was not able to define one of the background CSS shorthand properties: {0}";
162
-
163
126
/** The Constant WORKER_UNABLE_TO_PROCESS_IT_S_TEXT_CONTENT. */
164
127
publicstaticfinalStringWORKER_UNABLE_TO_PROCESS_IT_S_TEXT_CONTENT = "Worker of type {0} unable to process it's text content";
165
-
166
128
/** The Constant WORKER_UNABLE_TO_PROCESS_OTHER_WORKER. */
167
129
publicstaticfinalStringWORKER_UNABLE_TO_PROCESS_OTHER_WORKER = "Worker of type {0} unable to process {1}";
0 commit comments