ClassParagraphBreakSegment
Class
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.
FirstLineIndent
First line indent in points. Default is 0.
HorizontalAlignment
Horizontal alignment: 'Left', 'Center', 'Right', 'Justified'. Default is 'Left'.
LeftIndent
Left indent in points. Default is 0.
RightIndent
Right indent in points. Default is 0.
SegmentType
The type of content segment
Declaration
cs-api-definition
public override string SegmentType { get; }
Property Value
Overrides
SpacingAfter
Spacing after the paragraph in points. Default is 0.
SpacingBefore
Spacing before the paragraph in points. Default is 0.