IDocumentConnector Interface

Definition

Interface for document connections (e.g. Microsoft Word)

public interface IDocumentConnector
type IDocumentConnector = interface
Public Interface IDocumentConnector
Derived

Methods

AppendText(Stream, String)

Append the specified text to the document.

Initialize(Stream)

Initialize a document from the given stream.

ReadText(Stream)

Read all text from the document.

Applies to