Enum FormattingExceptions
Specifies the list of formatting exceptions for form fields.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum FormattingExceptions
Fields
| Name | Description |
|---|---|
| AfterSpacing | After spacing. |
| BaselineAlignment | Baseline alignment. |
| BeforeSpacing | Before spacing. |
| Bold | Bold. |
| ContextualSpacing | Contextual spacing. |
| FirstLineIndent | First line indent. |
| FontColor | Font color. |
| FontFamily | Font family. |
| FontSize | Font size. |
| HighlightColor | Highlight color. |
| Italic | Italic. |
| LeftIndent | Left indent. |
| LineSpacing | Line spacing. |
| LineSpacingType | Line spacing type. |
| ListFormat | List format. |
| RightIndent | Right indent. |
| Strikethrough | Strikethrough. |
| TextAlignment | Text alignment. |
| Underline | Underline. |