Version

Search Results

Adding Table to Word Document

Adding Table to Word Document This document demonstrates with examples how to add to a Word document a table with a heading row and a nested table. The topic is organized as follows: Introduction Requirements Formatting Tables - Overview Examples Example: Creating a Table With a Header Row Preview Code Sample Exam...

API Overview

API Overview This section lists each namespace that is relevant to the Word Library. We also give you several key classes that you will be using while programming with this Word Library. The namespaces and classes on this page link directly into our API documentation. Documents.Word Namespace: Infragistics.Documen...

Applying Formatting to Word Document

Applying Formatting to Word Document This topic demonstrates formatting of Word document using the Infragistics Word library. The code below uses the forward-only WordDocumentWriter object. The various formatting functionalities discussed in this topic are Font, Paragraph formatting and Page attributes such as siz...

Creating a Word Document

Creating a Word Document This topic illustrates how to create a Word document using the forward-only WordDocumentWriter streamer object. The static Create method of the WordDocumentWriter object creates a new Word document. The following screenshot shows a Word document created with text and hyper link: The variou...

Creating Word Document Using Object Model Approach

Creating Word Document Using Object Model Approach This topic illustrates how to create a Microsoft®Word® document and its layout elements using the object model approach. Overview The topic is organized as follows: Creating a Simple Word Document Adding a Hyperlink Adding a Picture Adding an Anchored Picture Addi...

Headers Footers and Page Numbers

Headers Footers and Page Numbers Using the Infragistics Word library you can create headers and footers that may be as simple as a document title and a page number to images, multiple paragraphs, tables and hyperlinks. The following screenshots depicts a Word document created with text and image in the Header: The...

Infragistics Word Library

Infragistics Word Library If you’re looking for an area that houses all of the overview/task-based information related to the Word Library, you’ve come to the right place. This section contains valuable information about Word Library, ranging from what the Word Library does and why you would want to use it in your...

Word Library Resource Strings Reference

Word Library Resource Strings Reference You can quickly and easily modify any resource string value that is displayed to a user by a control/component. Resource strings include items such as dialog box captions, warning messages, alerts, etc. The following table lists the names of the resource strings that are use...

Understanding Infragistics Word Library

Understanding Infragistics Word Library This is a great place for you to start learning about the Word Library, and its key features and functionalities. The topics in this section will give you a better idea of why you would want to use Word Library in your applications. Click the links below to gain an overview ...

Using Bullet Lists and Automatic Numbering

Using Bullet Lists and Automatic Numbering Using Bullet Lists and Automatic Numbering Purpose This topic provides a conceptual overview of how to create bullet lists and automatic numbering runs in a wordprocessingML-compliant document using the Infragistics WordDocumentWriter class. Required background The follow...