DocumentProvider
Interface representing a provider for managing documents and their contents. It allows retrieval of documents, manipulation of text, and extraction of content fragments.
Parameters
Path
The type representing the path or identifier for locating documents.
Document
The type representing the document being operated on.
Inheritors
Types
Link copied to clipboard
Represents a range within a document, defined by a start and end position.
Link copied to clipboard
Represents a position in a text document identified by a specific line and column. Used for precise referencing of specific locations within multi-line text content.