The Word type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Dispose()()() | Immediately releases the unmanaged resources used by the object. This method is automatically launched in windows applications. | |
| DocToDocx(String) | Converts DOC document to DOCX. | |
| DocToHtml(String) | Converts DOC document to HTML. | |
| DocToRtf(String) | Converts DOC document to RTF. | |
| DocToTxt(String) | Converts DOC document to TXT. | |
| DocToXml(String) | Converts DOC document to XML. | |
| DocxToDoc(String) | Converts DOCX document to DOC. | |
| DocxToHtml(String) | Converts DOCX document to HTML. | |
| DocxToRtf(String) | Converts DOCX document to RTF. | |
| DocxToTxt(String) | Converts DOCX document to TXT. | |
| DocxToXml(String) | Converts DOCX document to XML. | |
| OpenDoc(String) | Open DOC document file. | |
| OpenDocx(String) | Open DOCX document file. | |
| OpenRtf(String) | Open RTF document file. | |
| OpenTxt(String) | Open TXT document file. | |
| OutlookMail(String, String, String) | Composes the letter use HTML file. With the help of MS Outlook(R) displays the letter, but doesn't send it. | |
| RtfToDoc(String) | Converts RTF document to DOC. | |
| RtfToDocx(String) | Converts RTF document to DOCX. | |
| RtfToHtml(String) | Converts RTF document to HTML. | |
| RtfToTxt(String) | Converts RTF document to TXT. | |
| RtfToXml(String) | Converts RTF document to XML. | |
| SendHTMLMail(String, String, String, String, String, String, String) | Sends HTML file by email. But the method doesn't allow send a mail via smtp server with secure authentication. | |
| SendHTMLMail(String, String, String, String, String, String, String, ArrayList) | Sends HTML file by email with attached files. But the method doesn't allow send a mail via smtp server with secure authentication. | |
| TxtToDoc(String) | Converts TXT document to DOC. | |
| TxtToDocx(String) | Converts TXT document to DOCX. | |
| TxtToHtml(String) | Converts TXT document to HTML. | |
| TxtToRtf(String) | Converts TXT document to RTF. | |
| TxtToXml(String) | Converts TXT document to XML. |