ClassLineSegment
Class
Text segment that inserts formatted text followed by a line break
Definition
Namespace:Telerik.Documents.AI.Tools.Fixed.Core.Models.ContentSegments
Assembly:Telerik.Documents.AI.Tools.Fixed.Core.dll
Syntax:
cs-api-definition
public class LineSegment : FormattedTextSegment
Inheritance: objectContentSegmentFormattedTextSegmentLineSegment
Inherited Members
Constructors
LineSegment()
Declaration
cs-api-definition
public LineSegment()
Properties
SegmentType
The type of content segment
Declaration
cs-api-definition
public override string SegmentType { get; }
Property Value
Overrides