C# 클래스 Alsing.SourceCode.SyntaxDocumentExporters.CollapsingHTMLExporter

Html exporter class
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
Export ( SyntaxDocument doc, Color BGColor, string ImagePath, string Style ) : string

Exports the content of a SyntaxDocument to a HTML formatted string

Export ( SyntaxDocument doc, string ImagePath ) : string

Exports the content of a SyntaxDocument to a HTML formatted string

비공개 메소드들

메소드 설명
GetHTMLColor ( Color c ) : string
Out ( string text ) : void
RenderCollapsed ( Row r, Row TrueRow, int i, string ImagePath, string guid ) : void
write ( string text, TextStyle s ) : void

메소드 상세

Export() 공개 메소드

Exports the content of a SyntaxDocument to a HTML formatted string
public Export ( SyntaxDocument doc, Color BGColor, string ImagePath, string Style ) : string
doc SyntaxDocument SyntaxDocument object to export from
BGColor Color HTML color string to use as background color
ImagePath string File path tho the images to use in the HTML string
Style string HTML style string that should be applied to the output
리턴 string

Export() 공개 메소드

Exports the content of a SyntaxDocument to a HTML formatted string
public Export ( SyntaxDocument doc, string ImagePath ) : string
doc SyntaxDocument SyntaxDocument object to export from
ImagePath string File path tho the images to use in the HTML string
리턴 string