#import <ReflowableViewController.h>
ReflowableViewControllerDataSource is the protocol containing methods to be implemented to respond to the request from ReflowableViewController.
should return the bookmarked image for rendering
should return the CGRect of the bookmarked image for rendering
called when certain highlight should be deleted in the case like merging highlights.
| - (NSMutableArray*) reflowableViewController: |
|
(ReflowableViewController *) |
rvc |
| highlightsForChapter: |
|
(NSInteger) |
chapterIndex |
|
|
| |
|
optional |
should return NSMutableArray holding highlight objects for the given chapter index.
called when new highlight object must be inserted.
should tell the engine whether a given pagePositionInBook value is bookmarked or not
should return the number of pages for specific PagingInformation in global pagination mode
Javascript source for chapterIndex can be passed to the engine if you like to implement some custom behaviors.
CSS source for chapterIndex can be passed to the engine if you like to implement some custom behaviors.
called when certain highlight should be updated in the case like changing color
The documentation for this protocol was generated from the following file: