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

    Enumeration ContentBlockTargetFetchMode

    Options for how ContentBlockTargets should be fetched for a ContentLocation.

    Enumeration Members

    INTERSECTING: "INTERSECTING"

    Fetch all content blocks intersecting with the content location.

    INTERSECTING_OR_NEAREST_AFTER: "INTERSECTING_OR_NEAREST_AFTER"

    Fetch all content blocks intersecting with the content location. If the ContentLocation end position is between two content blocks, the content block that is nearest after the content location is included in the result.

    INTERSECTING_OR_NEAREST_BEFORE: "INTERSECTING_OR_NEAREST_BEFORE"

    Fetch all content blocks intersecting with the content location. If the ContentLocation start position is between two content blocks, the content block that is nearest before the content location is included in the result.