LayoutEntityType enumeration

LayoutEntityType enumeration

Types of the layout entities.

Members

NameDescription
NoneDefault value.
PageRepresents page of a document.
ColumnRepresents a column of text on a page.
RowRepresents a table row.
CellRepresents a table cell.
LineRepresents line of characters of text and inline objects.
SpanRepresents one or more characters in a line. This include special characters like field start/end markers, bookmarks and comments.
FootnoteRepresents placeholder for footnote content.
EndnoteRepresents placeholder for endnote content.
NoteRepresents placeholder for note content.
HeaderFooterRepresents placeholder for header/footer content on a page.
TextBoxRepresents text area inside of a shape.
CommentRepresents placeholder for comment content.
NoteSeparatorRepresents footnote/endnote separator.

See Also