Метод | Описание | |
---|---|---|
CharacterStyleNameAt ( int index ) : string | ||
TssClientRun ( ITsString tss, AssembledStyles style ) : System | ||
UniformRunLength ( int irun ) : int | ||
UniformRunStart ( int irun ) : int | ||
UniformRunStyles ( int irun ) : AssembledStyles | ||
UniformRunText ( int irun ) : string | ||
WritingSystemAt ( int index ) : int |
Override to get the actual WS known in the TsString.
|
Метод | Описание | |
---|---|---|
CopyWithNewContents ( ITsString newContents ) : |
Return an otherwise equivalent Tss client run that has the specified Contents. Subclasses should override to return the appropriate subclass and copy any additional information.
|
public CharacterStyleNameAt ( int index ) : string | ||
index | int | |
Результат | string |
public TssClientRun ( ITsString tss, AssembledStyles style ) : System | ||
tss | ITsString | |
style | AssembledStyles | |
Результат | System |
public UniformRunLength ( int irun ) : int | ||
irun | int | |
Результат | int |
public UniformRunStyles ( int irun ) : AssembledStyles | ||
irun | int | |
Результат | AssembledStyles |
public UniformRunText ( int irun ) : string | ||
irun | int | |
Результат | string |
public WritingSystemAt ( int index ) : int | ||
index | int | |
Результат | int |