ParagraphNode Methods

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

The ParagraphNode type exposes the following members.

Methods

  Name Description
Public method AddPropertyData Adds a piece of application-specific data. (Inherited from ContextNode.)
Public method Confirm Sets the confirmation type, which restricts what the InkAnalyzer can change about the node. (Inherited from ContextNode.)
Public method ContainsPropertyData Returns true if the ContextNode object contains application-specific data stored under the specified identifier. (Inherited from ContextNode.)
Public method CreatePartiallyPopulatedSubNode Creates a child ContextNode object that contains only the following information: Type, Id, and Location. (Inherited from ContextNode.)
Public method CreateSubNode Creates a new child ContextNode object. (Inherited from ContextNode.)
Public method DeleteSubNode Deletes a child ContextNode object. (Inherited from ContextNode.)
Public method Equals Determines whether the specified ContextNode is equal to the current ContextNode. (Inherited from ContextNode.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Gets the hash code for the ContextNode instance. (Inherited from ContextNode.)
Public method GetNodesFromTextRange Overloaded. Returns a collection of descendant ContextNode objects that are relevant to the specified text range in the recognized string.
Public method GetPropertyData Returns application-specific data that was added with the specified identifier. (Inherited from ContextNode.)
Public method GetPropertyDataIds Returns the identifiers for which there is property data. (Inherited from ContextNode.)
Public method GetRecognizedString Returns the best result string of the recognition operation for the ParagraphNode.
Public method GetRotatedBoundingBox Returns a rotated rectangle that bounds the ParagraphNode.
Public method GetTextRangeFromNodes Finds the text range in the recognized string that corresponds to a collection of ContextNode objects that are descendants of the ParagraphNode.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IsConfirmed Gets a value that indicates whether the ContextNode object is confirmed. InkAnalyzer cannot change the node type and associated strokes for confirmed objects. (Inherited from ContextNode.)
Public method LoadPropertiesData Recreates the application-specific and internal property data for an array of bytes that was previously created with SavePropertiesData. (Inherited from ContextNode.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method MoveSubNodeToPosition Reorders a specified child ContextNode object so that it moves to the specified index. (Inherited from ContextNode.)
Public method RemovePropertyData Removes a piece of application-specific data. (Inherited from ContextNode.)
Public method Reparent Removes this ContextNode from its current parent and adds it to another parent. (Inherited from ContextNode.)
Public method ReparentStrokes Moves a stroke from this ContextNode object to the specified ContextNode object. (Inherited from ContextNode.)
Public method 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. (Inherited from ContextNode.)
Public method SetStrokes Sets the specified strokes on a ContextNode object. (Inherited from ContextNode.)
Public method ToString Returns a human-readable type for the ContextNode object as a string. (Inherited from ContextNode.)

Top

See Also

Reference

ParagraphNode Class

Microsoft.Ink Namespace