TextWordNode - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents a ContextNode for a two-dimensional region where any non-ink text words may exist in the application.
Тип TextWordNode предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
AddPropertyData | Adds a piece of application-specific data. (Унаследовано от ContextNode.) | |
Confirm | Sets the confirmation type, which restricts what the InkAnalyzer can change about the node. (Унаследовано от ContextNode.) | |
ContainsPropertyData | Returns true if the ContextNode object contains application-specific data stored under the specified identifier. (Унаследовано от ContextNode.) | |
CreatePartiallyPopulatedSubNode | Creates a child ContextNode object that contains only the following information: Type, Id, and Location. (Унаследовано от ContextNode.) | |
CreateSubNode | Creates a new child ContextNode object. (Унаследовано от ContextNode.) | |
DeleteSubNode | Deletes a child ContextNode object. (Унаследовано от ContextNode.) | |
Equals | Determines whether the specified ContextNode is equal to the current ContextNode. (Унаследовано от ContextNode.) | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
GetHashCode | Gets the hash code for the ContextNode instance. (Унаследовано от ContextNode.) | |
GetPropertyData | Returns application-specific data that was added with the specified identifier. (Унаследовано от ContextNode.) | |
GetPropertyDataIds | Returns the identifiers for which there is property data. (Унаследовано от ContextNode.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
IsConfirmed | Gets a value that indicates whether the ContextNode object is confirmed. InkAnalyzer cannot change the node type and associated strokes for confirmed objects. (Унаследовано от ContextNode.) | |
LoadPropertiesData | Recreates the application-specific and internal property data for an array of bytes that was previously created with SavePropertiesData. (Унаследовано от ContextNode.) | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
MoveSubNodeToPosition | Reorders a specified child ContextNode object so that it moves to the specified index. (Унаследовано от ContextNode.) | |
RemovePropertyData | Removes a piece of application-specific data. (Унаследовано от ContextNode.) | |
Reparent | Removes this ContextNode from its current parent and adds it to another parent. (Унаследовано от ContextNode.) | |
ReparentStrokes | Moves a stroke from this ContextNode object to the specified ContextNode object. (Унаследовано от ContextNode.) | |
SavePropertiesData | Returns an array of bytes that can be stored and later used to recreate application-specific and internal property data on a ContextNode object. (Унаследовано от ContextNode.) | |
SetLocation | Sets the location of the non-ink word on the application document. | |
SetStrokes | Sets the specified strokes on a ContextNode object. (Унаследовано от ContextNode.) | |
ToString | Returns a human-readable type for the ContextNode object as a string. (Унаследовано от ContextNode.) |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
Data | Gets and sets application-defined data for the TextWordNode object. | |
Id | Gets the identifier of the ContextNode object. (Унаследовано от ContextNode.) | |
IsInkLeaf | Инфраструктура. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Унаследовано от ContextNode.) | |
IsUnknownType | Инфраструктура. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Унаследовано от ContextNode.) | |
Links | Gets a collection of ContextLink objects that represent relationships to other ContextNode objects. (Унаследовано от ContextNode.) | |
Location | Gets the position and size of the ContextNode object. (Унаследовано от ContextNode.) | |
ParentNode | Gets the parent node of the ContextNode in the context node tree. (Унаследовано от ContextNode.) | |
PartiallyPopulated | Gets or sets a value that indicates whether a ContextNode object is partially populated or fully populated. (Унаследовано от ContextNode.) | |
Strokes | Gets the Strokes associated with this ContextNode. (Унаследовано от ContextNode.) | |
SubNodes | Gets the direct children of the ContextNode object. (Унаследовано от ContextNode.) | |
Type | Gets the context node type for this ContextNode object. (Унаследовано от ContextNode.) |
В начало страницы