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