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

A subclass used to display a substitute for an empty string. The clientRun is always empty.
Inheritance: MapRun
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
CopyWithLogStart ( int newLogStart, int newRenStart ) : MapRun

Copy the MapRun except for substituting the new starts.

SubstituteMapRun ( int logical, IClientRun clientRun, int render, string substitute, AssembledStyles substituteStyle ) : System

Method Details

CopyWithLogStart() public méthode

Copy the MapRun except for substituting the new starts.
public CopyWithLogStart ( int newLogStart, int newRenStart ) : MapRun
newLogStart int
newRenStart int
Résultat MapRun

SubstituteMapRun() public méthode

public SubstituteMapRun ( int logical, IClientRun clientRun, int render, string substitute, AssembledStyles substituteStyle ) : System
logical int
clientRun IClientRun
render int
substitute string
substituteStyle AssembledStyles
Résultat System