| 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 | Overridden. |
 | AccumulatePropertyNodes | Accumulates the nodes that are exposed by properties of this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | AccumulateVRulerInfos | Overridden. Accumulates the VRulerInfo objects for this element to the provided list. |
 | 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) |
 | CanCaptureMouse | Determines whether this element can capture the mouse. By default the element can capture the mouse if it is enabled and allows mouse capture. (Inherited from Nevron.Nov.UI.NInputElement) |
 | CanCaptureTouch | Determines whether this element can capture the touch. By default the element can capture the touch if it is enabled and allows touch capture. (Inherited from Nevron.Nov.UI.NInputElement) |
 | CanClip | Gets whether the node can provide a clip area (Inherited from Nevron.Nov.Text.NBlock) |
 | CanClipChildren | Gets whether the visual can provide a clip for its children. (Inherited from Nevron.Nov.Dom.NVisual) |
 | CanFocus | Determines whether this element can be focused. By default the element can be focused if it is enabled and allows focus. (Inherited from Nevron.Nov.UI.NInputElement) |
 | 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 |
 | CaptureMouse | Attempts to force capture of the mouse to this input target (Inherited from Nevron.Nov.UI.NInputElement) |
 | CaptureTouch | Attempts to force capture of the touch to this input target (Inherited from Nevron.Nov.UI.NInputElement) |
 | 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) |
 | ConvertToText | Converts the table to text (Inherited from Nevron.Nov.Text.NTable) |
 | CreateBorderWall | Gets the border wall that needs to be rendered (Inherited from Nevron.Nov.Text.NBlock) |
 | CreateNewCell | (Inherited from Nevron.Nov.Text.NTable) |
 | 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) |
 | DestroyGestureManager | (Inherited from Nevron.Nov.UI.NInputElement) |
 | DocumentViewToLocal | Overridden. Converts a point from paged coordinate to local logical coordinate |
 | DoPostPaint | Performs the element post children paint. (Inherited from Nevron.Nov.Text.NBlock) |
 | DoPrePaint | Peforms the element pre children paint. (Inherited from Nevron.Nov.Text.NBlock) |
 | Equals | Overriden to seal the Equals overridable method and to check the nodes for reference equality. (Inherited from Nevron.Nov.Dom.NNode) |
 | FindAll | Overloaded. Returns a all occurances of the specified text. (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | FindNext | Overloaded. Returns true if a next occurance of the search text is found. The global range of the text is contained in range. (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | Focus | Attempts to focus the keyboard on this input target (Inherited from Nevron.Nov.UI.NInputElement) |
 | 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) |
 | GetAutoNumberForField | Gets an auto number for the specified field (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | GetBoundsInAncestor | Gets the bounds of this block in the specified ancestor coordniates (Inherited from Nevron.Nov.Text.NBlock) |
 | GetCharAt | Get the character at the specified local position (Inherited from Nevron.Nov.Text.NRangeTextElement) |
 | 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) |
 | GetChildBlocksChild | Overridden. Gets the ChildBlocks child. |
 | 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 | Creates the clip region of the visual (in local coordinates). (Inherited from Nevron.Nov.Text.NBlock) |
 | GetContainingPage | Gets the paper page that contains this root block (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | 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) |
 | GetIndexOfChar | Gets the index of the specified character (Inherited from Nevron.Nov.Text.NRangeTextElement) |
 | 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) |
 | GetMedia | Safely gets the owner document media. If the document node is not registered in a document returns the screen media. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
 | GetNextSibling | Gets the next sibling node (Inherited from Nevron.Nov.Dom.NNode) |
 | GetPaintCacheMode | Overridden. Gets the paint cache mode. |
 | 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) |
 | 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) |
 | GetRangeTextElementAt<T> | Gets the range (Inherited from Nevron.Nov.Text.NRangeTextElement) |
 | 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) |
 | GetTabIndex | Gets or sets the input target tab navigation index (Inherited from Nevron.Nov.UI.NInputElement) |
 | GetTextPositionFromCoordinate | Gets the text position from the specified coordinate. (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | GetTextPositionFromViewCoordinate | Gets the text position from the specified coordinate. (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | GetTransform | Overridden. Gets the matrix that transforms local to parent coordinates. |
 | 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) |
 | GetVisibleLogicalRange | Gets the visible logical range. |
 | Goto | Positions the caret at the specified position |
 | HitTest | Overloaded. Hit tests the node by point (in view coordinates). (Inherited from Nevron.Nov.Text.NTextElement) |
 | 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) |
 | InsertColumnLeft | Inserts a new table row above the specified table row. (Inherited from Nevron.Nov.Text.NTable) |
 | InsertColumnRight | Inserts a new table row below the specified table row. (Inherited from Nevron.Nov.Text.NTable) |
 | InsertRowAbove | Inserts a new table row above the specified table row (Inherited from Nevron.Nov.Text.NTable) |
 | InsertRowBelow | Inserts a new table row below the specified table row (Inherited from Nevron.Nov.Text.NTable) |
 | InvalidateArrange | Invalidates the element arrange. |
 | InvalidateDisplay | Invalidates the display of the node. (Inherited from Nevron.Nov.Text.NTextElement) |
 | InvalidateDisplayTransform | Invalidates the display transform of the node. (Inherited from Nevron.Nov.Dom.NVisual) |
 | InvalidateMeasure | Invalidates the element measure |
 | IsBlockVisible | Gets whether the block is visible. |
 | 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) |
 | IsTabStop | Gets whether the input target is included in the tab navigation. This implementation returns the TabStop property value. (Inherited from Nevron.Nov.UI.NInputElement) |
 | LocalToAncestor | Overloaded. Transforms a point in local coordinates to the specified ancestor coordinates. (Inherited from Nevron.Nov.Dom.NVisual) |
 | LocalToDocumentView | Overridden. Converts a point from local logical coordinate to paged coordinate. |
 | LocalToParent | Overloaded. Overridden. Transforms a point in local coordinates to the coordinates of its parent coordinate system |
 | 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) |
 | Normalize | Normalizes the table (column count equals max cell count). Cell count of each row equals max cell count (Inherited from Nevron.Nov.Text.NTable) |
 | ParentToLocal | Overloaded. Overridden. Transforms a point in parent coordinates to local coordinates |
 | PoolForDisplayValidation | (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | PostPaintTextElement | Peforms the element per page paint. (Inherited from Nevron.Nov.Text.NTable) |
 | PrePaintTextElement | Peforms the element per page paint. (Inherited from Nevron.Nov.Text.NTable) |
 | Reflow | |
 | RegisterAutoNumberField | Registers an auto number field in the map (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | RegisterFlowEntryPoint | (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | RegisterForContentValidation | Registers the block for content range validation. (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | RegisterForMeasureValidation | (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | RegisterTableOfContentsBlock | Registers a table of contents block |
 | ReleaseMouseCapture | Releases the mouse capture, if this input target holds the capture (Inherited from Nevron.Nov.UI.NInputElement) |
 | ReleaseTouchCapture | Releases the touch capture, if this input target holds the capture (Inherited from Nevron.Nov.UI.NInputElement) |
 | 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) |
 | RemoveColumn | Removes the specified column (Inherited from Nevron.Nov.Text.NTable) |
 | RemoveColumnAt | Removes the column at the soecified index. (Inherited from Nevron.Nov.Text.NTable) |
 | 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) |
 | RemoveFromParent | Removes the text element from its parent (Inherited from Nevron.Nov.Text.NTextElement) |
 | 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) |
 | SetValue | Sets a value for the specified property. (Inherited from Nevron.Nov.Dom.NElement) |
 | SplitAt | Overloaded. Splits the range element so that the specified position becomes the first position when traversing the document tree from top to bottom. (Inherited from Nevron.Nov.Text.NRangeTextElement) |
 | 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) |
 | UnregisterAutoNumberField | Unregisters an auto number field from the map (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | UnregisterFlowEntryPoint | (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | UnregisterFromContentValidation | Unregisters the block from content range validation. (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | UnregisterFromMeasureValidation | (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | UnregisterTableOfContentsBlock | Unregisters a table of contents block |
 | ValidateArrange | Deferly called to validate the element arrange. |
 | ValidateContentIntegrity | Validates the integrity of the element. (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | 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 | Deferly called to validate the element measure |
 | ValidateTextIntegrity | Validates the root element integrity (Inherited from Nevron.Nov.Text.NTableRootBlock) |
 | VisitBlocks | Visits this block and its descendants (Inherited from Nevron.Nov.Text.NBlock) |
 | 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) |
 | VisitRanges | Visits this range and its descendants. (Inherited from Nevron.Nov.Text.NRangeTextElement) |