Search Results for

    Show / Hide Table of Contents

    Class ParagraphFormat

    The format of paragraph

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

    Properties

    FirstLineIndent

    The first line on each paragraph, not effect if value less then 0

    Declaration
    [Browsable(true)]
    public float FirstLineIndent { get; set; }
    Property Value
    Type Description
    System.Single

    LineSpacing

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

    Declaration
    [Browsable(true)]
    public float LineSpacing { get; set; }
    Property Value
    Type Description
    System.Single

    LineSpacingMultiple

    The value for a multiplication line height for adding spacing

    Declaration
    [Browsable(true)]
    public float LineSpacingMultiple { get; set; }
    Property Value
    Type Description
    System.Single

    LineSpacingType

    The spacing type for distance between line calculation

    Declaration
    [Browsable(true)]
    public LineSpacingType LineSpacingType { get; set; }
    Property Value
    Type Description
    LineSpacingType

    SkipFirstLineIndent

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

    Declaration
    [Browsable(false)]
    public bool SkipFirstLineIndent { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Equals(Object)

    Checks equals.`

    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()

    Gets hash code.

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