C# Class SimpleEpub2.SettingsObject

Show file Open project: henryxrl/SimpleEpub2 Class Usage Examples

Protected Properties

Property 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

Public Methods

Method Description
SettingsObject ( String path ) : System
loadFromIni ( ) : void
loadFromSettings ( Settings sts ) : void
writeToIni ( ) : void
writeToSettings ( Settings sts ) : void

Method Details

SettingsObject() public method

public SettingsObject ( String path ) : System
path String
return System

loadFromIni() public method

public loadFromIni ( ) : void
return void

loadFromSettings() public method

public loadFromSettings ( Settings sts ) : void
sts Settings
return void

writeToIni() public method

public writeToIni ( ) : void
return void

writeToSettings() public method

public writeToSettings ( Settings sts ) : void
sts Settings
return void

Property Details

StT protected property

protected Boolean,System StT
return System.Boolean

TtS protected property

protected Boolean,System TtS
return System.Boolean

addParagraphSpacing protected property

protected Boolean,System addParagraphSpacing
return System.Boolean

authorNameFont protected property

protected String authorNameFont
return String

autoUpdate protected property

protected Boolean,System autoUpdate
return System.Boolean

bodyColor protected property

protected Color bodyColor
return Color

bodyFont protected property

protected String bodyFont
return String

bookNameFont protected property

protected String bookNameFont
return String

coverFirstPage protected property

protected Boolean,System coverFirstPage
return System.Boolean

coverNoTOC protected property

protected Boolean,System coverNoTOC
return System.Boolean

deleteTempFiles protected property

protected Boolean,System deleteTempFiles
return System.Boolean

dropCap protected property

protected Boolean,System dropCap
return System.Boolean

embedFontSubset protected property

protected Boolean,System embedFontSubset
return System.Boolean

fileLocation protected property

protected String fileLocation
return String

generateMOBI protected property

protected Boolean,System generateMOBI
return System.Boolean

ini protected property

protected INIFile,INI ini
return INI.INIFile

iniPath protected property

protected String iniPath
return String

language protected property

protected String language
return String

lineSpacing protected property

protected Single,System lineSpacing
return System.Single

marginB protected property

protected Single,System marginB
return System.Single

marginL protected property

protected Single,System marginL
return System.Single

marginR protected property

protected Single,System marginR
return System.Single

marginT protected property

protected Single,System marginT
return System.Single

pageColor protected property

protected Color pageColor
return Color

replaceNumByHan protected property

protected Boolean,System replaceNumByHan
return System.Boolean

stickupCap protected property

protected Boolean,System stickupCap
return System.Boolean

titleColor protected property

protected Color titleColor
return Color

titleFont protected property

protected String titleFont
return String

verticalText protected property

protected Boolean,System verticalText
return System.Boolean