C# Класс SIL.FieldWorks.IText.RawTextVc

Наследование: SIL.FieldWorks.Common.RootSites.StVc
Показать файл Открыть проект Примеры использования класса

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

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