less than 1 minute to read
MarkdownMonster.Windows.DocumentOutlineSidebar.DocumentOutlineModel
public class DocumentOutlineModel : object, INotifyPropertyChanged
Class Members
Member | Description | |
---|---|---|
Constructor |
||
PropertyChanged |
||
CreateDocumentOutline |
public ObservableCollection |
|
CreateMarkdownOutline |
Creates a Markdown Outline for the active document public string CreateMarkdownOutline(MarkdownDocument document, int startLine) |
|
FindHeaderHeadline |
Search the outline for a given header text and return the line number or -1 on error public int FindHeaderHeadline(string md, string headerLink) |
|
AppModel |
||
Commands |
||
DocumentOutline |
Collection of the header items displayed | |
LastSelectedItem |
The actively selected item that was last selected | |
Window |
Requirements
Namespace: MarkdownMonster.Windows.DocumentOutlineSidebarAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic