C# 클래스 LayoutFarm.TextBreak.WordSpan

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
len byte
startAt int

공개 메소드들

메소드 설명
GetChar ( int index, TextBuffer textBuffer ) : char
GetString ( TextBuffer textBuffer ) : string
SameTextContent ( WordSpan another, TextBuffer textBuffer ) : bool
WordSpan ( int startAt, byte len ) : System

메소드 상세

GetChar() 공개 메소드

public GetChar ( int index, TextBuffer textBuffer ) : char
index int
textBuffer TextBuffer
리턴 char

GetString() 공개 메소드

public GetString ( TextBuffer textBuffer ) : string
textBuffer TextBuffer
리턴 string

SameTextContent() 공개 메소드

public SameTextContent ( WordSpan another, TextBuffer textBuffer ) : bool
another WordSpan
textBuffer TextBuffer
리턴 bool

WordSpan() 공개 메소드

public WordSpan ( int startAt, byte len ) : System
startAt int
len byte
리턴 System

프로퍼티 상세

len 공개적으로 프로퍼티

public byte len
리턴 byte

startAt 공개적으로 프로퍼티

public int startAt
리턴 int