C# Class Mono.Addins.Setup.TextFormatter

Mostrar archivo Open project: mono/mono-addins Class Usage Examples

Private Properties

Property Type Description
AddIndentString int
AppendChar void
AppendChars void
AppendCurrentWord void
AppendSoftBreak void
CreateIndentString void
GetTabWidth int

Public Methods

Method Description
Append ( string text ) : void
AppendLine ( ) : void
AppendWord ( string text ) : void
BeginWord ( ) : void
Clear ( ) : void
EndWord ( ) : void
FlushWord ( ) : void
TextFormatter ( ) : System
ToString ( ) : string

Private Methods

Method Description
AddIndentString ( StringBuilder sb, string txt ) : int
AppendChar ( char c, bool wrapChars ) : void
AppendChars ( string s, bool wrapChars ) : void
AppendCurrentWord ( char separatorChar ) : void
AppendSoftBreak ( ) : void
CreateIndentString ( ) : void
GetTabWidth ( int startCol ) : int

Method Details

Append() public method

public Append ( string text ) : void
text string
return void

AppendLine() public method

public AppendLine ( ) : void
return void

AppendWord() public method

public AppendWord ( string text ) : void
text string
return void

BeginWord() public method

public BeginWord ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

EndWord() public method

public EndWord ( ) : void
return void

FlushWord() public method

public FlushWord ( ) : void
return void

TextFormatter() public method

public TextFormatter ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string