C# Class SIL.FieldWorks.SharpViews.Paragraphs.SubstituteTssClientRun

The special TssClientRun we use to support displaying a substitute string when the run is empty.
Inheritance: TssClientRun
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
SubstituteTssClientRun ( ITsString tss, AssembledStyles style, string substitute, AssembledStyles substituteStyle ) : System

Private Methods

Méthode Description
CopyWithNewContents ( ITsString newContents ) : TssClientRun

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.

Method Details

SubstituteTssClientRun() public méthode

public SubstituteTssClientRun ( ITsString tss, AssembledStyles style, string substitute, AssembledStyles substituteStyle ) : System
tss ITsString
style AssembledStyles
substitute string
substituteStyle AssembledStyles
Résultat System