|
Programmer's Reference >
WordApplication API >
Element > Element.Type
Element.Type Enumeration
An Element represents a region of the document that can be edited. An Element.Type value specifies the type of region an Element object represents.
Values
| Name |
Description |
| Paragraph | A paragraph in the Word document (a block of text that ends with a carriage return) |
| Table | A table |
| List | A numbered or bulleted list |
| CharacterRun | A contiguous run of characters in the document, all of which have the same formatting |
| InlineImage | An inline image ( Word supports jpg, png, bmp, and gif images) |
| Field | A generic representation of a field that encompasses many objects in Word, including merge fields, hyperlinks, and table of content entries. |
| TableCell | A single cell in a table |
| Section | A major section in a document, like a chapter in a book |
| Document | The whole Word document |
| HeaderFooter | A document's header and footer |
| Bookmark | A bookmark |
| ListEntry | A list item |
| Unspecified | Unspecified |
| Hyperlink | A hyperlink |
| MergeField | A merge field (a placeholder for data imported from a database) |

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.
|