AlignmentBaseline enumeration
AlignmentBaseline enumeration
Specifies the alignment baseline for text and other inline content in SVG.
The AlignmentBaseline type exposes the following members:
Fields
| Field | Description |
|---|---|
| BASELINE | Aligns the baseline of the box with the baseline of the parent box. |
| TEXT_BOTTOM | Aligns the bottom of the box with the bottom of the parent’s content area. |
| MIDDLE | Aligns the middle of the box with the middle of the parent’s content area. |
| CENTRAL | Aligns the central baseline of the box with the central baseline of the parent box. |
| TEXT_TOP | Aligns the top of the box with the top of the parent’s content area. |
| IDEOGRAPHIC | Aligns the box’s ideographic baseline with the parent’s ideographic baseline. |
| ALPHABETIC | Aligns the box’s alphabetic baseline with the parent’s alphabetic baseline. |
| MATHEMATICAL | Aligns the box’s mathematical baseline with the parent’s mathematical baseline. |
Remarks
The ‘alignment-baseline’ property is defined in the CSS Line Layout Module 3 specification. SVG 2 introduces changes to the definition of this property.
See Also
- module
aspose.svg.builder