C# Класс SIL.FieldWorks.SharpViews.Paragraphs.SubstituteMapRun

A subclass used to display a substitute for an empty string. The clientRun is always empty.
Наследование: MapRun
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CopyWithLogStart() публичный Метод

Copy the MapRun except for substituting the new starts.
public CopyWithLogStart ( int newLogStart, int newRenStart ) : MapRun
newLogStart int
newRenStart int
Результат MapRun

SubstituteMapRun() публичный Метод

public SubstituteMapRun ( int logical, IClientRun clientRun, int render, string substitute, AssembledStyles substituteStyle ) : System
logical int
clientRun IClientRun
render int
substitute string
substituteStyle AssembledStyles
Результат System