Class TableEditorHtml

Interaction logic for PasteHref.xaml

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Window
                  MahApps.Metro.Controls.MetroWindow
                    MarkdownMonster.Windows.TableEditorHtml
public class TableEditorHtml : MetroWindow, INotifyPropertyChanged,
   IComponentConnector

Class Members

MemberDescription

Constructor

PropertyChanged

StatusRowCount

StatusRowCount Name Field

StatusText

StatusText Name Field

CreateTableFromClipboardHtml

public void CreateTableFromClipboardHtml(string html)

DeleteColumn

public void DeleteColumn()

DeleteRow

public void DeleteRow()

EmbedTable

public void EmbedTable()

InitializeComponent

InitializeComponent

public sealed void InitializeComponent()

InsertColumn

public void InsertColumn(bool insertRight)

InsertRowAbove

public void InsertRowAbove()

InsertRowBelow

public void InsertRowBelow()

MoveColumn

public void MoveColumn(bool moveRight)

MoveRowDown

public void MoveRowDown()

MoveRowUp

public void MoveRowUp()

RefreshPreview

public Task RefreshPreview(bool dontReloadData,     TableLocation loc)

RenderTable

public void RenderTable()

SortAscending

public void SortAscending()

SortDescending

public void SortDescending()

AppModel

Cancelled

EditorHandler

EmbedAsHtml

IsPreviewActive

PreviewHandler

PreviewTableLocation

Holds the current table location in the editor

Status

TableData

TableHtml

TableMode

TableModes

TableRowCount

Requirements

Namespace: MarkdownMonster.Windows
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic