Click or drag to resize

ITextDocumentController Interface

Defines the controller operations required by a text document view.

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

The ITextDocumentController type exposes the following members.

Methods
 NameDescription
Public methodCanAcceptImageFileName Tests if the provided file name could be accepted as an image.
Public methodCanPaste Determines whether this controller can accept the current clipboard data. If the return value is , the controller is used to paste the clipboard data via Paste; otherwise, pasting is delegated to the source editor.
Public methodEhBeforeCompleteRendering Notifies the controller immediately before rendering completes.
Public methodEhFractionOfEditorWindowChanged Notifies the controller that the editor window fraction changed.
Public methodEhIsViewerSelectedChanged Notifies the controller that the viewer selection state changed.
Public methodEhReferencedImageUrlsChanged Notifies the controller that the referenced local image URLs changed.
Public methodEhViewerConfigurationChanged Notifies the controller that the viewer configuration changed.
Public methodInsertImageInDocumentAndGetUrl(String) Inserts an image file into the document and returns the inserted image URL.
Public methodInsertImageInDocumentAndGetUrl(Stream, String) Inserts an image stream into the document and returns the inserted image URL.
Public methodPaste Pastes data from the clipboard in the document managed by this controller.
Top
See Also