| Name | Description |
| AbsolutePositioning |
This class is used to specify the position of tables and paragraphs in a Word document
|
| AutoFormatter |
When you import data to a table in your document, you can use the AutoFormatter interface to specify
how the imported data should be formatted in the table
|
| Bookmark |
This class is used to represent a bookmark in the document
|
| Border |
This class is used to specify border settings for various entities in a Word document
|
| CharacterRun |
The CharacterRun class represents a contiguous run of characters in the document, all of which have the same formatting
|
| CompatibilitySettings |
This class contains various settings so imported documents from other versions of Word and competing products will look the way they were intended to
|
| DataImportProperties |
This class is used to control settings for importing data into a table or table cell
|
| Document |
Represents a Word document
|
| DocumentProperties |
This class contains all file properties that are used by Word and Windows Explorer to display and store metadata about documents
|
| DocumentProtection |
This class is used to get and set document protection settings for a document
|
| Element |
This class is used to represent a region of the document that can be edited
|
| Field |
This class is a low level representation of a field
|
| Font |
The Font class is used to specify formatting that should be applied to a character run
|
| Hyperlink |
This class represents a hyperlink field in a document
|
| InlineImage |
This class is used to represent an inline image in a Word document
|
| List |
This class is used to represent a list in a Word document
|
| ListEntry |
This class is used to represent an entry in a List inside a Word document
|
| ListLevel |
This class is used to manipulate settings for a particular indent level
|
| MergeField |
This class represents a merge field in a document
|
| NamedStyle |
The NamedStyle class represents a named style, such as "Normal", "Heading 1", etc., that is embedded in a Word document
|
| Paragraph |
Represents a paragraph in the Word document
|
| ParagraphFormatting |
The ParagraphFormatting class is used to specify formatting that should be applied to a paragraph
|
| Position |
This class is used to represent a cursor position in the document
|
| SearchMatch |
A SearchMatch object represents a match in the document found by using
the method Element.Search.
|
| Section |
This class is used to represent a section of the document
|
| Shading |
This class is represents background shading for text, table cells, etc
|
| Styles |
This class is used to store the styles of a document
|
| Table |
Represents a table in the Word document
|
| TableCell |
Represents a table cell in a table in the Word document
|
| TableFormatting |
The TableFormatting class is used to specify formatting that should be applied to a table
|
| TwipsConverter |
Twips are the units of measurement used by the WordWriter API
|
| Watermark |
A Watermark object represents a document's watermark, which is
an image or text that when printed appears in the background of a document
|
| WordApplication |
WordApplication is the main class for pure code-based Word document generation (for information about template-based workbook generation, see WordTemplate )
|
| WordChangeTracking |
This class is used to get and set Word change tracking settings for a document
|
| WordHyphenSettings |
This class is used to get and set Word hyphen settings for a document
|
| WordViewSettings |
This class is used manipulate the View settings for a document
|
| WordWriterException |
All methods in the WordWriter API can throw an exception of type WordWriterException.
|
| WordNumberFormat |
This class is used to enumerate the set of Word's built-in number formats Word
|