Class DocumentSpan
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
Representation of the text span related for the entire document.
public class DocumentSpan
- Inheritance
-
DocumentSpan
- Derived
Constructors
- DocumentSpan(TextSpan, string)
Initializes a new instance of the
DocumentSpan
class with specified parameters.
Properties
- FileName
Gets the full file name of the document that this span is associated with.
- TextSpan
Gets the location within the document that this location is associated with.