Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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 | |
return | string |
public TssClientRun ( ITsString tss, AssembledStyles style ) : System | ||
tss | ITsString | |
style | AssembledStyles | |
return | System |
public UniformRunStyles ( int irun ) : AssembledStyles | ||
irun | int | |
return | AssembledStyles |