Class TextSpansEvent
public sealed class TextSpansEvent : StreamEventArgs
- Inheritance
-
objectTextSpansEvent
- Inherited Members
Constructors
TextSpansEvent(StreamHeader, IReadOnlyList<TextSpan>)
public TextSpansEvent(StreamHeader header, IReadOnlyList<TextSpan> spans)
Parameters
headerStreamHeaderspansIReadOnlyList<TextSpan>
Properties
Spans
public IReadOnlyList<TextSpan> Spans { get; }
Property Value
- IReadOnlyList<TextSpan>