EmojiTextSelection - класс

Definition

Пространство имён: Tessa.UI.Emoji.Wpf.Controls
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public sealed class EmojiTextSelection : TextRange
Inheritance
Object    TextRange    EmojiTextSelection

Свойства

EndGet the position that marks the end of the current selection.
(Унаследован от TextRange)
IsEmptyGets a value indicating whether or not the current selection is empty.
(Унаследован от TextRange)
StartGets the position that marks the beginning of the current selection.
(Унаследован от TextRange)
Text Override selection to text conversion in order to convert back all EmojiInline instances to their equivalent UTF-8 sequences.

Методы

ApplyPropertyValueApplies a specified formatting property and value to the current selection.
(Унаследован от TextRange)
CanLoadChecks whether the current selection can be loaded with content in a specified data format.
(Унаследован от TextRange)
CanSaveChecks whether the current selection can be saved as a specified data format.
(Унаследован от TextRange)
ClearAllPropertiesRemoves all formatting properties (represented by Inline elements) from the current selection.
(Унаследован от TextRange)
ContainsChecks whether a position (specified by a TextPointer) is located within the current selection.
(Унаследован от TextRange)
GetPropertyValueReturns the effective value of a specified formatting property on the current selection.
(Унаследован от TextRange)
LoadLoads the current selection in a specified data format from a specified stream.
(Унаследован от TextRange)
Save(Stream, String)Saves the current selection to a specified stream in a specified data format.
(Унаследован от TextRange)
Save(Stream, String, Boolean)Saves the current selection to a specified stream in a specified data format, with the option of preserving custom TextElement objects.
(Унаследован от TextRange)
SelectUpdates the current selection, taking two TextPointer positions to indicate the updated selection.
(Унаследован от TextRange)

События

ChangedOccurs when the range is repositioned to cover a new span of content.
(Унаследован от TextRange)

Методы расширения

CopyTo Выполняет копирование текста с форматированием из одного диапазона TextRange в другой.
(Определяется FlowDocumentExtensions)

См. также