| Line 1836... |
Line 1836... |
| 1836 |
// The EA_DocGenText element can contain text content in its notes section
|
1836 |
// The EA_DocGenText element can contain text content in its notes section
|
| 1837 |
// that must be appended to the doc in Body 1 style within the current
|
1837 |
// that must be appended to the doc in Body 1 style within the current
|
| 1838 |
// section.
|
1838 |
// section.
|
| 1839 |
else if (theElement.Name.StartsWith(EA_Constants.EA_DocGenText))
|
1839 |
else if (theElement.Name.StartsWith(EA_Constants.EA_DocGenText))
|
| 1840 |
{
|
1840 |
{
|
| - |
|
1841 |
//@@@@
|
| 1841 |
TextualContent.appendAndSelectText( TextualContent.trimTrailingReturns(theElement.Notes), EA_Constants.styleName_Body1 );
|
1842 |
//TextualContent.appendAndSelectText( TextualContent.trimTrailingReturns(theElement.Notes), EA_Constants.styleName_Body1 );
|
| - |
|
1843 |
TextParser.parse( TextualContent.trimTrailingReturns(theElement.Notes), theElement.ElementID, EA_Constants.styleName_Body1, 0, false);
|
| 1842 |
}
|
1844 |
}
|
| 1843 |
|
1845 |
|
| 1844 |
else if (theElement.Name.StartsWith(EA_Constants.EA_DocGenRelationshipMatrix))
|
1846 |
else if (theElement.Name.StartsWith(EA_Constants.EA_DocGenRelationshipMatrix))
|
| 1845 |
{
|
1847 |
{
|
| 1846 |
EA_RelationshipMatrix.initialise(processedElements);
|
1848 |
EA_RelationshipMatrix.initialise(processedElements);
|