Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines how whitespace characters should be handled in EPUB ContentPositionTimelines.

Index

Enumeration members

Enumeration members

COLLAPSE

COLLAPSE = "COLLAPSE"

Multiple adjacent whitespaces are collapsed and counted as a single whitespace when calculating positions in the timeline. Whitespace at the start and end in documents are trimmed.

IGNORE

IGNORE = "IGNORE"

All whitespace characters are ignored and are not counted.

PRESERVE

PRESERVE = "PRESERVE"

All whitespace characters are preserved and counted.

Generated using TypeDoc