Class ParagraphSpacing
To set the Empty paragraph padding for WORD Writer
Inheritance
System.Object
ParagraphSpacing
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.ReportWriter
Assembly: Syncfusion.ReportWriter.Base.dll
Syntax
public class ParagraphSpacing
Constructors
ParagraphSpacing()
Declaration
public ParagraphSpacing()
Properties
Bottom
Gets or sets Bottom value.
Declaration
public float Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Top
Gets or sets Top value.
Declaration
public float Top { get; set; }
Property Value
Type | Description |
---|---|
System.Single |