Class SvgExceptionMessageConstant
- Namespace
- iText.Svg.Exceptions
- Assembly
- itext.svg.dll
Class that bundles all the error message templates as constants.
public sealed class SvgExceptionMessageConstant
- Inheritance
-
SvgExceptionMessageConstant
- Inherited Members
Fields
ARC_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0
public const string ARC_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0 = "(rx ry rot largearc sweep x y)+ parameters are expected for elliptical arcs. Got: {0}"
Field Value
COORDINATE_ARRAY_LENGTH_MUST_BY_DIVISIBLE_BY_CURRENT_COORDINATES_ARRAY_LENGTH
public const string COORDINATE_ARRAY_LENGTH_MUST_BY_DIVISIBLE_BY_CURRENT_COORDINATES_ARRAY_LENGTH = "Array of current coordinates must have length that is divisible by the length of the array with current coordinates"
Field Value
COULD_NOT_DETERMINE_MIDDLE_POINT_OF_ELLIPTICAL_ARC
public const string COULD_NOT_DETERMINE_MIDDLE_POINT_OF_ELLIPTICAL_ARC = "Could not determine the middle point of the ellipse traced by this elliptical arc"
Field Value
CURRENT_VIEWPORT_IS_NULL
public const string CURRENT_VIEWPORT_IS_NULL = "The current viewport is null. The viewBox applying could not be processed."
Field Value
CURVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0
public const string CURVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0 = "(x1 y1 x2 y2 x y)+ parameters are expected for curves. Got: {0}"
Field Value
DRAW_NO_DRAW
public const string DRAW_NO_DRAW = "The renderer cannot be drawn."
Field Value
FAILED_TO_PARSE_INPUTSTREAM
public const string FAILED_TO_PARSE_INPUTSTREAM = "Failed to parse InputStream."
Field Value
FONT_NOT_FOUND
public const string FONT_NOT_FOUND = "The font wasn't found."
Field Value
INVALID_CLOSEPATH_OPERATOR_USE
public const string INVALID_CLOSEPATH_OPERATOR_USE = "The close path operator (Z) may not be used before a move to operation (M)"
Field Value
INVALID_PATH_D_ATTRIBUTE_OPERATORS
public const string INVALID_PATH_D_ATTRIBUTE_OPERATORS = "Invalid operators found in path data attribute: {0}"
Field Value
INVALID_SMOOTH_CURVE_USE
public const string INVALID_SMOOTH_CURVE_USE = "The smooth curve operations (S, s, T, t) may not be used as a first operator in path."
Field Value
INVALID_TRANSFORM_DECLARATION
public const string INVALID_TRANSFORM_DECLARATION = "Transformation declaration is not formed correctly."
Field Value
I_NODE_ROOT_IS_NULL
public const string I_NODE_ROOT_IS_NULL = "Input root value is null"
Field Value
LINE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0
public const string LINE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0 = "(x y)+ parameters are expected for lineTo operator. Got: {0}"
Field Value
MEET_OR_SLICE_ARGUMENT_IS_INCORRECT
public const string MEET_OR_SLICE_ARGUMENT_IS_INCORRECT = "The meetOrSlice argument is incorrect. It must be `meet`, `slice` or null."
Field Value
MOVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0
public const string MOVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0 = "(x y)+ parameters are expected for moveTo operator. Got: {0}"
Field Value
NAMED_OBJECT_NAME_NULL_OR_EMPTY
public const string NAMED_OBJECT_NAME_NULL_OR_EMPTY = "The name of the named object can't be null or empty."
Field Value
NAMED_OBJECT_NULL
public const string NAMED_OBJECT_NULL = "A named object can't be null."
Field Value
NO_ROOT
public const string NO_ROOT = "No root found"
Field Value
PARAMETER_CANNOT_BE_NULL
public const string PARAMETER_CANNOT_BE_NULL = "Parameters cannot be null."
Field Value
POINTS_ATTRIBUTE_INVALID_LIST
public const string POINTS_ATTRIBUTE_INVALID_LIST = "Points attribute {0} on polyline tag does not contain a valid set of points"
Field Value
QUADRATIC_CURVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0
public const string QUADRATIC_CURVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0 = "(x1 y1 x y)+ parameters are expected for quadratic curves. Got: {0}"
Field Value
ROOT_SVG_NO_BBOX
public const string ROOT_SVG_NO_BBOX = "The root svg tag needs to have a bounding box defined."
Field Value
TAG_PARAMETER_NULL
public const string TAG_PARAMETER_NULL = "Tag parameter must not be null"
Field Value
TRANSFORM_EMPTY
public const string TRANSFORM_EMPTY = "The transformation value is empty."
Field Value
TRANSFORM_INCORRECT_NUMBER_OF_VALUES
public const string TRANSFORM_INCORRECT_NUMBER_OF_VALUES = "Transformation doesn't contain the right number of values."
Field Value
TRANSFORM_NULL
public const string TRANSFORM_NULL = "The transformation value is null."
Field Value
UNKNOWN_TRANSFORMATION_TYPE
public const string UNKNOWN_TRANSFORMATION_TYPE = "Unsupported type of transformation."
Field Value
VIEWBOX_IS_INCORRECT
public const string VIEWBOX_IS_INCORRECT = "The viewBox is incorrect. The viewBox applying could not be processed."