C# 클래스 FastColoredTextBoxNS.ExportToHTML

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

공개 프로퍼티들

프로퍼티 타입 설명
LineNumbersCSS string

공개 메소드들

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

비공개 메소드들

메소드 설명
Flush ( StringBuilder sb, StringBuilder tempSB, StyleIndex currentStyle ) : void
GetCss ( StyleIndex styleIndex ) : string
GetStyleName ( StyleIndex styleIndex ) : string

메소드 상세

ExportToHTML() 공개 메소드

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

GetColorAsString() 공개 정적인 메소드

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

GetHtml() 공개 메소드

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

GetHtml() 공개 메소드

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

프로퍼티 상세

LineNumbersCSS 공개적으로 프로퍼티

public string LineNumbersCSS
리턴 string