Enumerations

The following enumerations are available globally.

  • Defines the Reader scrolling direction

    • vertical: Section and content scroll on vertical.
    • horizontal: Section and content scroll on horizontal.
    • horizontalWithVerticalContent: Sections scroll horizontal and content scroll on vertical.
    • defaultVertical: The default scroll direction, if not overridden; works as .vertical.
    See more

    Declaration

    Swift

    public enum FolioReaderScrollDirection : Int
  • Declaration

    Swift

    public enum FolioReaderError : Error, LocalizedError
  • Defines the media overlay and TTS selection

    • default: The background is colored
    • underline: The underlined is colored
    • textColor: The text is colored
    See more

    Declaration

    Swift

    public enum MediaOverlayStyle : Int
  • HighlightStyle type, default is .Yellow.

    See more

    Declaration

    Swift

    public enum HighlightStyle : Int