Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the different units of measure that can be used with ContentPositionTimelines.

Index

Enumeration members

CHARACTERS

CHARACTERS = "CHARACTERS"

The ContentPositionTimeline uses characters (Unicode codepoints) to calculate positions. Incrementing the timeline position by 1 advances the position in the publication content by 1 character.

DOCUMENTS

DOCUMENTS = "DOCUMENTS"

The ContentPositionTimeline uses ReaderDocuments to calculate positions. Incrementing the timeline position by 1 advances the position in the publication content by 1 ReaderDocument.

PAGES

PAGES = "PAGES"

The ContentPositionTimeline uses pages to calculate positions. Note that this only applies to pre-paginated content such as fixed-layout EPUBs and PDFs. Incrementing the timeline position by 1 advances the position in the publication content by 1 page.

WORDS

WORDS = "WORDS"

The ContentPositionTimeline uses words to calculate positions. Incrementing the timeline position by 1 advances the position in the publication content by 1 word.

Generated using TypeDoc