Class CharacterFormatProperties
Defines the character format properties of document editor.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class CharacterFormatProperties
Constructors
CharacterFormatProperties()
Declaration
public CharacterFormatProperties()
Properties
BaselineAlignment
Defines the subscript or superscript property.
Declaration
[JsonPropertyName("baselineAlignment")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public BaselineAlignment BaselineAlignment { get; set; }
Property Value
| Type |
|---|
| BaselineAlignment |
Bidi
Defines the bidirectional property.
Declaration
[JsonPropertyName("bidi")]
public bool Bidi { get; set; }
Property Value
| Type |
|---|
| bool |
Bold
Defines the bold formatting.
Declaration
[JsonPropertyName("bold")]
public bool Bold { get; set; }
Property Value
| Type |
|---|
| bool |
FontColor
Defines the font color.
Declaration
[JsonPropertyName("fontColor")]
public string FontColor { get; set; }
Property Value
| Type |
|---|
| string |
FontFamily
Defines the font family.
Declaration
[JsonPropertyName("fontFamily")]
public string FontFamily { get; set; }
Property Value
| Type |
|---|
| string |
FontSize
Defines the font size.
Declaration
[JsonPropertyName("fontSize")]
public double FontSize { get; set; }
Property Value
| Type |
|---|
| double |
HighlightColor
Defines the highlight color.
Declaration
[JsonPropertyName("highlightColor")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public HighlightColor HighlightColor { get; set; }
Property Value
| Type |
|---|
| HighlightColor |
Italic
Defines the italic formatting.
Declaration
[JsonPropertyName("italic")]
public bool Italic { get; set; }
Property Value
| Type |
|---|
| bool |
Strikethrough
Defines the strikethrough.
Declaration
[JsonPropertyName("strikethrough")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public Strikethrough Strikethrough { get; set; }
Property Value
| Type |
|---|
| Strikethrough |
Underline
Defines the underline property.
Declaration
[JsonPropertyName("underline")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public Underline Underline { get; set; }
Property Value
| Type |
|---|
| Underline |