C# 클래스 Yodiwo.Markup

파일 보기 프로젝트 열기: yodiwo/plegma 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
B_off string
B_on string
Break string
Footer string
HR string
Header string
Heading string
I_off string
I_on string
MS_off string
MS_on string

공개 메소드들

메소드 설명
Boldify ( string str ) : string
Headingify ( string str ) : string
Italify ( string str ) : string
Markup ( eType type ) : System
NewLine ( eType type ) : string

메소드 상세

Boldify() 공개 메소드

public Boldify ( string str ) : string
str string
리턴 string

Headingify() 공개 메소드

public Headingify ( string str ) : string
str string
리턴 string

Italify() 공개 메소드

public Italify ( string str ) : string
str string
리턴 string

Markup() 공개 메소드

public Markup ( eType type ) : System
type eType
리턴 System

NewLine() 공개 정적인 메소드

public static NewLine ( eType type ) : string
type eType
리턴 string

프로퍼티 상세

B_off 공개적으로 프로퍼티

public string B_off
리턴 string

B_on 공개적으로 프로퍼티

public string B_on
리턴 string

Break 공개적으로 프로퍼티

public string Break
리턴 string

Footer 공개적으로 프로퍼티

public string Footer
리턴 string

HR 공개적으로 프로퍼티

public string HR
리턴 string

Header 공개적으로 프로퍼티

public string Header
리턴 string

Heading 공개적으로 프로퍼티

public string Heading
리턴 string

I_off 공개적으로 프로퍼티

public string I_off
리턴 string

I_on 공개적으로 프로퍼티

public string I_on
리턴 string

MS_off 공개적으로 프로퍼티

public string MS_off
리턴 string

MS_on 공개적으로 프로퍼티

public string MS_on
리턴 string