C# 클래스 FastColoredTextBoxNS.ExportToRTF

Exports colored text as RTF
At this time only TextStyle renderer is supported. Other styles is not exported.
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 메소드들

메소드 설명
ExportToRTF ( ) : System.Collections.Generic
GetColorAsString ( Color color ) : string
GetRtf ( FastColoredTextBox tb ) : string
GetRtf ( Range r ) : string

비공개 메소드들

메소드 설명
Flush ( StringBuilder sb, StringBuilder tempSB, StyleIndex currentStyle ) : void
GetColorTableNumber ( Color color ) : int
GetRtfDescriptor ( StyleIndex styleIndex ) : RTFStyleDescriptor

메소드 상세

ExportToRTF() 공개 메소드

public ExportToRTF ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetColorAsString() 공개 정적인 메소드

public static GetColorAsString ( Color color ) : string
color System.Drawing.Color
리턴 string

GetRtf() 공개 메소드

public GetRtf ( FastColoredTextBox tb ) : string
tb FastColoredTextBox
리턴 string

GetRtf() 공개 메소드

public GetRtf ( Range r ) : string
r Range
리턴 string