C# 클래스 SIL.FieldWorks.SharpViews.Paragraphs.SubstituteMapRun

A subclass used to display a substitute for an empty string. The clientRun is always empty.
상속: MapRun
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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