Classes | |
| class | AudioContent |
| AudioContent class represents audio content found on a page. More... | |
| class | Callbacks |
| class | ContentsTree |
| This class contains the table of content (ToC) of the book in tree an array forms. More... | |
| class | HighlightBox |
| This class represents a selected text region for highlights. More... | |
| interface | IEpuBearConfig |
| interface | IEpuBearSDK |
| Base interface of the SDK. More... | |
| interface | IFontConfig |
| class | MediaCallbacks |
| These callbacks are specific to audio and video content of the book. More... | |
| class | MediaContent |
| This abstract class is implemented as AudioContent and VideoContent. More... | |
| class | SymbolRect |
| This class represents a character on the book page and its rect position. More... | |
| class | VideoContent |
| AudioContent class represents video content found on a page. More... | |
Enumerations | |
| enum | EPUBBitmapPosition { Left , Center , Right } |
| This enum represents the page positions in the SDK. More... | |
| enum | EPUBAppearanceMode { Normal , Night } |
| This enum is used to switch SDK between light and dark modes. | |
| enum | EPUBMetadata { ID , Title , Creator , Contrib , Subject , Publisher , Description , Date , Type , Format , Source , Lang , Relation , Coverage , Rights , Meta } |
| This enum represents multiple metadata properties SDK reads from the book that can be queried. | |
This enum represents the page positions in the SDK.
When the book is drawn, three pages are updated: the left (previos), the center (current) and the right (next) pages. The app can query all three pages to create smooth transitions between them.