Class SegmentedRtf
This class represents an Rtf text that is separated in plain text segments and bookmark openings and endings.
Inheritance
System.Object
SegmentedRtf
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.TextConverter.Rtf
Assembly: Dangl.TextConverter.dll
Syntax
public class SegmentedRtf
Properties
| Improve this Doc View SourceSegments
The individual segments.
Declaration
public List<RtfSegment> Segments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RtfSegment> |