| Name | Description |
 | AccumulateAggregatedNodes | Accumulates the aggregated nodes to the specified list (Inherited from Nevron.Nov.Dom.NNode) |
 | AccumulateChildren | Overloaded. Accumulates the children of this node, to the provided node list (Inherited from Nevron.Nov.Dom.NNode) |
 | AccumulateDescendants | Overloaded. Accumulates the descendants of this node, to the provided node list (Inherited from Nevron.Nov.Dom.NNode) |
 | AccumulateDisplayChildren | Appends the displayable children of the element to the provided list. This implementation accumulates the children of this this element, which are NVisual instances. (Inherited from Nevron.Nov.Dom.NVisual) |
 | AccumulatePropertyNodes | Accumulates the nodes that are exposed by properties of this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | AddChild | Appends the specified node to the end of the list of children of this node. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode) |
 | AddEventHandler | Overloaded. Appends an event handler, which is triggered during the AtTarget/Bubbling phase (Inherited from Nevron.Nov.Dom.NNode) |
 | AncestorToLocal | Overloaded. Transforms a point in the specified ancestor coordinates to local coordinates. (Inherited from Nevron.Nov.Dom.NVisual) |
 | AssignNextId | Assigns the next document Id to this element. Use this method to generate an element Id, before it is registered in the specified document. Throws an expection if the element is already added to a document or the provided document is null. When an element Id is assigned to an element, it is a resposibility of the caller to ensure that the element is added to the elements subtree of the document for which the id was assigned. (Inherited from Nevron.Nov.Dom.NElement) |
 | CanAnchorHatches | Determines whether hatch transformations can be anchored to this node coordinate system. (Inherited from Nevron.Nov.Dom.NVisual) |
 | CanAnchorShadows | Determines whether shadow transformations can be anchored to this node coordinate system. (Inherited from Nevron.Nov.Dom.NVisual) |
 | CanClip | Overridden. Overriden to return true |
 | CanClipChildren | Gets whether the visual can provide a clip for its children. (Inherited from Nevron.Nov.Dom.NVisual) |
 | CanInsertChild | Queries whether the specified node can be inserted at the specified index (Inherited from Nevron.Nov.Dom.NNode) |
 | CanRecordHistory | Determines whether this document node can possibly record history for property changes, child changes and fx changes. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
 | CanRemoveChild | (Inherited from Nevron.Nov.Dom.NNode) |
 | CanRemoveChildAt | Queries whether the node at the specified index can be removed. (Inherited from Nevron.Nov.Dom.NNode) |
 | CanSetChild | Queries whether the specified node can be set at the specified named slot (Inherited from Nevron.Nov.Dom.NNode) |
 | CanTransform | Overridden. Overriden to return true. |
 | ClearLocalValue | Clears the local value for the specified property. Has no effect on properties backed by member. (Inherited from Nevron.Nov.Dom.NNode) |
 | ClearValue | Clears the expression (if any) and the local value of the specified property and returns true on success. (Inherited from Nevron.Nov.Dom.NElement) |
 | ContainsEventHandler | Returns true if the node contains the specifeid event handler for the specified dom event (Inherited from Nevron.Nov.Dom.NNode) |
 | ContainsLocalValue | Gets whether the node contains a local value setting for the specified property (Inherited from Nevron.Nov.Dom.NNode) |
 | DeepClone | Overloaded. Creates an identical copy of this node subtree. (Inherited from Nevron.Nov.Dom.NNode) |
 | DeepCopy | Performs a deep copy of the properties and children of the specified source node. (Inherited from Nevron.Nov.Dom.NNode) |
 | DeepEquals | Performs deep equals of this node object in the specified context and returns true if the given object is a node and its properties and children are equal to those of this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | DoPostPaint | Performs the element post children paint. (Inherited from Nevron.Nov.Dom.NVisual) |
 | DoPrePaint | Overridden. Performs the element pre children paint. |
 | Equals | Overriden to seal the Equals overridable method and to check the nodes for reference equality. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetAggregatedNodes | Overloaded. Gets the nodes aggregated by this node (e.g. both children and property nodes) (Inherited from Nevron.Nov.Dom.NNode) |
 | GetAggregationInfo | Gets information about the way in which the node is currently aggregated in its parent (Inherited from Nevron.Nov.Dom.NNode) |
 | GetAncestor | Gets the ancestor of this node that is the specified levels-up from this ancestor. 0 is the node itself, 1 is ParentNode, 2 is the ParentNode.ParentNode etc. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetBorderEdge | Overloaded. Gets the border edge (border area) of the element (in local coordinates) |
 | GetChild | Overloaded. Gets the child at the specified named slot. If a child node at the slot does not exist, but the named child is marked as CreateOnDemand, a new child node of the default schema is automatically created. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetChildAt | Gets the child node at the specified index. Throws an exception, if the index is out of range. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetChildren | Overloaded. Gets a list that contains the children of this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetChildrenClip | Gets the clip that needs to be applied on the visual children (in local coordinates). Valid only if CanClipChildren() returns true. (Inherited from Nevron.Nov.Dom.NVisual) |
 | GetChildrenCount | Overloaded. Get the count of child nodes (Inherited from Nevron.Nov.Dom.NNode) |
 | GetChildrenIterator | Gets a child node iterator, which iterates through this node children in forward order (Inherited from Nevron.Nov.Dom.NNode) |
 | GetClip | Overridden. Overrien to return the border edge of the text block. |
 | GetContentEdge | Overloaded. Gets the content edge (inner edge) of the element (in local coordinates) |
 | GetDepthFromAncestor | Determines the depth of the node from the specfified ancestor (Inherited from Nevron.Nov.Dom.NNode) |
 | GetDepthFromRoot | Determines the depth of the node from the root. The root is at depth 0. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetDescendants | Overloaded. Gets a list, which contains the descendants of this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetDescendantsCount | Overloaded. Returns the number of descendant nodes. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetFirstAncestor | Overloaded. Returns the first node ancestor that satisfies the specified filter or null if such ancestor is not found. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetFirstChild | Overloaded. Gets the first child node. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetFirstCommonAncestor | Gets the first ancestor, which is an ancestor of this node and the specified node (Inherited from Nevron.Nov.Dom.NNode) |
 | GetFirstDescendant | Overloaded. Gets the first descendant node of the given schema. This method visits descendants in Depth-First Pre-Order. Children are enumerated in forward order (from first to last). (Inherited from Nevron.Nov.Dom.NNode) |
 | GetFx | Overloaded. Gets the expression for the self property with the specified name (Inherited from Nevron.Nov.Dom.NElement) |
 | GetHashCode | Overriden to seal the GetHashCode and return the default implementation. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetHatchAnchor | Gets the visual that serves as hatch anchor for this visual (Inherited from Nevron.Nov.Dom.NVisual) |
 | GetInsets | Gets the element insets, which is the sum of the margins, padding and border thickness. |
 | GetLastAncestor | Overloaded. Returns the last node ancestor that satisfies the specified filter or null if such ancestor is not found. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetLastChild | Overloaded. Gets the last child node (Inherited from Nevron.Nov.Dom.NNode) |
 | GetLastDescendant | Overloaded. Gets the last descendant node of the given schema. This method visits descendants in Depth-First Post-Order. Children are enumerated in reverse order (from last to first). (Inherited from Nevron.Nov.Dom.NNode) |
 | GetLocalValue | Overloaded. Gets the local value of the specified property (Inherited from Nevron.Nov.Dom.NNode) |
 | GetLocPinPoint | Gets the local pin point position (in shape block coordinates). |
 | GetMedia | Safely gets the owner document media. If the document node is not registered in a document returns null. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
 | GetNextSibling | Gets the next sibling node (Inherited from Nevron.Nov.Dom.NNode) |
 | GetPaddingEdge | Overloaded. Gets the padding edge (padding area) of the element (in local coordinates) |
 | GetPaintCacheMode | Overridden. Gets the mode in which this visual attemps to cache its display. |
 | GetPathFromAncestor | Returns the path from the node to the specified ancestor. The returned path has a root-to-leaf order, meaning that ancestor nodes appear before descendant nodes in the list order. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetPinPoint | Gets the pin point position (in shape coordinates). |
 | GetPrevSibling | Gets the previous sibling node (Inherited from Nevron.Nov.Dom.NNode) |
 | GetPropertyNodes | Overloaded. Gets a list of the nodes, which are exposed as property values (Inherited from Nevron.Nov.Dom.NNode) |
 | GetResolution | Gets the resolution with which this visual is rendered (in DPI) (Inherited from Nevron.Nov.Dom.NVisual) |
 | GetReverseChildrenIterator | Gets a child node iterator, which iterates through this node children in reverse order (Inherited from Nevron.Nov.Dom.NNode) |
 | GetReverseSubtreeIterator | Overloaded. Gets an iterator, which iterates through the node and its descendants in a Depth-First-Pre-Order fashion (visits the parent and then visits the children). Children are enumerated in reverse order (from last to first). (Inherited from Nevron.Nov.Dom.NNode) |
 | GetShadowAnchor | Gets the visual that serves as shadow anchor for this visual (Inherited from Nevron.Nov.Dom.NVisual) |
 | GetSubtreeIterator | Overloaded. Gets an iterator, which iterates through the node and its descendants in a Depth-First-Pre-Order fashion (visits the parent and then visits the children). Children are enumerated in forward order (from first to last). (Inherited from Nevron.Nov.Dom.NNode) |
 | GetTransform | Overridden. Overriden to return the block transform. |
 | GetTransformToAncestor | Gets a transformation for converting local coordinates to the specified ancestor coordinates (Inherited from Nevron.Nov.Dom.NVisual) |
 | GetValue | Overloaded. Gets the current computed value of the specified property. (Inherited from Nevron.Nov.Dom.NElement) |
 | HitTest | Overloaded. Overridden. Hit tests the text block by point |
 | IndexOfChild | Gets the index of the specified child node in this node children container. Returns -1 if the node is not a child of this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | InsertChild | Inserts the specified node at the specified index. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode) |
 | InvalidateArrange | Invalidates the element arrange |
 | InvalidateDisplay | Invalidates the display of the node. (Inherited from Nevron.Nov.Dom.NVisual) |
 | InvalidateDisplayTransform | Invalidates the display transform of the node. (Inherited from Nevron.Nov.Dom.NVisual) |
 | InvalidateMeasure | Invalidates the element measure and pools the element for measure validation. |
 | IsChild | Determines whether the specified node is a child node of this node. Note that although the node ParentNode may be this node, this node may not consider the node as child, if it is exposed by a property. (Inherited from Nevron.Nov.Dom.NNode) |
 | IsDescendantOf | Overloaded. Determines whether this node is a descendant of the specified ancestor (Inherited from Nevron.Nov.Dom.NNode) |
 | IsInstanceOfSchema | Queries whether the node is an instance of the specified schema. (i.e. whether the node schema is equal to the specified schema, or is its ancestor). (Inherited from Nevron.Nov.Dom.NNode) |
 | LocalToAncestor | Overloaded. Transforms a point in local coordinates to the specified ancestor coordinates. (Inherited from Nevron.Nov.Dom.NVisual) |
 | LocalToParent | Overloaded. Transforms a point in local coordinates to parent coordinates. (Inherited from Nevron.Nov.Dom.NVisual) |
 | MoveToCurrentThread | Moves the node aggregated subtree cache and other thread related information so that the node aggregated subtree can function on the current thread. Call this method when the node has been constructed on another thread, but will continue to be used on the current thread. (Inherited from Nevron.Nov.Dom.NNode) |
 | MoveToThread | Moves the node aggregated subtree cache and other thread related information so that the node aggregated subtree can function on the specified thread. Call this method when the node has been constructed on the current thread, but will continue to be used on the specified thread. (Inherited from Nevron.Nov.Dom.NNode) |
 | ParentToLocal | Overloaded. Transforms a point in parent coordinates to local coordinates. (Inherited from Nevron.Nov.Dom.NVisual) |
 | RemoveAllChildren | Removes all child nodes of this node. Works for both collection and container node. In the case of container nodes where a child may be set as non-nullable, throws an exception. (Inherited from Nevron.Nov.Dom.NNode) |
 | RemoveAllEventHandlers | Overloaded. Removes all normal (attarget/bubbling) or sinking event handlers (Inherited from Nevron.Nov.Dom.NNode) |
 | RemoveChild | Removes the specified child node. Works for both collection and container nodes. (Inherited from Nevron.Nov.Dom.NNode) |
 | RemoveChildAt | Removes the child node at the specified index. Throws an expection if index if out of range. Works for both collection and container nodes. (Inherited from Nevron.Nov.Dom.NNode) |
 | RemoveEventHandler | Overloaded. Removes the specified event handler for the specified DOM event. The event handler must have been registered for the AtTarget/Bubbling phase and the default group. (Inherited from Nevron.Nov.Dom.NNode) |
 | SetChild | Sets the child instance at the specified child slot. Throws an exception, if this node is not a container node. (Inherited from Nevron.Nov.Dom.NNode) |
 | SetChildAt | Sets(substitudes) the child at the specified index. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode) |
 | SetFx | Overloaded. Sets the expression to the self property with the specified name (Inherited from Nevron.Nov.Dom.NElement) |
 | SetFxForce | Overloaded. Sets the expression to the self property with the specified name by force. (Inherited from Nevron.Nov.Dom.NElement) |
 | SetLocalValue | Sets a local value for the specified property. (Inherited from Nevron.Nov.Dom.NNode) |
 | SetLocPinPoint | Sets the loc pin point position (in shape block coordinates). |
 | SetPinPoint | Sets the pin point position (in shape coordinates). This operation unglues the text pin from its master (if any). If the text resides in a shape, the Pin is expressed as factor expressions of the shape dimensions. If the text does not reside in a page, the Pin is set to constant values. |
 | SetValue | Sets a value for the specified property. (Inherited from Nevron.Nov.Dom.NElement) |
 | ToString | Returns a string that represents this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | TryLocalToScreen | Tries to transform a point in local coordinates to screen coordinates. (Inherited from Nevron.Nov.Dom.NVisual) |
 | TryScreenToLocal | Tries to transforms a point in screen coordinates to the local coordinates. (Inherited from Nevron.Nov.Dom.NVisual) |
 | Unglue | Unglues the text block (clears the expressions set to the PinXProperty, PinYProperty and AngleProperty) |
 | ValidateArrange | Called to arrange the element |
 | ValidateDisplay | Validates the display of the node. This implementation forwards the call to the owner display window, if any. (Inherited from Nevron.Nov.Dom.NVisual) |
 | ValidateMeasure | Called to validate the element measure |
 | VisitChildDisplaySubtree | Called to propagate the display traversal to the specified child node. This implementation directly calls the VisitDisplaySubtree method of the child node. (Inherited from Nevron.Nov.Dom.NVisual) |
 | VisitDisplaySubtree | Visits the display subtree of the element with the specified visitor (Inherited from Nevron.Nov.Dom.NVisual) |