C# Class SimpleEpub2.SettingsObject

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

Protected Properties

Свойство Type Description
StT System.Boolean
TtS System.Boolean
addParagraphSpacing System.Boolean
authorNameFont String
autoUpdate System.Boolean
bodyColor Color
bodyFont String
bookNameFont String
coverFirstPage System.Boolean
coverNoTOC System.Boolean
deleteTempFiles System.Boolean
dropCap System.Boolean
embedFontSubset System.Boolean
fileLocation String
generateMOBI System.Boolean
ini INI.INIFile
iniPath String
language String
lineSpacing System.Single
marginB System.Single
marginL System.Single
marginR System.Single
marginT System.Single
pageColor Color
replaceNumByHan System.Boolean
stickupCap System.Boolean
titleColor Color
titleFont String
verticalText System.Boolean

Méthodes publiques

Méthode Description
SettingsObject ( String path ) : System
loadFromIni ( ) : void
loadFromSettings ( Settings sts ) : void
writeToIni ( ) : void
writeToSettings ( Settings sts ) : void

Method Details

SettingsObject() public méthode

public SettingsObject ( String path ) : System
path String
Résultat System

loadFromIni() public méthode

public loadFromIni ( ) : void
Résultat void

loadFromSettings() public méthode

public loadFromSettings ( Settings sts ) : void
sts Settings
Résultat void

writeToIni() public méthode

public writeToIni ( ) : void
Résultat void

writeToSettings() public méthode

public writeToSettings ( Settings sts ) : void
sts Settings
Résultat void

Property Details

StT protected_oe property

protected Boolean,System StT
Résultat System.Boolean

TtS protected_oe property

protected Boolean,System TtS
Résultat System.Boolean

addParagraphSpacing protected_oe property

protected Boolean,System addParagraphSpacing
Résultat System.Boolean

authorNameFont protected_oe property

protected String authorNameFont
Résultat String

autoUpdate protected_oe property

protected Boolean,System autoUpdate
Résultat System.Boolean

bodyColor protected_oe property

protected Color bodyColor
Résultat Color

bodyFont protected_oe property

protected String bodyFont
Résultat String

bookNameFont protected_oe property

protected String bookNameFont
Résultat String

coverFirstPage protected_oe property

protected Boolean,System coverFirstPage
Résultat System.Boolean

coverNoTOC protected_oe property

protected Boolean,System coverNoTOC
Résultat System.Boolean

deleteTempFiles protected_oe property

protected Boolean,System deleteTempFiles
Résultat System.Boolean

dropCap protected_oe property

protected Boolean,System dropCap
Résultat System.Boolean

embedFontSubset protected_oe property

protected Boolean,System embedFontSubset
Résultat System.Boolean

fileLocation protected_oe property

protected String fileLocation
Résultat String

generateMOBI protected_oe property

protected Boolean,System generateMOBI
Résultat System.Boolean

ini protected_oe property

protected INIFile,INI ini
Résultat INI.INIFile

iniPath protected_oe property

protected String iniPath
Résultat String

language protected_oe property

protected String language
Résultat String

lineSpacing protected_oe property

protected Single,System lineSpacing
Résultat System.Single

marginB protected_oe property

protected Single,System marginB
Résultat System.Single

marginL protected_oe property

protected Single,System marginL
Résultat System.Single

marginR protected_oe property

protected Single,System marginR
Résultat System.Single

marginT protected_oe property

protected Single,System marginT
Résultat System.Single

pageColor protected_oe property

protected Color pageColor
Résultat Color

replaceNumByHan protected_oe property

protected Boolean,System replaceNumByHan
Résultat System.Boolean

stickupCap protected_oe property

protected Boolean,System stickupCap
Résultat System.Boolean

titleColor protected_oe property

protected Color titleColor
Résultat Color

titleFont protected_oe property

protected String titleFont
Résultat String

verticalText protected_oe property

protected Boolean,System verticalText
Résultat System.Boolean