Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines how whitespace characters should be handled in EPUB ContentPositionTimelines.

Index

Enumeration Members

Enumeration Members

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"

All whitespace characters are ignored and are not counted.

PRESERVE: "PRESERVE"

All whitespace characters are preserved and counted.

Generated using TypeDoc