Enum AlignmentBaseline
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the alignment baseline for text and other inline content in SVG.
[ComVisible(true)]
public enum AlignmentBaseline
Fields
Alphabetic = 6
Aligns the box’s alphabetic baseline with the parent’s alphabetic baseline.
Baseline = 0
Aligns the baseline of the box with the baseline of the parent box.
Central = 3
Aligns the central baseline of the box with the central baseline of the parent box.
Ideographic = 5
Aligns the box’s ideographic baseline with the parent’s ideographic baseline.
Mathematical = 7
Aligns the box’s mathematical baseline with the parent’s mathematical baseline.
Middle = 2
Aligns the middle of the box with the middle of the parent’s content area.
TextBottom = 1
Aligns the bottom of the box with the bottom of the parent’s content area.
TextTop = 4
Aligns the top of the box with the top of the parent’s content area.
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.