C# 클래스 Praeclarum.RichText

상속: IRichText
파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
AddAttributes ( IRichTextAttributes istyleClass, StringRange range ) : void
AppendRtfBody ( StringBuilder r, int>.Dictionary colorTableIndex, int>.Dictionary fontTable ) : void
RichText ( string text ) : System
ToRtf ( IEnumerable classes ) : string

비공개 메소드들

메소드 설명
ToRtf ( IEnumerable knownColors, IEnumerable knownFonts ) : string

메소드 상세

AddAttributes() 공개 메소드

public AddAttributes ( IRichTextAttributes istyleClass, StringRange range ) : void
istyleClass IRichTextAttributes
range StringRange
리턴 void

AppendRtfBody() 공개 메소드

public AppendRtfBody ( StringBuilder r, int>.Dictionary colorTableIndex, int>.Dictionary fontTable ) : void
r StringBuilder
colorTableIndex int>.Dictionary
fontTable int>.Dictionary
리턴 void

RichText() 공개 메소드

public RichText ( string text ) : System
text string
리턴 System

ToRtf() 공개 메소드

public ToRtf ( IEnumerable classes ) : string
classes IEnumerable
리턴 string