C# Class SimpleEpub2.Language

Afficher le fichier Open project: henryxrl/SimpleEpub2 Class Usage Examples

Méthodes publiques

Méthode Description
Language ( String lang ) : System
getFont ( ) : String
getString ( String input ) : String
isLangChinese ( ) : System.Boolean
setFont ( Control ctrls ) : void

Method Details

Language() public méthode

public Language ( String lang ) : System
lang String
Résultat System

getFont() public méthode

public getFont ( ) : String
Résultat String

getString() public méthode

public getString ( String input ) : String
input String
Résultat String

isLangChinese() public méthode

public isLangChinese ( ) : System.Boolean
Résultat System.Boolean

setFont() public méthode

public setFont ( Control ctrls ) : void
ctrls System.Windows.Forms.Control
Résultat void