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
Wiki Markup
{description}
{excerpt}An [Element|Element] represents a region of the document that can be edited.  An [Element.Type|Element.Type] value specifies the type of region an {{Element}} object represents.{excerpt}
{signature:C#}
 public sealed class Type : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class Type
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Bookmark}Bookmark|A bookmark|
|{anchor:CharacterRun}CharacterRun|A contiguous run of characters in the document, all of which have the same formatting|
|{anchor:Document}Document|The whole Word document|
|{anchor: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|A document's header and footer|
|{anchor:Hyperlink}Hyperlink|A hyperlink|
|{anchor:InlineImage}InlineImage|An inline image \( Word supports jpg, png, bmp, and gif images\)|
|{anchor:List}List|A numbered or bulleted list|
|{anchor:ListEntry}ListEntry|A list item|
|{anchor:MergeField}MergeField|A merge field \(a placeholder for data imported from a database\)|
|{anchor:Paragraph}Paragraph|A paragraph in the Word document \(a block of text that ends with a carriage return\)|
|{anchor:Section}Section|A major section in a document, like a chapter in a book|
|{anchor:Table}Table|A table|
|{anchor:TableCell}TableCell|A single cell in a table|
|{anchor:Unspecified}Unspecified|Unspecified|