alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class CharacterFormatProperties

    Defines the character format properties of document editor.

    Inheritance
    object
    CharacterFormatProperties
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved