TheDocument |
Scroll |
TheDocument represents and Thereforeā¢ compound file containing one or more document streams (e.g. a Word document and a PDF). The class provides various methods for adding, removing and extracting streams. All meta information for the document is contained in the IndexData member.
Namespace: Therefore.API
Visual Basic Public Class TheDocument C# public class TheDocument |
Name |
Description |
Gets the full path to the Thereforeā¢ compound file. |
|
Gets or sets the TheIndexData of the document. |
|
Gets the number of streams in the Thereforeā¢ compound file. |
|
Gets the handle of the Thereforeā¢ Viewer window that was opened with TheDocument.View(). |
Name |
Description |
Adds a file to the compound file. |
|
Adds a file to the compound file. The file is converted into the desired format first. |
|
Adds one or more files to the document. The files are converted into the desired format first. |
|
Archive the current TheDocument. |
|
Checks in the updated document. |
|
Checks out the document or tests if a check out is possible. |
|
Closes the currently opened Thereforeā¢ compound file. |
|
Closes the Thereforeā¢ Viewer window that was opened with TheDocument.View(). |
|
Creates a new Thereforeā¢ compound file. |
|
Creates a link between a Thereforeā¢ document and case. |
|
Creates a link between two Thereforeā¢ documents. |
|
Creates a new Thereforeā¢ compound file that contains a link to an Thereforeā¢ document. |
|
Deletes a link between a Thereforeā¢ document and case. |
|
Deletes a link between two Thereforeā¢ documents. |
|
Closes the currently opened Thereforeā¢ compound file and deletes it from the hard disc. Do Not execute this method when the document has already been closed. |
|
Extracts a stream from the compound file and writes it to the hard disk. |
|
Extracts streams from the compound file, converts them into the desired format and writes them to the hard disk. |
|
This opens the check in comment dialog. |
|
Returns a list of TheLinkedObject items. |
|
Retrieves the thumbnail of the document. |
|
Get a reference to the IStream object representing the file stream. |
|
Gets information on a stream of the Thereforeā¢ compound file. |
|
Checks whether the opened document is a link document. A link document does not contain any document data. It only contains the document number, which is a link to a document in the archive. |
|
Opens a Thereforeā¢ document (Thereforeā¢ compound document file). |
|
Overloaded. Retrieves the document from the server and opens it. |
|
|
|
Frees the locked document so that other users may check it out. All changes are lost. |
|
Verifies the automatic signature of the Thereforeā¢ compound file. |
|
Opens Thereforeā¢ Viewer to display the document. |