C# 클래스 Xwt.GtkBackend.RichTextViewBackend.RichTextBuffer

상속: Gtk.TextBuffer, IRichTextBuffer
파일 보기 프로젝트 열기: mono/xwt

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BreakList ( ) : void
BreakParagraph ( ) : void

메소드 상세

EmitCloseBullet() 공개 메소드

public EmitCloseBullet ( ) : void
리턴 void

EmitCloseList() 공개 메소드

public EmitCloseList ( ) : void
리턴 void

EmitCodeBlock() 공개 메소드

public EmitCodeBlock ( string code ) : void
code string
리턴 void

EmitEndHeader() 공개 메소드

public EmitEndHeader ( ) : void
리턴 void

EmitEndLink() 공개 메소드

public EmitEndLink ( ) : void
리턴 void

EmitEndParagraph() 공개 메소드

public EmitEndParagraph ( ) : void
리턴 void

EmitHorizontalRuler() 공개 메소드

public EmitHorizontalRuler ( ) : void
리턴 void

EmitOpenBullet() 공개 메소드

public EmitOpenBullet ( ) : void
리턴 void

EmitOpenList() 공개 메소드

public EmitOpenList ( ) : void
리턴 void

EmitStartHeader() 공개 메소드

public EmitStartHeader ( int level ) : void
level int
리턴 void

EmitStartLink() 공개 메소드

public EmitStartLink ( string href, string title ) : void
href string
title string
리턴 void

EmitStartParagraph() 공개 메소드

public EmitStartParagraph ( int indentLevel ) : void
indentLevel int
리턴 void

EmitText() 공개 메소드

public EmitText ( FormattedText markup ) : void
markup FormattedText
리턴 void

EmitText() 공개 메소드

public EmitText ( string text, RichTextInlineStyle style ) : void
text string
style RichTextInlineStyle
리턴 void

RichTextBuffer() 공개 메소드

public RichTextBuffer ( Gtk table ) : System
table Gtk
리턴 System