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

    Interface IContentBlockSerializationOptions

    Options related to the serialization of ContentBlocks

    interface IContentBlockSerializationOptions {
        createLocators: boolean;
        recursive: boolean;
    }

    Properties

    createLocators: boolean

    Create locators to all text blocks. Setting this to true may slow down the operation depending on the type of locators used by the publication format.

    Defaults to false.

    recursive: boolean

    If true, also serialize all descendents. If false, no children will be included in the result.

    Defaults to true