TextDocument
Description
- Derived from
- 
ContentNode<IBlockNode> abstract 
The TextDocument class is the root of a simple object model for formatted text documents.
Public / Constructors
FromFile
Creates a TextDocument from the file.
- IOException
- 
If an I/O error has occurred. 
- ValidatingException
- 
If one or more parsing errors have occurred. 
- See also
FromString
Creates a TextDocument from the given formatted text.
- ValidatingException
- 
If one or more parsing errors have occurred. 
- See also