Text |
The TextDocumentController type exposes the following members.
Name | Description | |
---|---|---|
Apply | ||
BuildNavPoint | (Inherited from AbstractViewContent) | |
CanAcceptImageFileName | ||
CanClose | (Inherited from AbstractViewContent) | |
CanPaste | Determines whether this controller is able to accept data from the clipboard to be pasted into the text. Here we catch special cases like pasting of images. Thus, a return value of false does not mean that the data can not be pasted, it only mean that pasting should be delegated to the source text view. | |
ClearIsDirty | (Inherited from AbstractViewContent) | |
CopyTextWithImages | Copies the text with the local images to the clipboard. | |
Dispose | (Overrides AbstractViewContentDispose) | |
EhBeforeCompleteRendering | This event was fired by the markdown edit control before a complete rendering takes place. Here we update all properties that may influence the rendering (language, spell checking, hyphenation etc.) | |
EhFractionOfEditorWindowChanged | ||
EhIsViewerSelectedChanged | ||
EhReferencedImageUrlsChanged | ||
EhTitleLocalizationChanged | (Inherited from AbstractViewContent) | |
EhViewerConfigurationChanged | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
ExpandTextDocumentIntoNewDocument | Expands the current text document and stores it into a new text document in the same project folder. | |
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) | |
GetService(Type) | (Inherited from AbstractViewContent) | |
GetServiceT | (Inherited from AbstractViewContent) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Initialize | ||
InitializeDocument | ||
InsertImageInDocumentAndGetUrl(String) | ||
InsertImageInDocumentAndGetUrl(Stream, String) | ||
InsertSourceTextAtCaretPosition | Inserts the provided markdown source text at the current caret position. | |
InternalInitializeDocument | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
NotifyContentIdChanged |
Can be used to notify the view content that the ContentId maybe has changed.
(Inherited from AbstractViewContent) | |
OnClose | (Inherited from AbstractViewContent) | |
OnIsDirtyChanged | (Inherited from AbstractViewContent) | |
OnPropertyChanged | (Inherited from AbstractViewContent) | |
Paste | ||
PrintShowDialog | ||
RenumerateFigures | Expands the current text document and stores it into a new text document in the same project folder. | |
Revert | ||
SetDirty | (Inherited from AbstractViewContent) | |
SetDisposeInProgress |
Announces that this view content is about to be disposed very soon. The view content should remain passiv (e.g. should not react to events any more),
but should not release its resources yet (this is done later in Dispose).
(Inherited from AbstractViewContent) | |
SetLocalizedInfoTip |
Sets a localized info tip that will update automatically when the language changes.
(Inherited from AbstractViewContent) | |
SetLocalizedTitle |
Sets a localized title that will update automatically when the language changes.
(Inherited from AbstractViewContent) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |