Overview
MarkupLevel is a enum in Aspose.Words FOSS for .NET.
Specifies the level in the document tree where a particular StructuredDocumentTag can occur.
This enumeration defines 5 values: Unknown, Inline, Block, Row, Cell.
Values
| Value | Description |
|---|
Unknown | |
Inline | |
Block | |
Row | |
Cell | |
See Also