Methods_T_CommandLine_Text_TextWrapper - adutton/commandline GitHub Wiki
The TextWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
AddWordToLastLineOrCreateNewLineIfNecessary | When presented with a word, either append to the last line in the list or start a new line |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Indent | Indent all lines in the TextWrapper by the desired number of spaces |
![]()
|
LeftString | Return the left part of a string in a way that compensates for Substring's deficiencies |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]()
|
RightString | Return the right part of a string in a way that compensates for Substring's deficiencies |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
ToText | Returns the current state of the TextWrapper as a string |
![]() |
WordWrap | Splits a string into a words and performs wrapping while also preserving line-breaks and sub-indentation |
![]() |
WordWrapLine | |
![]()
|
WrapAndIndentText | Convenience method to wraps and indent a string in a single operation |
| Name | Description | |
|---|---|---|
![]() |
IsEmpty | (Defined by UnParserExtensions.) |
![]() |
NormalizeValue | (Defined by UnParserExtensions.) |



