C# Класс SIL.FieldWorks.Common.Framework.DetailControls.StTextSlice

An StTextSlice implements the sttext editor type for atomic attributes whose value is an StText. The resulting view allows the editing of the text, including creating and destroying (and splitting and merging) of the paragraphs using the usual keyboard actions.
Наследование: ViewPropertySlice
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FinishInit ( ) : void
OnAddToLexicon ( object argument ) : bool
OnDisplayAddToLexicon ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
OnDisplayLexiconLookup ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
OnLexiconLookup ( object argument ) : bool

Look up the selected wordform in the dictionary and display its lexical entry.

StTextSlice ( ICmObject obj, int flid, int ws ) : System

Защищенные методы

Метод Описание
OnEnter ( EventArgs e ) : void

Приватные методы

Метод Описание
GetWordLimitsOfSelection ( int &ichMin, int &ichLim, int &hvo, int &tag, int &ws, ITsString &tss ) : void
GetWsFromString ( ITsString tss, int ichMin, int ichLim ) : int
SelectAt ( int ich ) : void

Select at the specified position in the first paragraph.

SelectionBeginningGrowToWord ( IVwSelection sel ) : IVwSelection

Return a word selection based on the beginning of the current selection. Here the "beginning" of the selection is the offset corresponding to word order, not the selection anchor.

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

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

public FinishInit ( ) : void
Результат void

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

public OnAddToLexicon ( object argument ) : bool
argument object
Результат bool

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

public OnDisplayAddToLexicon ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
Результат bool

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

public OnDisplayLexiconLookup ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
Результат bool

OnEnter() защищенный Метод

protected OnEnter ( EventArgs e ) : void
e System.EventArgs
Результат void

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

Look up the selected wordform in the dictionary and display its lexical entry.
public OnLexiconLookup ( object argument ) : bool
argument object
Результат bool

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

public StTextSlice ( ICmObject obj, int flid, int ws ) : System
obj ICmObject
flid int
ws int
Результат System