Table of Contents

Class SvgConstants.Values

Namespace
iText.Svg
Assembly
itext.svg.dll

Class containing the constants for values appearing in SVG tags and attributes

public sealed class SvgConstants.Values
Inheritance
SvgConstants.Values
Inherited Members

Constructors

Values()

public Values()

Fields

AUTO

Value representing automatic orientation for the marker attribute orient.

public const string AUTO = "auto"

Field Value

string

AUTO_START_REVERSE

Value representing reverse automatic orientation for the start marker.

public const string AUTO_START_REVERSE = "auto-start-reverse"

Field Value

string

BUTT

Value representing the default value for the stroke linecap.

public const string BUTT = "butt"

Field Value

string

DEFAULT_ASPECT_RATIO

Value representing the default aspect ratio: xmidymid.

public const string DEFAULT_ASPECT_RATIO = "xmidymid"

Field Value

string

DEFER

Value representing how to preserve the aspect ratio when dealing with images.

public const string DEFER = "defer"

Field Value

string

FILL_RULE_EVEN_ODD

Value representing the fill rule "even odd".

public const string FILL_RULE_EVEN_ODD = "evenodd"

Field Value

string

FILL_RULE_NONZERO

Value representing the fill rule "nonzero".

public const string FILL_RULE_NONZERO = "nonzero"

Field Value

string

MEET

Value representing the meet for preserve aspect ratio calculations.

public const string MEET = "meet"

Field Value

string

NONE

Value representing the "none" value".

public const string NONE = "none"

Field Value

string

OBJECT_BOUNDING_BOX

Value representing the units relation "objectBoundingBox".

public const string OBJECT_BOUNDING_BOX = "objectBoundingBox"

Field Value

string

SLICE

The value representing slice for the preserve aspect ratio calculations;

public const string SLICE = "slice"

Field Value

string

SPREAD_METHOD_PAD

Value representing the gradient spread method "pad".

public const string SPREAD_METHOD_PAD = "pad"

Field Value

string

SPREAD_METHOD_REFLECT

Value representing the gradient spread method "reflect".

public const string SPREAD_METHOD_REFLECT = "reflect"

Field Value

string

SPREAD_METHOD_REPEAT

Value representing the gradient spread method "repeat".

public const string SPREAD_METHOD_REPEAT = "repeat"

Field Value

string

STROKEWIDTH

The value for markerUnits that represent values in a coordinate system which has a single unit equal the size in user units of the current stroke width.

public const string STROKEWIDTH = "strokeWidth"

Field Value

string

TEXT_ANCHOR_END

Value representing the text-alignment end for text objects

public const string TEXT_ANCHOR_END = "end"

Field Value

string

TEXT_ANCHOR_MIDDLE

Value representing the text-alignment middle for text objects

public const string TEXT_ANCHOR_MIDDLE = "middle"

Field Value

string

TEXT_ANCHOR_START

Value representing the text-alignment start for text objects

public const string TEXT_ANCHOR_START = "start"

Field Value

string

USER_SPACE_ON_USE

Value representing the units relation "userSpaceOnUse".

public const string USER_SPACE_ON_USE = "userSpaceOnUse"

Field Value

string

VERSION1_1

public const string VERSION1_1 = "1.1"

Field Value

string

XMAX_YMAX

Value representing how to align when scaling.

public const string XMAX_YMAX = "xmaxymax"

Field Value

string

XMAX_YMID

Value representing how to align when scaling.

public const string XMAX_YMID = "xmaxymid"

Field Value

string

XMAX_YMIN

Value representing how to align when scaling.

public const string XMAX_YMIN = "xmaxymin"

Field Value

string

XMID_YMAX

Value representing how to align when scaling.

public const string XMID_YMAX = "xmidymax"

Field Value

string

XMID_YMID

Value representing how to align when scaling.

public const string XMID_YMID = "xmidymid"

Field Value

string

XMID_YMIN

Value representing how to align when scaling.

public const string XMID_YMIN = "xmidymin"

Field Value

string

XMIN_YMAX

Value representing how to align when scaling.

public const string XMIN_YMAX = "xminymax"

Field Value

string

XMIN_YMID

Value representing how to align when scaling.

public const string XMIN_YMID = "xminymid"

Field Value

string

XMIN_YMIN

Value representing how to align when scaling.

public const string XMIN_YMIN = "xminymin"

Field Value

string