C# Class yazd.TabbedTextWriter

Inheritance: System.IO.TextWriter
Show file Open project: toptensoftware/yazd Class Usage Examples

Public Properties

Property Type Description
TabStops int[]

Public Methods

Method Description
TabbedTextWriter ( TextWriter Target ) : System
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
Write ( string val ) : void

Method Details

TabbedTextWriter() public method

public TabbedTextWriter ( TextWriter Target ) : System
Target System.IO.TextWriter
return System

Write() public method

public Write ( char value ) : void
value char
return void

Write() public method

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

Write() public method

public Write ( string val ) : void
val string
return void

Property Details

TabStops public property

public int[] TabStops
return int[]