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

The special TssClientRun we use to support displaying a substitute string when the run is empty.
상속: TssClientRun
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
SubstituteTssClientRun ( ITsString tss, AssembledStyles style, string substitute, AssembledStyles substituteStyle ) : System

비공개 메소드들

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

메소드 상세

SubstituteTssClientRun() 공개 메소드

public SubstituteTssClientRun ( ITsString tss, AssembledStyles style, string substitute, AssembledStyles substituteStyle ) : System
tss ITsString
style AssembledStyles
substitute string
substituteStyle AssembledStyles
리턴 System