Options
All
  • Public
  • Public/Protected
  • All
Menu

An API used for fetching publication content from a ContentLocation. Get an instance by calling ContentLocation.fetchContentResolver().

Hierarchy

  • IContentLocationContentResolver

Index

Methods

getTextContent

  • getTextContent(): string
  • Get the text content of the ContentLocation.

    Returns string

getTextContentAfter

  • getTextContentAfter(textLength: number): string
  • Get the text content immediately after the ContentLocation.

    Parameters

    • textLength: number

      The number of characters to get.

    Returns string

getTextContentBefore

  • getTextContentBefore(textLength: number): string
  • Get the text content immediately before the ContentLocation.

    Parameters

    • textLength: number

      The number of characters to get.

    Returns string

Generated using TypeDoc