C# Class SFEditor.Core

Afficher le fichier Open project: cra0zy/SFEditor

Méthodes publiques

Свойство Type Description
Bold bool
CharacterRegions List
DefaultCharacter char
FileName string
Font string
Size float

Méthodes publiques

Méthode Description
Close ( ) : void
Core ( ) : System
GetText ( ) : string
LoadFromText ( string text ) : bool
Open ( ) : bool
Open ( string fileName ) : bool
Save ( ) : SaveError
Save ( string fileName ) : SaveError
SaveToXml ( ) : void
SetDefaults ( ) : void

Private Methods

Méthode Description
GetChar ( XmlNode node, string path ) : char
GetChar ( string text ) : char
GetStyle ( ) : string
RemoveFromXml ( XmlNode rootNode, string path ) : void
RemoveFromXml ( string path ) : void
WriteToXml ( XmlNode rootNode, string path, string innerText ) : void
WriteToXml ( string path, string innerText ) : void
XmlToString ( XmlDocument doc ) : string

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Core() public méthode

public Core ( ) : System
Résultat System

GetText() public méthode

public GetText ( ) : string
Résultat string

LoadFromText() public méthode

public LoadFromText ( string text ) : bool
text string
Résultat bool

Open() public méthode

public Open ( ) : bool
Résultat bool

Open() public méthode

public Open ( string fileName ) : bool
fileName string
Résultat bool

Save() public méthode

public Save ( ) : SaveError
Résultat SaveError

Save() public méthode

public Save ( string fileName ) : SaveError
fileName string
Résultat SaveError

SaveToXml() public méthode

public SaveToXml ( ) : void
Résultat void

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void

Property Details

Bold public_oe property

public bool Bold
Résultat bool

CharacterRegions public_oe property

public List CharacterRegions
Résultat List

DefaultCharacter public_oe property

public char DefaultCharacter
Résultat char

FileName public_oe property

public string FileName
Résultat string

Font public_oe property

public string Font
Résultat string

Size public_oe property

public float Size
Résultat float