C# 클래스 Docu.Output.Rendering.HtmlOutputFormatter

상속: IOutputFormatter
파일 보기 프로젝트 열기: cdrnet/docu 1 사용 예제들

공개 메소드들

메소드 설명
Escape ( string value ) : string
Format ( Comment comment ) : string
FormatReferencable ( IReferencable reference ) : string
FormatReferencable ( IReferencable reference, string>.IEnumerable attributes ) : string
HtmlOutputFormatter ( IDocuTemplate view ) : System

비공개 메소드들

메소드 설명
Format ( string pattern ) : string
FormatBulletList ( BulletList comment ) : string
FormatChildren ( IEnumerable comments ) : string
FormatDefinitionList ( DefinitionList comment ) : string
FormatGeneralContainer ( Comment comment ) : string
FormatInlineCode ( InlineCode block ) : string
FormatInlineText ( InlineText comment ) : string
FormatMultilineCode ( MultilineCode block ) : string
FormatNumberList ( NumberList comment ) : string
FormatParagraph ( Paragraph comment ) : string
FormatParameterReference ( ParameterReference comment ) : string
FormatSee ( See block ) : string
FormatTableList ( TableList comment ) : string
formatInlineList ( IEnumerable items, string outerTagFormat, string itemFormat, string termFormat, string definitionFormat ) : string

메소드 상세

Escape() 공개 메소드

public Escape ( string value ) : string
value string
리턴 string

Format() 공개 메소드

public Format ( Comment comment ) : string
comment Docu.Documentation.Comments.Comment
리턴 string

FormatReferencable() 공개 메소드

public FormatReferencable ( IReferencable reference ) : string
reference IReferencable
리턴 string

FormatReferencable() 공개 메소드

public FormatReferencable ( IReferencable reference, string>.IEnumerable attributes ) : string
reference IReferencable
attributes string>.IEnumerable
리턴 string

HtmlOutputFormatter() 공개 메소드

public HtmlOutputFormatter ( IDocuTemplate view ) : System
view IDocuTemplate
리턴 System