C# Class LayoutFarm.TextBreak.WordSpan

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
len byte
startAt int

Public Methods

Method Description
GetChar ( int index, TextBuffer textBuffer ) : char
GetString ( TextBuffer textBuffer ) : string
SameTextContent ( WordSpan another, TextBuffer textBuffer ) : bool
WordSpan ( int startAt, byte len ) : System

Method Details

GetChar() public method

public GetChar ( int index, TextBuffer textBuffer ) : char
index int
textBuffer TextBuffer
return char

GetString() public method

public GetString ( TextBuffer textBuffer ) : string
textBuffer TextBuffer
return string

SameTextContent() public method

public SameTextContent ( WordSpan another, TextBuffer textBuffer ) : bool
another WordSpan
textBuffer TextBuffer
return bool

WordSpan() public method

public WordSpan ( int startAt, byte len ) : System
startAt int
len byte
return System

Property Details

len public property

public byte len
return byte

startAt public property

public int startAt
return int