Class ParagraphEval
Inheritance
System.Object
ParagraphEval
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
System.IDisposable