Show / Hide Table of Contents

Class ParagraphFormat

The format of paragraph

Inheritance
System.Object
ParagraphFormat
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public class ParagraphFormat

Properties

FirstLineIndent

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

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()
In This Article
  • Properties
    • FirstLineIndent
    • LineSpacing
    • LineSpacingMultiple
    • LineSpacingType
    • SkipFirstLineIndent
  • Methods
    • Equals(Object)
    • GetHashCode()
Back to top Generated by DocFX