#import <ReflowableViewController.h>
Properties | |
| NSInteger | code |
| NSInteger | bookCode |
| NSInteger | chapterIndex |
| NSInteger | numberOfChaptersInBook |
| NSInteger | pageIndex |
| NSInteger | numberOfPagesInChapter |
| NSString * | chapterTitle |
| NSMutableArray * | highlightsInPage |
| double | pagePositionInChapter |
| double | pagePositionInBook |
| NSString * | pageDescription |
| bool | isLoadedChapter |
| NSInteger | startIndex |
| NSInteger | endIndex |
| NSInteger | pageIndexInBook |
| NSInteger | numberOfPagesInBook |
| NSInteger | firstCharacterOffsetInPage |
| NSInteger | textLengthInPage |
PageInfomation class contains information about a specific page of epub.
|
readwriteatomicprotected |
BookCode
|
readwriteatomic |
the index of the chapter that this page belongs to
|
readwritenonatomicretain |
the title of this chapter.
|
readwriteatomic |
Code
|
readwriteatomicprotected |
the index of the end element in this page.
|
readwriteatomic |
the offset of the first character in page.
|
readwritenonatomicretain |
all Highlights in this page.
|
readwriteatomic |
the number of chapter that epub has.
|
readwriteatomicprotected |
the total number of pages in book
|
readwriteatomic |
the total page number of this chapter.
|
readwritenonatomicretain |
the text in this page.
|
readwriteatomic |
the page index from the start of this chapter.
|
readwriteatomic |
the page index from the start of book
|
readwriteatomic |
the global postion from the start of this book.
|
readwriteatomic |
the position from the start of this chapter.
|
readwriteatomic |
the index of the first element in this page.
|
readwriteatomicprotected |
the length of text in page
1.8.2