C# Class SimpleEpub2.SettingsObject

ファイルを表示 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_oe property

protected Boolean,System StT
return System.Boolean

TtS protected_oe property

protected Boolean,System TtS
return System.Boolean

addParagraphSpacing protected_oe property

protected Boolean,System addParagraphSpacing
return System.Boolean

authorNameFont protected_oe property

protected String authorNameFont
return String

autoUpdate protected_oe property

protected Boolean,System autoUpdate
return System.Boolean

bodyColor protected_oe property

protected Color bodyColor
return Color

bodyFont protected_oe property

protected String bodyFont
return String

bookNameFont protected_oe property

protected String bookNameFont
return String

coverFirstPage protected_oe property

protected Boolean,System coverFirstPage
return System.Boolean

coverNoTOC protected_oe property

protected Boolean,System coverNoTOC
return System.Boolean

deleteTempFiles protected_oe property

protected Boolean,System deleteTempFiles
return System.Boolean

dropCap protected_oe property

protected Boolean,System dropCap
return System.Boolean

embedFontSubset protected_oe property

protected Boolean,System embedFontSubset
return System.Boolean

fileLocation protected_oe property

protected String fileLocation
return String

generateMOBI protected_oe property

protected Boolean,System generateMOBI
return System.Boolean

ini protected_oe property

protected INIFile,INI ini
return INI.INIFile

iniPath protected_oe property

protected String iniPath
return String

language protected_oe property

protected String language
return String

lineSpacing protected_oe property

protected Single,System lineSpacing
return System.Single

marginB protected_oe property

protected Single,System marginB
return System.Single

marginL protected_oe property

protected Single,System marginL
return System.Single

marginR protected_oe property

protected Single,System marginR
return System.Single

marginT protected_oe property

protected Single,System marginT
return System.Single

pageColor protected_oe property

protected Color pageColor
return Color

replaceNumByHan protected_oe property

protected Boolean,System replaceNumByHan
return System.Boolean

stickupCap protected_oe property

protected Boolean,System stickupCap
return System.Boolean

titleColor protected_oe property

protected Color titleColor
return Color

titleFont protected_oe property

protected String titleFont
return String

verticalText protected_oe property

protected Boolean,System verticalText
return System.Boolean