C# 클래스 newtelligence.DasBlog.Runtime.Html.Formatting.FormattedTextWriter

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
FormattedTextWriter ( TextWriter writer, string indentString ) : System
HasBackWhiteSpace ( string s ) : bool
HasFrontWhiteSpace ( string s ) : bool
IsWhiteSpace ( string s ) : bool
Trim ( string text, bool frontWhiteSpace ) : string
Write ( bool value ) : void
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( object value ) : void
Write ( string s ) : void
Write ( string format, object arg0 ) : void
Write ( string format, object arg0, object arg1 ) : void
WriteLine ( ) : void
WriteLine ( bool value ) : void
WriteLine ( char value ) : void
WriteLine ( char buffer, int index, int count ) : void
WriteLine ( double value ) : void
WriteLine ( float value ) : void
WriteLine ( int value ) : void
WriteLine ( long value ) : void
WriteLine ( object value ) : void
WriteLine ( string s ) : void
WriteLine ( string format, object arg0 ) : void
WriteLine ( string format, object arg0, object arg1 ) : void
WriteLineIfNotOnNewLine ( ) : void
WriteLiteral ( string s ) : void
WriteLiteralWrapped ( string s, int maxLength ) : void

비공개 메소드들

메소드 설명
MakeSingleLine ( string s ) : string

Converts the string into a single line seperated by single spaces

OutputIndent ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

FormattedTextWriter() 공개 메소드

public FormattedTextWriter ( TextWriter writer, string indentString ) : System
writer System.IO.TextWriter
indentString string
리턴 System

HasBackWhiteSpace() 공개 정적인 메소드

public static HasBackWhiteSpace ( string s ) : bool
s string
리턴 bool

HasFrontWhiteSpace() 공개 정적인 메소드

public static HasFrontWhiteSpace ( string s ) : bool
s string
리턴 bool

IsWhiteSpace() 공개 정적인 메소드

public static IsWhiteSpace ( string s ) : bool
s string
리턴 bool

Trim() 공개 정적인 메소드

public static Trim ( string text, bool frontWhiteSpace ) : string
text string
frontWhiteSpace bool
리턴 string

Write() 공개 메소드

public Write ( bool value ) : void
value bool
리턴 void

Write() 공개 메소드

public Write ( char value ) : void
value char
리턴 void

Write() 공개 메소드

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
리턴 void

Write() 공개 메소드

public Write ( double value ) : void
value double
리턴 void

Write() 공개 메소드

public Write ( float value ) : void
value float
리턴 void

Write() 공개 메소드

public Write ( int value ) : void
value int
리턴 void

Write() 공개 메소드

public Write ( long value ) : void
value long
리턴 void

Write() 공개 메소드

public Write ( object value ) : void
value object
리턴 void

Write() 공개 메소드

public Write ( string s ) : void
s string
리턴 void

Write() 공개 메소드

public Write ( string format, object arg0 ) : void
format string
arg0 object
리턴 void

Write() 공개 메소드

public Write ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
리턴 void

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( bool value ) : void
value bool
리턴 void

WriteLine() 공개 메소드

public WriteLine ( char value ) : void
value char
리턴 void

WriteLine() 공개 메소드

public WriteLine ( char buffer, int index, int count ) : void
buffer char
index int
count int
리턴 void

WriteLine() 공개 메소드

public WriteLine ( double value ) : void
value double
리턴 void

WriteLine() 공개 메소드

public WriteLine ( float value ) : void
value float
리턴 void

WriteLine() 공개 메소드

public WriteLine ( int value ) : void
value int
리턴 void

WriteLine() 공개 메소드

public WriteLine ( long value ) : void
value long
리턴 void

WriteLine() 공개 메소드

public WriteLine ( object value ) : void
value object
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string s ) : void
s string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string format, object arg0 ) : void
format string
arg0 object
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
리턴 void

WriteLineIfNotOnNewLine() 공개 메소드

public WriteLineIfNotOnNewLine ( ) : void
리턴 void

WriteLiteral() 공개 메소드

public WriteLiteral ( string s ) : void
s string
리턴 void

WriteLiteralWrapped() 공개 메소드

public WriteLiteralWrapped ( string s, int maxLength ) : void
s string
maxLength int
리턴 void