[]
        
(Showing Draft Content)

Word for WinForms Key Features

The key features of Word for WinForms are as follows:

  • Rich Object Model
    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
    Word for WinForms uses advanced methods to add pictures, paragraph, text, font, graphics, curves, and table in Word documents.

  • Draw Text
    Word for WinForms allows you to draw text in different fonts and use font properties in your Word documents.

  • Add Tables
    Word for WinForms includes RTFTable object that helps you add data to table cells.

  • Hyperlinks and bookmarks
    Word for WinForms provides you bookmarks to navigate within the document and hyperlinks to navigate to different URLs.

  • Draw and Play Metafiles
    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
    Word for WinForms allows you to read and write DOCX and RTF files. You can also modify these files using the C1Word rich API.