Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
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}{signature:vb.net
vb.net
}
Public NotInheritable Class Type
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

A bookmark

...

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

...

The whole Word document

...

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

...

A document's header and footer

...

A hyperlink

...

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

...

A numbered or bulleted list

...

A list item

...

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

...

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

...

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

...

A table

...

A single cell in a table

...

Unspecified

{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|