Text |
[Missing <summary> documentation for "T:Altaxo.Text.GuiModels.TextDocumentViewOptions"]
public class TextDocumentViewOptions : IProjectItemPresentationModel, ICloneable
The TextDocumentViewOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| TextDocumentViewOptions(IXmlDeserializationInfo) | Initializes a new instance of the TextDocumentViewOptions class | |
| TextDocumentViewOptions(TextDocument) | Initializes a new instance of the TextDocumentViewOptions class |
| Name | Description | |
|---|---|---|
| Document | Gets the Markdown document this presentation data is based on. | |
| FractionOfSourceEditorWindowVisible | The fraction of the width (when shown in left-right configuration) or height (when shown in top-bottom configuration) of the source editor window in relation to the available width/height. | |
| HighlightingStyle | Indicates the highlighting style of the editor window. If null, the default global highlighting style of Altaxo is used. | |
| IsFoldingEnabled | Indicates if folding marks are enabled in the editor window. If null, the default global value of Altaxo is used. | |
| IsLineNumberingEnabled | Indicates if line numbering is enabled in the editor window. If null, the default global value of Altaxo is used. | |
| IsOutlineWindowVisible | Gets or sets a value indicating whether the outline window is visible. | |
| IsSpellCheckingEnabled | Indicates if spell checking is enabled in the viewer window. If null, the default global value of Altaxo is used. | |
| IsViewerSelected | Gets or sets the last focus location. If true, the viewer window was selected last, if false, the editor window was selected. | |
| IsWordWrappingEnabled | Indicates if word wrapping is enabled in the editor window. If null, the default global value of Altaxo is used. | |
| OutlineWindowRelativeWidth | Gets or sets the relative width of the outline window. A value of NaN is indicating that the width of the outline window is set automatically. | |
| WindowConfiguration | Gets or sets the window configuration, i.e. if the editor and the viewer windows are located left, top, right, bottom or in a tab control |
| Name | Description | |
|---|---|---|
| Clone | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |