Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > ExpansionBase.AppendText Method |
Name |
Description |
|
Clear the current string - ExpandedText |
||
Add text to the ExpandText StringBuilder object. |
||
Add text to the ExpandText StringBuilder object. This overload uses a passed list |
||
Add text to the ExpandText StringBuilder object. This overload will reformat the passed in text by: (a) Starting it on a new line; (b) Indenting every line with the passed indent |
||
Add text to the ExpandText StringBuilder object. This overload will reformat the passed in text by: (a) Starting it on a new line; (b) Indenting every line with the passed indent (c) Add a carriage return so that any subsequently added text will begin on a new line |
||
Add text to the ExpandText StringBuilder object. This overload will reformat the passed in text by: (a) Starting it on a new line; (b) Indenting every line with the passed indent (c) Add a carriage return so that any subsequently added text will begin on a new line |
ZeraSystems.CodeNanite.Expansion Namespace