History for CreateADocumentOrientedStructuredTextDocument
??changed:- Use Case Create a Document-Oriented StructuredText Document Actor -- StructuredTextUser Goal -- Create an object that captures paragraphs and their relationships as well as document-oriented features like headings, bullets, emphasis and so on in a structured way for further processing, typically with DOMAwareTools. Description: The user calls 'StructuredText.Basic' as described in NGDocumentation to create a basic StructuredText document and then passes basic document to 'StructuredText.Document' to create a new document with richer paragraph and text structure. The second step in the processing is described in the NGDocumentation too.