ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParagraphEval - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ParagraphEval

    Inheritance
    System.Object
    ParagraphEval
    Implements
    IReportDispose
    System.IDisposable
    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.EJ.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ParagraphEval : IReportDispose, IDisposable

    Constructors

    ParagraphEval()

    Declaration
    public ParagraphEval()

    Properties

    HangingIndent

    Declaration
    public double? HangingIndent { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    LeftIndent

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

    LineHeight

    Declaration
    public double? LineHeight { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    ListLevel

    Declaration
    public double? ListLevel { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    ListStyle

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

    RightIndent

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

    Runs

    Declaration
    public List<TextRunEval> Runs { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TextRunEval>

    SpaceAfter

    Declaration
    public double? SpaceAfter { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    SpaceBefore

    Declaration
    public double? SpaceBefore { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    TextAlignment

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

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