C# Class Yodiwo.Markup

Mostrar archivo Open project: yodiwo/plegma Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
Boldify ( string str ) : string
Headingify ( string str ) : string
Italify ( string str ) : string
Markup ( eType type ) : System
NewLine ( eType type ) : string

Method Details

Boldify() public method

public Boldify ( string str ) : string
str string
return string

Headingify() public method

public Headingify ( string str ) : string
str string
return string

Italify() public method

public Italify ( string str ) : string
str string
return string

Markup() public method

public Markup ( eType type ) : System
type eType
return System

NewLine() public static method

public static NewLine ( eType type ) : string
type eType
return string

Property Details

B_off public_oe property

public string B_off
return string

B_on public_oe property

public string B_on
return string

Break public_oe property

public string Break
return string

Footer public_oe property

public string Footer
return string

HR public_oe property

public string HR
return string

Header public_oe property

public string Header
return string

Heading public_oe property

public string Heading
return string

I_off public_oe property

public string I_off
return string

I_on public_oe property

public string I_on
return string

MS_off public_oe property

public string MS_off
return string

MS_on public_oe property

public string MS_on
return string