C# 클래스 SIL.FieldWorks.IText.RawTextVc

상속: SIL.FieldWorks.Common.RootSites.StVc
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
DisplayVariant ( IVwEnv vwenv, int tag, int frag ) : ITsString

We only use this to generate our empty text prompt.

RawTextVc ( IVwRootBox rootb, SIL.FieldWorks.FDO.FdoCache cache, int wsFirstPara ) : System
UpdateProp ( IVwSelection vwsel, int hvo, int tag, int frag, ITsString tssVal ) : ITsString

보호된 메소드들

메소드 설명
InsertParaContentsUserPrompt ( IVwEnv vwenv, int paraHvo ) : bool
SetupWsAndDirectionForPara ( IVwEnv vwenv, int paraHvo ) : void

Set the BaseWs and RightToLeft properties for the paragraph that is being laid out. These are computed (if possible) from the current paragraph; otherwise, use the default as set on the view contructor for the whole text. This override also sets the alignment (which presumably overrides the alignment set in the stylesheet?).

비공개 메소드들

메소드 설명
SetupVernWsForText ( int wsVern ) : void

메소드 상세

DisplayVariant() 공개 메소드

We only use this to generate our empty text prompt.
public DisplayVariant ( IVwEnv vwenv, int tag, int frag ) : ITsString
vwenv IVwEnv
tag int
frag int
리턴 ITsString

InsertParaContentsUserPrompt() 보호된 메소드

protected InsertParaContentsUserPrompt ( IVwEnv vwenv, int paraHvo ) : bool
vwenv IVwEnv
paraHvo int
리턴 bool

RawTextVc() 공개 메소드

public RawTextVc ( IVwRootBox rootb, SIL.FieldWorks.FDO.FdoCache cache, int wsFirstPara ) : System
rootb IVwRootBox
cache SIL.FieldWorks.FDO.FdoCache
wsFirstPara int
리턴 System

SetupWsAndDirectionForPara() 보호된 메소드

Set the BaseWs and RightToLeft properties for the paragraph that is being laid out. These are computed (if possible) from the current paragraph; otherwise, use the default as set on the view contructor for the whole text. This override also sets the alignment (which presumably overrides the alignment set in the stylesheet?).
protected SetupWsAndDirectionForPara ( IVwEnv vwenv, int paraHvo ) : void
vwenv IVwEnv The vwenv.
paraHvo int The HVO of the paragraph.
리턴 void

UpdateProp() 공개 메소드

public UpdateProp ( IVwSelection vwsel, int hvo, int tag, int frag, ITsString tssVal ) : ITsString
vwsel IVwSelection
hvo int
tag int
frag int
tssVal ITsString
리턴 ITsString