Class CharacterFormatProperties
Defines the character format properties of document editor.
Inheritance
System.Object
CharacterFormatProperties
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class CharacterFormatProperties : Object
Constructors
CharacterFormatProperties()
Declaration
public CharacterFormatProperties()
Properties
BaselineAlignment
Defines the subscript or superscript property.
Declaration
public BaselineAlignment BaselineAlignment { get; set; }
Property Value
Type |
---|
BaselineAlignment |
Bidi
Defines the bidirectional property.
Declaration
public bool Bidi { get; set; }
Property Value
Type |
---|
System.Boolean |
Bold
Defines the bold formatting.
Declaration
public bool Bold { get; set; }
Property Value
Type |
---|
System.Boolean |
FontColor
Defines the font color.
Declaration
public string FontColor { get; set; }
Property Value
Type |
---|
System.String |
FontFamily
Defines the font family.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Defines the font size.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
HighlightColor
Defines the highlight color.
Declaration
public HighlightColor HighlightColor { get; set; }
Property Value
Type |
---|
HighlightColor |
Italic
Defines the italic formatting.
Declaration
public bool Italic { get; set; }
Property Value
Type |
---|
System.Boolean |
Strikethrough
Defines the strikethrough.
Declaration
public Strikethrough Strikethrough { get; set; }
Property Value
Type |
---|
Strikethrough |
Underline
Defines the underline property.
Declaration
public Underline Underline { get; set; }
Property Value
Type |
---|
Underline |
Methods
Equals(CharacterFormatProperties)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(CharacterFormatProperties characterFormatProperties)
Parameters
Type | Name | Description |
---|---|---|
CharacterFormatProperties | characterFormatProperties | An CharacterFormatProperties to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |