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
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method 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 method

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

SubstituteMapRun() public method

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