Search Results for

    Show / Hide Table of Contents

    Class ParagraphFormat

    The format of paragraph

    Inheritance
    System.Object
    ParagraphFormat
    Namespace: FastReport
    Assembly: FastReport.Base.dll
    Syntax
    public class ParagraphFormat

    Properties

    FirstLineIndent

    The first line on each paragraph.

    Declaration
    public float FirstLineIndent { get; set; }
    Property Value
    Type Description
    System.Single

    LineSpacing

    The distance between lines, not effect if value less then 0

    Declaration
    public float LineSpacing { get; set; }
    Property Value
    Type Description
    System.Single

    LineSpacingMultiple

    The value for a multiplication line height for adding spacing

    Declaration
    public float LineSpacingMultiple { get; set; }
    Property Value
    Type Description
    System.Single

    LineSpacingType

    The spacing type for distance between line calculation

    Declaration
    public LineSpacingType LineSpacingType { get; set; }
    Property Value
    Type Description
    LineSpacingType

    SkipFirstLineIndent

    Skip the line indent in the first paragraph, for broken paragraphs

    Declaration
    public bool SkipFirstLineIndent { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    Back to top © 1998-2025 Copyright Fast Reports Inc.