ASP.NET Core

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

    Show / Hide Table of Contents

    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.EJ.ReportWriter
    Assembly: Syncfusion.EJ.ReportViewer.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved