Class ParagraphEval
Inheritance
System.Object
ParagraphEval
Assembly: BoldReports.UWP.dll
Syntax
public class ParagraphEval : Object
Constructors
ParagraphEval()
Declaration
Properties
HangingIndent
Declaration
public Nullable<double> HangingIndent { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
LeftIndent
Declaration
public Nullable<double> LeftIndent { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
LineHeight
Declaration
public Nullable<double> LineHeight { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
ListLevel
Declaration
public Nullable<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 Nullable<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 Nullable<double> SpaceAfter { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
SpaceBefore
Declaration
public Nullable<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 |
|