C# Class Xwt.GtkBackend.RichTextViewBackend.RichTextBuffer

Inheritance: Gtk.TextBuffer, IRichTextBuffer
Afficher le fichier Open project: mono/xwt

Méthodes publiques

Méthode Description
EmitCloseBullet ( ) : void
EmitCloseList ( ) : void
EmitCodeBlock ( string code ) : void
EmitEndHeader ( ) : void
EmitEndLink ( ) : void
EmitEndParagraph ( ) : void
EmitHorizontalRuler ( ) : void
EmitOpenBullet ( ) : void
EmitOpenList ( ) : void
EmitStartHeader ( int level ) : void
EmitStartLink ( string href, string title ) : void
EmitStartParagraph ( int indentLevel ) : void
EmitText ( FormattedText markup ) : void
EmitText ( string text, RichTextInlineStyle style ) : void
RichTextBuffer ( Gtk table ) : System

Private Methods

Méthode Description
BreakList ( ) : void
BreakParagraph ( ) : void

Method Details

EmitCloseBullet() public méthode

public EmitCloseBullet ( ) : void
Résultat void

EmitCloseList() public méthode

public EmitCloseList ( ) : void
Résultat void

EmitCodeBlock() public méthode

public EmitCodeBlock ( string code ) : void
code string
Résultat void

EmitEndHeader() public méthode

public EmitEndHeader ( ) : void
Résultat void

EmitEndLink() public méthode

public EmitEndLink ( ) : void
Résultat void

EmitEndParagraph() public méthode

public EmitEndParagraph ( ) : void
Résultat void

EmitHorizontalRuler() public méthode

public EmitHorizontalRuler ( ) : void
Résultat void

EmitOpenBullet() public méthode

public EmitOpenBullet ( ) : void
Résultat void

EmitOpenList() public méthode

public EmitOpenList ( ) : void
Résultat void

EmitStartHeader() public méthode

public EmitStartHeader ( int level ) : void
level int
Résultat void

EmitStartLink() public méthode

public EmitStartLink ( string href, string title ) : void
href string
title string
Résultat void

EmitStartParagraph() public méthode

public EmitStartParagraph ( int indentLevel ) : void
indentLevel int
Résultat void

EmitText() public méthode

public EmitText ( FormattedText markup ) : void
markup FormattedText
Résultat void

EmitText() public méthode

public EmitText ( string text, RichTextInlineStyle style ) : void
text string
style RichTextInlineStyle
Résultat void

RichTextBuffer() public méthode

public RichTextBuffer ( Gtk table ) : System
table Gtk
Résultat System