For a list of all members of this type, see NDocument members.
| Name | Description |
 | CommitHistoryTransaction | Commits the last started transaction, in the document effective history service. |
 | Evaluate | Causes 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. |
 | GetDocumentElement | Gets the document content element (root of element hierarchy hosted by this document). |
 | GetElementById | Gets the element with the specified id. |
 | GetElementByUserId | Gets the first descendant element with the specified NElement.UserId. |
 | GetEmbeddedDocuments | Gets a list of the documents, currently embedded in this document. |
 | GetMedia | Overridden. Gets the media that this document currently uses. |
 | GetResolution | Gets the resolution with which this visual is rendered (in DPI) |
 | InvalidateCascade | Invalidates 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. |
 | PauseHistoryService | Pauses the document effective history service. |
 | PoolForArrangeValidation | Pools the specified element for layout validation, thus causing it to receive a ValidateArrange callback at the next evaluation cycle. |
 | PoolForDisplayValidation | Pools the specified element for display validation, thus causing it to receive a ValidateDisplay callback at the next evaluation cycle. |
 | PoolForMeasureValidation | Pools the specified element for measure validation, thus causing it to receive a ValidateMeasure callback at the next evaluation cycle. |
 | PoolForStyleValidation | Pools the specified element for style validation, thus causing it to receive a ValidateStyle callback at the next evaluation cycle. |
 | ResumeHistoryService | Resumes the owner document effective history service. |
 | RollbackHistoryTransaction | Rolls back the last started transaction, in the document effective history service. |
 | StartHistoryTransaction | Overloaded. Starts a new transaction, in the document effective history service |
Top