Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

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
ParagraphA paragraph in the Word document (a block of text that ends with a carriage return)
TableA table
ListA numbered or bulleted list
CharacterRunA contiguous run of characters in the document, all of which have the same formatting
InlineImageAn inline image ( Word supports jpg, png, bmp, and gif images)
FieldA generic representation of a field that encompasses many objects in Word, including merge fields, hyperlinks, and table of content entries.
TableCellA single cell in a table
SectionA major section in a document, like a chapter in a book
DocumentThe whole Word document
HeaderFooterA document's header and footer
BookmarkA bookmark
ListEntryA list item
UnspecifiedUnspecified
HyperlinkA hyperlink
MergeFieldA merge field (a placeholder for data imported from a database)



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.