NevronOpenVision
Nevron.Nov.Dom Namespace / NDocument Class


NDocument Class Methods

For a list of all members of this type, see NDocument members.

Public Methods
 NameDescription
Public MethodCommits the last started transaction, in the document effective history service.  
Public MethodCauses the document to perform evaluation. Evaluation is automatically performed on regular intervals of time, but can also be performed by the user at will. Document evaluation computes all expressions, styles, measures and layouts and is performed prior to rendering.  
Public MethodGets the document content element (root of element hierarchy hosted by this document).  
Public MethodGets the element with the specified id.  
Public MethodGets the first descendant element with the specified NElement.UserId.  
Public MethodGets a list of the documents, currently embedded in this document.  
Public MethodOverridden. Gets the media that this document currently uses.  
Public MethodGets the resolution with which this visual is rendered (in DPI)  
Public MethodInvalidates the cascade and forces cascade reconstruction and style recomputation of all document elements to be performed on the next document evaluation. If the document has embedded documents, that inherit stylesheets from this document cascade, their cascades are also invalidated. This method is automatically called when any styling node of the document have changed.  
Public MethodPauses the document effective history service.  
Public MethodPools the specified element for layout validation, thus causing it to receive a ValidateArrange callback at the next evaluation cycle.  
Public MethodPools the specified element for display validation, thus causing it to receive a ValidateDisplay callback at the next evaluation cycle.  
Public MethodPools the specified element for measure validation, thus causing it to receive a ValidateMeasure callback at the next evaluation cycle.  
Public MethodPools the specified element for style validation, thus causing it to receive a ValidateStyle callback at the next evaluation cycle.  
Public MethodResumes the owner document effective history service.  
Public MethodRolls back the last started transaction, in the document effective history service.  
Public MethodOverloaded. Starts a new transaction, in the document effective history service  
Top
Protected Methods
 NameDescription
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal MethodOverridden.   
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Protected MethodOverridden. Called before the node is deeply copied from the specified source.  
Protected Internal MethodCalled after the document has been evaluated.  
Protected Internal MethodCalled when the document is about to be evaluated.  
Protected MethodCalled when the EvaluationRate property has changed  
Protected MethodCalled when the HistoryService property has changed  
Protected MethodCalled when the InheritHistoryService property has changed  
Protected MethodCalled when the InheritMedia property has changed  
Protected MethodCalled when the InheritStyleSheets property has changed  
Protected MethodCalled when the Media property has changed  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal MethodOverridden.   
Internal Method  
Internal MethodOverridden.   
Internal Method  
Top
See Also