C# Class LayoutFarm.TextBreak.WordSpan

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
len byte
startAt int

Méthodes publiques

Méthode 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 méthode

public GetChar ( int index, TextBuffer textBuffer ) : char
index int
textBuffer TextBuffer
Résultat char

GetString() public méthode

public GetString ( TextBuffer textBuffer ) : string
textBuffer TextBuffer
Résultat string

SameTextContent() public méthode

public SameTextContent ( WordSpan another, TextBuffer textBuffer ) : bool
another WordSpan
textBuffer TextBuffer
Résultat bool

WordSpan() public méthode

public WordSpan ( int startAt, byte len ) : System
startAt int
len byte
Résultat System

Property Details

len public_oe property

public byte len
Résultat byte

startAt public_oe property

public int startAt
Résultat int