Class
ParagraphBreakSegment

Segment that starts a new paragraph with configurable paragraph properties

Definition

Namespace:Telerik.Documents.AI.Tools.Fixed.Core.Models.ContentSegments

Assembly:Telerik.Documents.AI.Tools.Fixed.Core.dll

Syntax:

cs-api-definition
public class ParagraphBreakSegment : ContentSegment

Inheritance: objectContentSegmentParagraphBreakSegment

Constructors

ParagraphBreakSegment()

Declaration

cs-api-definition
public ParagraphBreakSegment()

Properties

BackgroundColor

Background color for the paragraph in hex format (e.g., '#FFFFFF'). Leave empty for no background.

Declaration

cs-api-definition
public string BackgroundColor { get; set; }

Property Value

string

FirstLineIndent

First line indent in points. Default is 0.

Declaration

cs-api-definition
public double FirstLineIndent { get; set; }

Property Value

double

HorizontalAlignment

Horizontal alignment: 'Left', 'Center', 'Right', 'Justified'. Default is 'Left'.

Declaration

cs-api-definition
public string HorizontalAlignment { get; set; }

Property Value

string

LeftIndent

Left indent in points. Default is 0.

Declaration

cs-api-definition
public double LeftIndent { get; set; }

Property Value

double

RightIndent

Right indent in points. Default is 0.

Declaration

cs-api-definition
public double RightIndent { get; set; }

Property Value

double

SegmentType

The type of content segment

Declaration

cs-api-definition
public override string SegmentType { get; }

Property Value

string

Overrides ContentSegment.SegmentType

SpacingAfter

Spacing after the paragraph in points. Default is 0.

Declaration

cs-api-definition
public double SpacingAfter { get; set; }

Property Value

double

SpacingBefore

Spacing before the paragraph in points. Default is 0.

Declaration

cs-api-definition
public double SpacingBefore { get; set; }

Property Value

double