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.
Declaration
Swift
public enum FolioReaderScrollDirection : Int
-
Declaration
Swift
public enum FolioReaderFont : Int
-
Declaration
Swift
public enum FolioReaderFontSize : 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
Declaration
Swift
public enum MediaOverlayStyle : Int
-
HighlightStyle type, default is .Yellow.
See moreDeclaration
Swift
public enum HighlightStyle : Int