Options
All
  • Public
  • Public/Protected
  • All
Menu

An abstraction of the content in a IReaderDocument.

Hierarchy

  • IContentBlockTree

Index

Methods

getContentBlockById

  • Get a content block by id, previously retrieved using IContentBlock.getId() for a content block associated with this reader document.

    Using a contentBlockId from another reader document will produce undefined results.

    Parameters

    • contentBlockId: number

    Returns IContentBlock

getContentBlocks

  • Get all root content block objects of this tree

    Returns IContentBlock[]

getReaderDocument

  • The reader document associated with this instance.

    Returns IReaderDocument

toSerializableData

Generated using TypeDoc