#import <ReflowableViewController.h>
PagingInformation class contains the information about paging for one chapter.
the code of book which is loaded now
| - (NSInteger) chapterIndex |
|
readwriteatomicprotected |
the index of chapter which is paginated now
the font name that is used for this paging.
the font size that is used for this paging.
| - (double) horizontalGapRatio |
|
readwriteatomicprotected |
the horizontal gap ratio that is used for this paging.
| - (BOOL) isDoublePagedForLandscape |
|
readwriteatomicprotected |
double paged in landscape mode
denote the device was portrait or not
| - (NSInteger) lineSpacing |
|
readwriteatomicprotected |
the line space that is used for this paging.
| - (NSInteger) numberOfPagesInChapter |
|
readwriteatomicprotected |
the number of pages in this chapter
| - (double) verticalGapRatio |
|
readwriteatomic |
the vertical gap ratio that is used for this paging.
The documentation for this class was generated from the following file: