Page tree
Skip to end of metadata
Go to start of metadata

Description

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.

C#
vb.net

Values

Name

Description

Bookmark

A bookmark

CharacterRun

A contiguous run of characters in the document, all of which have the same formatting

Document

The whole Word document

Field

A generic representation of a field that encompasses many objects in Word, including merge fields, hyperlinks, and table of content entries.

HeaderFooter

A document's header and footer

Hyperlink

A hyperlink

InlineImage

An inline image ( Word supports jpg, png, bmp, and gif images)

List

A numbered or bulleted list

ListEntry

A list item

MergeField

A merge field (a placeholder for data imported from a database)

Paragraph

A paragraph in the Word document (a block of text that ends with a carriage return)

Section

A major section in a document, like a chapter in a book

Table

A table

TableCell

A single cell in a table

Unspecified

Unspecified

  • No labels