Enum BaselineAlignment
Specifies the baseline alignment type for character format.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum BaselineAlignment
Fields
| Name | Description |
|---|---|
| Normal | Renders the text normally. |
| Subscript | Renders the text smaller and slightly beneath the level of the surrounding text |
| Superscript | Renders the text smaller and slightly above the level of the surrounding text |