C# Класс Alsing.SourceCode.SyntaxDocumentExporters.CollapsingHTMLExporter

Html exporter class
Показать файл Открыть проект

Открытые методы

Метод Описание
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