IText |
[Missing <summary> documentation for "T:Altaxo.Gui.Text.Viewing.ITextDocumentView"]
public interface ITextDocumentView
The ITextDocumentView type exposes the following members.
| Name | Description | |
|---|---|---|
| Controller | ||
| DocumentCulture | Sets the culture for this document. This is important for instance for spell checking. | |
| FractionOfEditorWindow | ||
| HighlightingStyle | ||
| IsFoldingEnabled | ||
| IsHyphenationEnabled | ||
| IsInInitializationMode | Flag that is set if the view is in initialization mode. If in initialization mode, it should not fire events etc, not render the document. | |
| IsLineNumberingEnabled | ||
| IsOutlineWindowVisible | Sets a value indicating whether this the outline window is visible. | |
| IsSpellCheckingEnabled | ||
| IsViewerSelected | ||
| IsWordWrappingEnabled | ||
| OutlineWindowRelativeWidth | Sets the width of the outline window. A value of NaN indicates that the width is determined automatically by the contents of the outline window. | |
| SourceText | ||
| StyleName | ||
| WindowConfiguration |
| Name | Description | |
|---|---|---|
| InsertSourceTextAtCaretPosition | Inserts the provided markdown source text at the current caret position. | |
| PrintShowDialog | ||
| SetDocumentNameAndLocalImages | Sets the name of the document, and the local images. This function must be called every time the document name has changed. |
| Name | Description | |
|---|---|---|
| SourceTextChanged |