alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ParagraphFormatProperties

    Defines the paragraph format properties of document editor.

    Inheritance
    object
    ParagraphFormatProperties
    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 ParagraphFormatProperties

    Constructors

    ParagraphFormatProperties()

    Declaration
    public ParagraphFormatProperties()

    Properties

    AfterSpacing

    Defines the spacing value after the paragraph.

    Declaration
    [JsonPropertyName("afterSpacing")]
    public double AfterSpacing { get; set; }
    Property Value
    Type
    double

    BeforeSpacing

    Defines the spacing value before the paragraph.

    Declaration
    [JsonPropertyName("beforeSpacing")]
    public double BeforeSpacing { get; set; }
    Property Value
    Type
    double

    Bidi

    Defines the bidirectional property of paragraph.

    Declaration
    [JsonPropertyName("bidi")]
    public bool Bidi { get; set; }
    Property Value
    Type
    bool

    FirstLineIndent

    Defines the first line indent.

    Declaration
    [JsonPropertyName("firstLineIndent")]
    public double FirstLineIndent { get; set; }
    Property Value
    Type
    double

    LeftIndent

    Defines the left indent.

    Declaration
    [JsonPropertyName("leftIndent")]
    public double LeftIndent { get; set; }
    Property Value
    Type
    double

    LineSpacing

    Defines the spacing between the lines.

    Declaration
    [JsonPropertyName("lineSpacing")]
    public double LineSpacing { get; set; }
    Property Value
    Type
    double

    LineSpacingType

    Defines the spacing type(AtLeast,Exactly or Multiple) between the lines.

    Declaration
    [JsonPropertyName("lineSpacingType")]
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public LineSpacingType LineSpacingType { get; set; }
    Property Value
    Type
    LineSpacingType

    OutlineLevel

    Defines the outline level property.

    Declaration
    [JsonPropertyName("outlineLevel")]
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public OutlineLevel OutlineLevel { get; set; }
    Property Value
    Type
    OutlineLevel

    RightIndent

    Defines the right indent.

    Declaration
    [JsonPropertyName("rightIndent")]
    public double RightIndent { get; set; }
    Property Value
    Type
    double

    TextAlignment

    Defines the text alignment property.

    Declaration
    [JsonPropertyName("textAlignment")]
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public TextAlignment TextAlignment { get; set; }
    Property Value
    Type
    TextAlignment
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved