WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Paragraph - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Paragraph

    Represents a paragraph of text within a text box and contains a collection of TextRun elements.

    Inheritance
    System.Object
    Paragraph
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class Paragraph

    Constructors

    Paragraph()

    Declaration
    public Paragraph()

    Paragraph(ReportSerializer)

    Declaration
    public Paragraph(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    HangingIndent

    Declaration
    public string HangingIndent { get; set; }
    Property Value
    Type Description
    System.String

    LeftIndent

    Declaration
    public string LeftIndent { get; set; }
    Property Value
    Type Description
    System.String

    ListLevel

    Declaration
    public int ListLevel { get; set; }
    Property Value
    Type Description
    System.Int32

    ListStyle

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

    RightIndent

    Declaration
    public string RightIndent { get; set; }
    Property Value
    Type Description
    System.String

    SpaceAfter

    Declaration
    public Size SpaceAfter { get; set; }
    Property Value
    Type Description
    Size

    SpaceBefore

    Declaration
    public Size SpaceBefore { get; set; }
    Property Value
    Type Description
    Size

    Style

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

    TextRuns

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

    Methods

    RestListLevel()

    Declaration
    public void RestListLevel()

    RestListStyle()

    Declaration
    public void RestListStyle()

    ShouldSerializeListLevel()

    Declaration
    public bool ShouldSerializeListLevel()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeListStyle()

    Declaration
    public bool ShouldSerializeListStyle()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved