Click or drag to resize

ITextDocumentView Interface

[Missing <summary> documentation for "T:Altaxo.Gui.Text.Viewing.ITextDocumentView"]


Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ITextDocumentView

The ITextDocumentView type exposes the following members.

Properties
 NameDescription
Public propertyController 
Public propertyDocumentCulture Sets the culture for this document. This is important for instance for spell checking.
Public propertyFractionOfEditorWindow 
Public propertyHighlightingStyle 
Public propertyIsFoldingEnabled 
Public propertyIsHyphenationEnabled 
Public propertyIsInInitializationMode 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.
Public propertyIsLineNumberingEnabled 
Public propertyIsOutlineWindowVisible Sets a value indicating whether this the outline window is visible.
Public propertyIsSpellCheckingEnabled 
Public propertyIsViewerSelected 
Public propertyIsWordWrappingEnabled 
Public propertyOutlineWindowRelativeWidth 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.
Public propertySourceText 
Public propertyStyleName 
Public propertyWindowConfiguration 
Top
Methods
 NameDescription
Public methodInsertSourceTextAtCaretPosition Inserts the provided markdown source text at the current caret position.
Public methodPrintShowDialog 
Public methodSetDocumentNameAndLocalImages Sets the name of the document, and the local images. This function must be called every time the document name has changed.
Top
Events
 NameDescription
Public eventSourceTextChanged 
Top
See Also