Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParagraphFormatProperties - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ParagraphFormatProperties

    Defines the paragraph format properties of document editor

    Inheritance
    System.Object
    ParagraphFormatProperties
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ParagraphFormatProperties : Object

    Constructors

    ParagraphFormatProperties()

    Declaration
    public ParagraphFormatProperties()

    Properties

    AfterSpacing

    Defines the spacing value after the paragraph

    Declaration
    public double AfterSpacing { get; set; }
    Property Value
    Type Description
    System.Double

    BeforeSpacing

    Defines the spacing value before the paragraph

    Declaration
    public double BeforeSpacing { get; set; }
    Property Value
    Type Description
    System.Double

    Bidi

    Defines the bidirectional property of paragraph

    Declaration
    public bool Bidi { get; set; }
    Property Value
    Type Description
    System.Boolean

    FirstLineIndent

    Defines the first line indent

    Declaration
    public double FirstLineIndent { get; set; }
    Property Value
    Type Description
    System.Double

    LeftIndent

    Defines the left indent

    Declaration
    public double LeftIndent { get; set; }
    Property Value
    Type Description
    System.Double

    LineSpacing

    Defines the spacing between the lines

    Declaration
    public double LineSpacing { get; set; }
    Property Value
    Type Description
    System.Double

    LineSpacingType

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

    Declaration
    public LineSpacingType LineSpacingType { get; set; }
    Property Value
    Type Description
    LineSpacingType

    RightIndent

    Defines the right indent

    Declaration
    public double RightIndent { get; set; }
    Property Value
    Type Description
    System.Double

    TextAlignment

    Defines the text alignment property

    Declaration
    public TextAlignment TextAlignment { get; set; }
    Property Value
    Type Description
    TextAlignment

    Methods

    Equals(ParagraphFormatProperties)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(ParagraphFormatProperties paragraphFormatProperties)
    Parameters
    Type Name Description
    ParagraphFormatProperties paragraphFormatProperties

    An ParagraphFormatProperties to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved