C# 클래스 ICSharpCode.AvalonEdit.Highlighting.HtmlOptions

Holds options for converting text to HTML.
파일 보기 프로젝트 열기: kjk/kjkpub 1 사용 예제들

공개 메소드들

메소드 설명
HtmlOptions ( ) : System

Creates a default HtmlOptions instance.

HtmlOptions ( TextEditorOptions options ) : System

Creates a new HtmlOptions instance that copies applicable options from the TextEditorOptions.

메소드 상세

HtmlOptions() 공개 메소드

Creates a default HtmlOptions instance.
public HtmlOptions ( ) : System
리턴 System

HtmlOptions() 공개 메소드

Creates a new HtmlOptions instance that copies applicable options from the TextEditorOptions.
public HtmlOptions ( TextEditorOptions options ) : System
options TextEditorOptions
리턴 System