Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

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.

Signature
C#
C#
 public sealed class Type : TypesafeEnum
Signature
vb.net
vb.net
Public NotInheritable Class Type
		Inherits TypesafeEnum
Values

Name

Description

Anchor
Bookmark
Bookmark
Bookmark

A bookmark

Anchor
CharacterRun
CharacterRun
CharacterRun

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

Anchor
Document
Document
Document

The whole Word document

Anchor
Field
Field
Field

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

Anchor
HeaderFooter
HeaderFooter
HeaderFooter

A document's header and footer

Anchor
Hyperlink
Hyperlink
Hyperlink

A hyperlink

Anchor
InlineImage
InlineImage
InlineImage

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

Anchor
List
List
List

A numbered or bulleted list

Anchor
ListEntry
ListEntry
ListEntry

A list item

Anchor
MergeField
MergeField
MergeField

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

Anchor
Paragraph
Paragraph
Paragraph

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

Anchor
Section
Section
Section

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

Anchor
Table
Table
Table

A table

Anchor
TableCell
TableCell
TableCell

A single cell in a table

Anchor
Unspecified
Unspecified
Unspecified

Unspecified