Aspose::Words::Layout::LayoutEntityType enum

LayoutEntityType enum

Types of the layout entities.

enum class LayoutEntityType

Values

NameValueDescription
Nonen/aDefault value.
Pagen/aRepresents page of a document. Page may have Column, HeaderFooter and Comment child entities.
Columnn/aRepresents a column of text on a page. Column may have the same child entities as Cell, plus Footnote, Endnote and NoteSeparator entities.
Rown/aRepresents a table row. Row may have Cell as child entities.
Celln/aRepresents a table cell. Cell may have Line and Row child entities.
Linen/aRepresents line of characters of text and inline objects. Line may have Span child entities.
Spann/aRepresents one or more characters in a line. This include special characters like field start/end markers, bookmarks and comments. Span may not have child entities.
Footnoten/aRepresents placeholder for footnote content. Footnote may have Note child entities.
Endnoten/aRepresents placeholder for endnote content. Endnote may have Note child entities.
Noten/aRepresents placeholder for note content. Note may have Line and Row child entities.
HeaderFootern/aRepresents placeholder for header/footer content on a page. HeaderFooter may have Line and Row child entities.
TextBoxn/aRepresents text area inside of a shape. Textbox may have Line and Row child entities.
Commentn/aRepresents placeholder for comment content. Comment may have Line and Row child entities.
NoteSeparatorn/aRepresents footnote/endnote separator. NoteSeparator may have Line and Row child entities.

See Also