IDocumentConnector Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |