메소드 | 설명 | |
---|---|---|
AddTsString ( ITsString tss ) : void |
Accumulate a TsString into our result. The base implementation does nothing.
|
|
OpenParagraph ( ) : void |
keep track of the opened paragraphs, so we can add spaces before strings in new paragraphs.
|
|
TsStringCollectorEnv ( IVwEnv baseEnv, ISilDataAccess sda, int hvoRoot ) : System |
Initializes a new instance of the T:TsStringCollectorEnv class.
|
메소드 | 설명 | |
---|---|---|
AddResultString ( string s ) : void |
Accumulate a string into our result. The base implementation does nothing.
|
메소드 | 설명 | |
---|---|---|
AddResultString ( string s, int ws ) : void |
Accumulate a string into our result, with known writing system. This base implementation ignores the writing system.
|
|
AppendSpaceForFirstWordInNewParagraph ( string s ) : void |
We want to append a space if its the first (non-zero-lengthed) word in new paragraph (after the first paragraph).
|
public TsStringCollectorEnv ( IVwEnv baseEnv, ISilDataAccess sda, int hvoRoot ) : System | ||
baseEnv | IVwEnv | The base env. |
sda | ISilDataAccess | Date access to get prop values etc. |
hvoRoot | int | The root object to display, if m_baseEnv is null. /// If baseEnv is not null, hvoRoot is ignored. |
리턴 | System |