# Word for WinForms Key Features

## Content



The key features of Word for WinForms are as follows:

*   **Rich Object Model**<br />**Word for WinForms** provides a rich and powerful object model which is easily programmable. All you have to use is C1WordDocument class that provides all advanced properties and methods, to create both Microsoft Word and RTF Documents.
*   **Advanced Library**<br />**Word for WinForms** uses advanced methods to add pictures, paragraph, text, font, graphics, curves, and table in Word documents.
    
*   **Draw Text**<br />**Word for WinForms** allows you to draw text in different fonts and use font properties in your Word documents.
    
*   **Add Tables**<br />**Word for WinForms** includes RTFTable object that helps you add data to table cells.
    
*   **Hyperlinks and bookmarks**<br />**Word for WinForms** provides you bookmarks to navigate within the document and hyperlinks to navigate to different URLs.
    
*   **Draw and Play Metafiles**<br />Draw and play metafiles in Word document using **C1Word** class. The Word for WinForms exclusively includes DrawMetafile method that takes in metafile images (.wmf, .emf) and adds it to your documents.
    
*   **Read and Write DOCX/RTF files**<br />Word for WinForms allows you to read and write DOCX and RTF files. You can also modify these files using the **C1Word** rich API.