C# 클래스 nl.siegmann.epublib.domain.SpineReference

상속: ResourceReference
파일 보기 프로젝트 열기: lanfengqi/EpubLib-Sharp 1 사용 예제들

공개 메소드들

메소드 설명
SpineReference ( Resource resource ) : System
SpineReference ( Resource resource, bool linear ) : System
isLinear ( ) : bool

Linear denotes whether the section is Primary or Auxiliary. Usually the cover page has linear set to false and all the other sections have it set to true. It's an optional property that readers may also ignore.

primary or auxiliary is useful for Reading Systems which opt to present auxiliary content differently than primary content. For example, a Reading System might opt to render auxiliary content in a popup window apart from the main window which presents the primary content. (For an example of the types of content that may be considered auxiliary, refer to the example below and the subsequent discussion.)

setLinear ( bool linear ) : void

메소드 상세

SpineReference() 공개 메소드

public SpineReference ( Resource resource ) : System
resource Resource
리턴 System

SpineReference() 공개 메소드

public SpineReference ( Resource resource, bool linear ) : System
resource Resource
linear bool
리턴 System

isLinear() 공개 메소드

Linear denotes whether the section is Primary or Auxiliary. Usually the cover page has linear set to false and all the other sections have it set to true. It's an optional property that readers may also ignore.
primary or auxiliary is useful for Reading Systems which opt to present auxiliary content differently than primary content. For example, a Reading System might opt to render auxiliary content in a popup window apart from the main window which presents the primary content. (For an example of the types of content that may be considered auxiliary, refer to the example below and the subsequent discussion.)
public isLinear ( ) : bool
리턴 bool

setLinear() 공개 메소드

public setLinear ( bool linear ) : void
linear bool
리턴 void