Class ParagraphSpacing
Provides the properties to set the padding of the empty paragraph in WordWriterAdv.
Inheritance
System.Object
ParagraphSpacing
Namespace: BoldReports.Writer
Assembly: BoldReports.Web.dll
Syntax
public class ParagraphSpacing : Object
Constructors
ParagraphSpacing()
Declaration
public ParagraphSpacing()
Properties
Bottom
Gets or sets the value for padding from bottom.
Declaration
public float Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The bottom padding in the unit inch. |
Top
Gets or sets the value for padding from top.
Declaration
public float Top { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The top padding in the unit inch. |