Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IEpubAppleBooksOptionsPlatform

    Describes the metadata parsed from "META-INF/com.apple.ibooks.display-options.xml" if found in the publication. See https://itunespartner.apple.com/assets/downloads/ibookstore-asset-guide-5-0.pdf (page 13-14)

    interface IEpubAppleBooksOptionsPlatform {
        getOrientationLock(): PublicationOrientation;
        getPlatformType(): EpubAppleBooksOptionsPlatformType;
        hasCustomFonts(): boolean;
        isFixedLayout(): boolean;
        isInteractive(): boolean;
        shouldOpenToSpread(): boolean;
    }

    Methods

    • If the publication is using custom fonts.

      Returns boolean

    • If the publication is fixed-layout.

      Returns boolean

    • If the publication contains interactive content such as content documents with javascript.

      Returns boolean

    • If the publication should open to a two-page spread.

      Returns boolean