NDocument Class Properties
For a list of all members of this type, see NDocument members.
| Name | Description |
 | CuExpressionEvaluationCycle | Gets the current expression evaluation cycle. Returns -1 if the document is not currently evaluated, or the evaluation is not inside the expression evaluation cycle. |
 | CurEvaluationPass | Gets the current evalutaion pass. Returns -1 if the document is not currently evaluated. |
 | CurMeasureArrangeCycle | Gets the current measure and arrange cycle. Returns -1 if the document is not currently evaluated, or the evaluation is not inside the measure and arrange cycle. |
 | DisplaySurface | Gets the display surface in which this document resides. |
 | EvaluationRate | Gets or sets the number of times in a second in which the document automatically performs evaluation. If set to zero or a negative value, the document will stop automatic evaluation. |
 | HistoryVersion | Gets the current history version. The value of this property is automatically increased by Nevron, whenever changes that are connected with the document history occur in the document. |
 | InheritHistoryService | Gets or sets whether this document inherits the history service of its owner document or not. By default set to true. |
 | InheritMedia | Gets or sets whether this document must inherit the media of this owner document, in case the value of the Media property is null. The currently used effective media (either the local one or the one inherited from a parent document) can be obtained by the GetMedia() method. By default set to true. |
 | InheritStyleSheets | Gets or sets whether this document inherits the stylesheets of its owner document or not. The sheets inherited from a base cascade are considered to be of inherited origin in the respective inheritance level. By default set to true. |
 | IntegratedEvaluation | Gets or sets whether the evaluation of this document is integrated inside the evaluation of the owner document. By default set to true. |
 | IsCompound | Gets whether this document is a compound document or not. If this property returns true, the embedded documents can be obtained by the GetEmbeddedDocuments() method. |
 | IsEmbedded | Gets whether this document is embedded or not. If this property returns true, the compound document in which the document resides can be obtained by the OwnerDocument property. |
 | IsEvaluating | Gets whether the document is currently evaluating its content. |
 | LocalHistoryService | Gets or sets the document local history service, which this document must use when it wants to record history actions. If specified, this history service becomes the effective history service of the document and all embedded documents that do not have a local history service. |
 | MaxEvaluationPasses | Gets or sets the number of evaluation passes in which this document tries to resolve all expressions, styling, measure and layout tasks. The value of this property is considered before the document evaluation. |
 | MaxExpressionCycles | Gets or sets the number of cycles the document must perform to resolve any cyclic expression dependencies, during a single evalution pass. The value of this property is considered before the document evaluation. |
 | MaxMeasureArrangeCycles | Gets or sets the number of cycles the document must perform to resolve any cyclic measure/layout dependencies, during a single evalution pass. The value of this property is considered before the document evaluation. |
 | Media | Gets or sets the document local media. It affects the set of stylesheets that need to be applied to the document. By default set to null. In case of null, the document will try to inherit a media from its parent document, if the InheritMedia property is true. The currently used effective media (either the local one or the one inherited from a parent document) can be obtained by the GetMedia() method. |
 | Modified | Specifies whether the document is considered modified from an earlier state. This property is automatically set to true by Nevron, whenever a change, that is recorded by history has occured in the document content. |
 | StyleSheets | Gets or sets the collection of style sheets, that control the styling of the document elements. |
 | UniqueId | Gets or sets the Unique Id of this document. By default initialized with the value of a random GUID. It is an user responsibility to assign a globally unique id to this property. |
Top
| Name | Description |
 | Ybfb | |
Top