C# 클래스 SimpleEpub2.SettingsObject

파일 보기 프로젝트 열기: henryxrl/SimpleEpub2 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
SettingsObject ( String path ) : System
loadFromIni ( ) : void
loadFromSettings ( Settings sts ) : void
writeToIni ( ) : void
writeToSettings ( Settings sts ) : void

메소드 상세

SettingsObject() 공개 메소드

public SettingsObject ( String path ) : System
path String
리턴 System

loadFromIni() 공개 메소드

public loadFromIni ( ) : void
리턴 void

loadFromSettings() 공개 메소드

public loadFromSettings ( Settings sts ) : void
sts Settings
리턴 void

writeToIni() 공개 메소드

public writeToIni ( ) : void
리턴 void

writeToSettings() 공개 메소드

public writeToSettings ( Settings sts ) : void
sts Settings
리턴 void

프로퍼티 상세

StT 보호되어 있는 프로퍼티

protected Boolean,System StT
리턴 System.Boolean

TtS 보호되어 있는 프로퍼티

protected Boolean,System TtS
리턴 System.Boolean

addParagraphSpacing 보호되어 있는 프로퍼티

protected Boolean,System addParagraphSpacing
리턴 System.Boolean

authorNameFont 보호되어 있는 프로퍼티

protected String authorNameFont
리턴 String

autoUpdate 보호되어 있는 프로퍼티

protected Boolean,System autoUpdate
리턴 System.Boolean

bodyColor 보호되어 있는 프로퍼티

protected Color bodyColor
리턴 Color

bodyFont 보호되어 있는 프로퍼티

protected String bodyFont
리턴 String

bookNameFont 보호되어 있는 프로퍼티

protected String bookNameFont
리턴 String

coverFirstPage 보호되어 있는 프로퍼티

protected Boolean,System coverFirstPage
리턴 System.Boolean

coverNoTOC 보호되어 있는 프로퍼티

protected Boolean,System coverNoTOC
리턴 System.Boolean

deleteTempFiles 보호되어 있는 프로퍼티

protected Boolean,System deleteTempFiles
리턴 System.Boolean

dropCap 보호되어 있는 프로퍼티

protected Boolean,System dropCap
리턴 System.Boolean

embedFontSubset 보호되어 있는 프로퍼티

protected Boolean,System embedFontSubset
리턴 System.Boolean

fileLocation 보호되어 있는 프로퍼티

protected String fileLocation
리턴 String

generateMOBI 보호되어 있는 프로퍼티

protected Boolean,System generateMOBI
리턴 System.Boolean

ini 보호되어 있는 프로퍼티

protected INIFile,INI ini
리턴 INI.INIFile

iniPath 보호되어 있는 프로퍼티

protected String iniPath
리턴 String

language 보호되어 있는 프로퍼티

protected String language
리턴 String

lineSpacing 보호되어 있는 프로퍼티

protected Single,System lineSpacing
리턴 System.Single

marginB 보호되어 있는 프로퍼티

protected Single,System marginB
리턴 System.Single

marginL 보호되어 있는 프로퍼티

protected Single,System marginL
리턴 System.Single

marginR 보호되어 있는 프로퍼티

protected Single,System marginR
리턴 System.Single

marginT 보호되어 있는 프로퍼티

protected Single,System marginT
리턴 System.Single

pageColor 보호되어 있는 프로퍼티

protected Color pageColor
리턴 Color

replaceNumByHan 보호되어 있는 프로퍼티

protected Boolean,System replaceNumByHan
리턴 System.Boolean

stickupCap 보호되어 있는 프로퍼티

protected Boolean,System stickupCap
리턴 System.Boolean

titleColor 보호되어 있는 프로퍼티

protected Color titleColor
리턴 Color

titleFont 보호되어 있는 프로퍼티

protected String titleFont
리턴 String

verticalText 보호되어 있는 프로퍼티

protected Boolean,System verticalText
리턴 System.Boolean