public static final class SvgConstants.Attributes extends CommonAttributeConstants
Modifier and Type | Field and Description |
---|---|
static String |
BOLD
The Constant BOLD.
|
static String |
CLIP_PATH
Attribute defining the clipping path to be applied to a specific shape or group of shapes.
|
static String |
CLIP_RULE
Attribute defining the clipping rule in a clipping path (or element thereof).
|
static String |
CX
Attribute defining the x value of the center of a circle or ellipse.
|
static String |
CY
Attribute defining the y value of the center of a circle or ellipse.
|
static String |
D
Attribute defining the outline of a shape.
|
static String |
DX
Attribute defining the relative x-translation of a text-element
|
static String |
DY
Attribute defining the relative y-translation of a text-element
|
static String |
FILL
Attribute defining the fill color.
|
static String |
FILL_OPACITY
Attribute defining the fill opacity.
|
static String |
FILL_RULE
Attribute defining the fill rule.
|
static String |
FONT_FAMILY
Attribute defining the font family.
|
static String |
FONT_SIZE
Attribute defining the font size.
|
static String |
FONT_STYLE
Attribute defining the font style.
|
static String |
FONT_WEIGHT
Attribute defining the font weight.
|
static String |
HEIGHT
Attribute defining the height.
|
static String |
HREF
Attribute defining the href value.
|
static String |
ID
Attribute defining the unique id of an element.
|
static String |
ITALIC
The Constant ITALIC.
|
static String |
MARKER_END
Attribute defining the marker to use at the end of a path, line, polygon or polyline
|
static String |
MARKER_HEIGHT
Attribute defining the height of the viewport in which the marker is to be fitted
|
static String |
MARKER_MID
Attribute defining the marker drawn at every other vertex but the start and end of a path, line, polygon or polyline
|
static String |
MARKER_START
Attribute defining the marker to use at the start of a path, line, polygon or polyline
|
static String |
MARKER_UNITS
Attribute defining the coordinate system for attributes ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’.
|
static String |
MARKER_WIDTH
Attribute defining the width of the viewport in which the marker is to be fitted
|
static String |
OPACITY
Attribute defining the opacity of a group or graphic element.
|
static String |
ORIENT
Attribute defining the orientation of a marker
|
static String |
PATH_DATA_BEARING
Bearing command.
|
static String |
PATH_DATA_CATMULL_CURVE
Catmull-Rom curve command.
|
static String |
PATH_DATA_CLOSE_PATH
Close Path Operator.
|
static String |
PATH_DATA_CURVE_TO
CurveTo Path Operator.
|
static String |
PATH_DATA_CURVE_TO_S
Smooth CurveTo Path Operator.
|
static String |
PATH_DATA_ELLIPTICAL_ARC_A
Attribute defining Elliptical arc path operator.
|
static String |
PATH_DATA_LINE_TO
Absolute LineTo Path Operator.
|
static String |
PATH_DATA_LINE_TO_H
Absolute hrizontal LineTo Path Operator.
|
static String |
PATH_DATA_LINE_TO_V
Absolute vertical LineTo Path operator.
|
static String |
PATH_DATA_MOVE_TO
MoveTo Path Operator.
|
static String |
PATH_DATA_QUAD_CURVE_TO
Quadratic CurveTo Path Operator.
|
static String |
PATH_DATA_REL_BEARING
Relative Bearing command.
|
static String |
PATH_DATA_REL_CATMULL_CURVE
Relative Catmull-Rom curve command.
|
static String |
PATH_DATA_REL_CURVE_TO
Relative CurveTo Path Operator.
|
static String |
PATH_DATA_REL_CURVE_TO_S
Relative Smooth CurveTo Path Operator.
|
static String |
PATH_DATA_REL_ELLIPTICAL_ARC_A
Attribute defining Elliptical arc path operator.
|
static String |
PATH_DATA_REL_LINE_TO
Relative LineTo Path Operator.
|
static String |
PATH_DATA_REL_LINE_TO_H
Relative horizontal LineTo Path Operator.
|
static String |
PATH_DATA_REL_LINE_TO_V
Relative vertical LineTo Path operator.
|
static String |
PATH_DATA_REL_MOVE_TO
Relative MoveTo Path Operator.
|
static String |
PATH_DATA_REL_QUAD_CURVE_TO
Relative Quadratic CurveTo Path Operator.
|
static String |
PATH_DATA_REL_SHORTHAND_CURVE_TO
Relative Shorthand/smooth quadratic Bézier curveto.
|
static String |
PATH_DATA_SHORTHAND_CURVE_TO
Shorthand/smooth quadratic Bézier curveto.
|
static String |
POINTS
Attribute defining the points of a polyline or polygon.
|
static String |
PRESERVE_ASPECT_RATIO
Attribute defining how to preserve the aspect ratio when scaling.
|
static String |
R
Attribute defining the radius of a circle.
|
static String |
REFX
Attribute defining the x-axis coordinate of the reference point which is to be aligned exactly at the marker position.
|
static String |
REFY
Attribute defining the y-axis coordinate of the reference point which is to be aligned exactly at the marker position.
|
static String |
RX
Attribute defining the x-axis of an ellipse or the x-axis radius of rounded rectangles.
|
static String |
RY
Attribute defining the y-axis of an ellipse or the y-axis radius of rounded rectangles.
|
static String |
STROKE
Attribute defining the stroke color.
|
static String |
STROKE_DASHARRAY
Attribute defining the stroke dash offset.
|
static String |
STROKE_DASHOFFSET
Attribute defining the stroke dash offset.
|
static String |
STROKE_LINECAP
Attribute defining the stroke linecap.
|
static String |
STROKE_MITERLIMIT
Attribute defining the stroke miterlimit.
|
static String |
STROKE_OPACITY
Attribute defingin the stroke opacity.
|
static String |
STROKE_WIDTH
Attribute defining the stroke width.
|
static String |
STYLE
Attribute defining the style of an element.
|
static String |
TEXT_ANCHOR
Attribute defining the text anchor used by the text
|
static String |
TEXT_CONTENT
Attribute defining the text content of a text node.
|
static String |
TRANSFORM
Attribute defining a transformation that needs to be applied.
|
static String |
VERSION
Attribute defining version
|
static String |
VIEWBOX
Attribute defining the viewbox of an element.
|
static String |
WIDTH
Attribute defining the width of an element.
|
static String |
X
Attribute defining the x value of an element.
|
static String |
X1
Attribute defining the first x coordinate value of a line.
|
static String |
X2
Attribute defining the second x coordinate value of a line.
|
static String |
XLINK_HREF
Attribute defining image source.
|
static String |
XMLNS
Attribute defining XML namespace
|
static String |
Y
Attribute defining the y value of an element.
|
static String |
Y1
Attribute defining the first y coordinate value of a line.
|
static String |
Y2
Attribute defining the second y coordinate value of a line.
|
CLASS, DISABLED, LANG, REL, STYLESHEET
Constructor and Description |
---|
Attributes() |
public static final String CLIP_PATH
public static final String CLIP_RULE
public static final String CX
public static final String CY
public static final String D
public static final String DX
public static final String DY
public static final String FILL
public static final String FILL_OPACITY
public static final String FILL_RULE
public static final String FONT_FAMILY
public static final String FONT_WEIGHT
public static final String FONT_STYLE
public static final String FONT_SIZE
public static final String ITALIC
public static final String BOLD
public static final String HEIGHT
public static final String HREF
public static final String ID
public static final String MARKER_END
public static final String MARKER_HEIGHT
public static final String MARKER_MID
public static final String MARKER_START
public static final String MARKER_WIDTH
public static final String MARKER_UNITS
public static final String OPACITY
public static final String ORIENT
public static final String PATH_DATA_CLOSE_PATH
public static final String PATH_DATA_CURVE_TO
public static final String PATH_DATA_REL_CURVE_TO
public static final String PATH_DATA_ELLIPTICAL_ARC_A
public static final String PATH_DATA_REL_ELLIPTICAL_ARC_A
public static final String PATH_DATA_CURVE_TO_S
public static final String PATH_DATA_REL_CURVE_TO_S
public static final String PATH_DATA_LINE_TO
public static final String PATH_DATA_LINE_TO_H
public static final String PATH_DATA_REL_LINE_TO_H
public static final String PATH_DATA_LINE_TO_V
public static final String PATH_DATA_REL_LINE_TO_V
public static final String PATH_DATA_REL_LINE_TO
public static final String PATH_DATA_MOVE_TO
public static final String PATH_DATA_REL_MOVE_TO
public static final String PATH_DATA_SHORTHAND_CURVE_TO
public static final String PATH_DATA_REL_SHORTHAND_CURVE_TO
public static final String PATH_DATA_CATMULL_CURVE
public static final String PATH_DATA_REL_CATMULL_CURVE
public static final String PATH_DATA_BEARING
public static final String PATH_DATA_REL_BEARING
public static final String PATH_DATA_QUAD_CURVE_TO
public static final String PATH_DATA_REL_QUAD_CURVE_TO
public static final String POINTS
public static final String PRESERVE_ASPECT_RATIO
public static final String R
public static final String REFX
public static final String REFY
public static final String RX
public static final String RY
public static final String STROKE
public static final String STROKE_DASHARRAY
public static final String STROKE_DASHOFFSET
public static final String STROKE_LINECAP
public static final String STROKE_MITERLIMIT
public static final String STROKE_OPACITY
public static final String STROKE_WIDTH
public static final String STYLE
public static final String TEXT_CONTENT
public static final String TEXT_ANCHOR
public static final String TRANSFORM
public static final String VIEWBOX
public static final String WIDTH
public static final String X
public static final String X1
public static final String X2
public static final String XLINK_HREF
public static final String XMLNS
public static final String Y
public static final String Y1
public static final String Y2
public static final String VERSION
Copyright © 1998–2020 iText Group NV. All rights reserved.