public static final class SvgConstants.Values extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTO
Value representing automatic orientation for the marker attribute orient.
|
static String |
AUTO_START_REVERSE
Value representing reverse automatic orientation for the start marker.
|
static String |
BUTT
Value representing the default value for the stroke linecap.
|
static String |
DEFAULT_ASPECT_RATIO
Value representing the default aspect ratio: xmidymid.
|
static String |
DEFER
Value representing how to preserve the aspect ratio when dealing with images.
|
static String |
FILL_RULE_EVEN_ODD
Value representing the fill rule "even odd".
|
static String |
FILL_RULE_NONZERO
Value representing the fill rule "nonzero".
|
static String |
GRADIENT_UNITS_OBJECT_BOUNDING_BOX
Deprecated.
it will be removed in the 7.2 update. Use
OBJECT_BOUNDING_BOX instead.
|
static String |
GRADIENT_UNITS_USER_SPACE_ON_USE
Deprecated.
it will be removed in the 7.2 update. Use
USER_SPACE_ON_USE instead.
|
static String |
MEET
Value representing the meet for preserve aspect ratio calculations.
|
static String |
NONE
Value representing the "none" value".
|
static String |
OBJECT_BOUNDING_BOX
Value representing the units relation "objectBoundingBox".
|
static String |
SLICE
The value representing slice for the preserve aspect ratio calculations;
|
static String |
SPREAD_METHOD_PAD
Value representing the gradient spread method "pad".
|
static String |
SPREAD_METHOD_REFLECT
Value representing the gradient spread method "reflect".
|
static String |
SPREAD_METHOD_REPEAT
Value representing the gradient spread method "repeat".
|
static 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.
|
static String |
SVGNAMESPACEURL
Deprecated.
|
static String |
TEXT_ANCHOR_END
Value representing the text-alignment end for text objects
|
static String |
TEXT_ANCHOR_MIDDLE
Value representing the text-alignment middle for text objects
|
static String |
TEXT_ANCHOR_START
Value representing the text-alignment start for text objects
|
static String |
USER_SPACE_ON_USE
Value representing the units relation "userSpaceOnUse".
|
static String |
VERSION1_1 |
static String |
XMAX_YMAX
Value representing how to align when scaling.
|
static String |
XMAX_YMID
Value representing how to align when scaling.
|
static String |
XMAX_YMIN
Value representing how to align when scaling.
|
static String |
XMID_YMAX
Value representing how to align when scaling.
|
static String |
XMID_YMID
Value representing how to align when scaling.
|
static String |
XMID_YMIN
Value representing how to align when scaling.
|
static String |
XMIN_YMAX
Value representing how to align when scaling.
|
static String |
XMIN_YMID
Value representing how to align when scaling.
|
static String |
XMIN_YMIN
Value representing how to align when scaling.
|
Constructor and Description |
---|
Values() |
public static final String AUTO
public static final String AUTO_START_REVERSE
public static final String BUTT
public static final String DEFAULT_ASPECT_RATIO
public static final String DEFER
public static final String FILL_RULE_EVEN_ODD
public static final String FILL_RULE_NONZERO
@Deprecated public static final String GRADIENT_UNITS_OBJECT_BOUNDING_BOX
OBJECT_BOUNDING_BOX
instead.
@Deprecated public static final String GRADIENT_UNITS_USER_SPACE_ON_USE
USER_SPACE_ON_USE
instead.
public static final String MEET
public static final String NONE
public static final String OBJECT_BOUNDING_BOX
public static final String SLICE
@Deprecated public static final String SVGNAMESPACEURL
public static final String TEXT_ANCHOR_END
public static final String TEXT_ANCHOR_MIDDLE
public static final String TEXT_ANCHOR_START
public static final String SPREAD_METHOD_PAD
public static final String SPREAD_METHOD_REPEAT
public static final String SPREAD_METHOD_REFLECT
public static final String STROKEWIDTH
public static final String USER_SPACE_ON_USE
public static final String XMIN_YMIN
public static final String XMIN_YMID
public static final String XMIN_YMAX
public static final String XMID_YMID
public static final String XMID_YMIN
public static final String XMID_YMAX
public static final String XMAX_YMIN
public static final String XMAX_YMID
public static final String XMAX_YMAX
public static final String VERSION1_1
Copyright © 1998–2023 iText Group NV. All rights reserved.