PagingInformation class contains the information about paging for one chapter.
| int com.skytree.epub.PagingInformation.bookCode |
the code of book which is loaded now
| int com.skytree.epub.PagingInformation.chapterIndex |
the index of chapter which is paginated now
| String com.skytree.epub.PagingInformation.fontName |
the font name that is used for this paging.
| int com.skytree.epub.PagingInformation.fontSize |
the font size that is used for this paging.
| int com.skytree.epub.PagingInformation.height |
| double com.skytree.epub.PagingInformation.horizontalGapRatio |
the horizontal gap ratio that is used for this paging.
| boolean com.skytree.epub.PagingInformation.isDoublePagedForLandscape |
double paged in landscape mode
| boolean com.skytree.epub.PagingInformation.isPortrait |
denote the device was portrait or not
| int com.skytree.epub.PagingInformation.lineSpacing |
the line space that is used for this paging.
| int com.skytree.epub.PagingInformation.numberOfPagesInChapter |
the number of pages in this chapter
| double com.skytree.epub.PagingInformation.verticalGapRatio |
the vertical gap ratio that is used for this paging.
| int com.skytree.epub.PagingInformation.width |
The documentation for this class was generated from the following file:
- /Users/skytree/Documents/Projects/workspace/SkyReader/src/com/skytree/epub/PagingInformation.java