C# 클래스 Praeclarum.RichTextAttributes

상속: IRichTextAttributes
파일 보기 프로젝트 열기: praeclarum/Praeclarum 1 사용 예제들

공개 메소드들

메소드 설명
AppendRtf ( StringBuilder r, int>.Dictionary colorTable, int>.Dictionary fontTable ) : void
Merge ( IRichTextAttributes c ) : void
Reset ( ) : void
RichTextAttributes ( string name ) : System

메소드 상세

AppendRtf() 공개 메소드

public AppendRtf ( StringBuilder r, int>.Dictionary colorTable, int>.Dictionary fontTable ) : void
r StringBuilder
colorTable int>.Dictionary
fontTable int>.Dictionary
리턴 void

Merge() 공개 메소드

public Merge ( IRichTextAttributes c ) : void
c IRichTextAttributes
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

RichTextAttributes() 공개 메소드

public RichTextAttributes ( string name ) : System
name string
리턴 System