public sealed class EmojiTextSelection : TextRangePublic NotInheritable Class EmojiTextSelection
Inherits TextRangepublic ref class EmojiTextSelection sealed : public TextRange[<SealedAttribute>]
type EmojiTextSelection =
class
inherit TextRange
end| End | Get the position that marks the end of the current selection. (Унаследован от TextRange) |
| IsEmpty | Gets a value indicating whether or not the current selection is empty. (Унаследован от TextRange) |
| Start | Gets 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. |
| ApplyPropertyValue | Applies a specified formatting property and value to the current selection. (Унаследован от TextRange) |
| CanLoad | Checks whether the current selection can be loaded with content in a specified data format. (Унаследован от TextRange) |
| CanSave | Checks whether the current selection can be saved as a specified data format. (Унаследован от TextRange) |
| ClearAllProperties | Removes all formatting properties (represented by Inline elements) from the current selection. (Унаследован от TextRange) |
| Contains | Checks whether a position (specified by a TextPointer) is located within the current selection. (Унаследован от TextRange) |
| GetPropertyValue | Returns the effective value of a specified formatting property on the current selection. (Унаследован от TextRange) |
| Load | Loads 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) |
| Select | Updates the current selection, taking two TextPointer positions to indicate the updated selection. (Унаследован от TextRange) |
| Changed | Occurs when the range is repositioned to cover a new span of content. (Унаследован от TextRange) |
| CopyTo |
Выполняет копирование текста с форматированием из одного диапазона TextRange в другой.
(Определяется FlowDocumentExtensions) |