@wdprlib/parser
    Preparing search index...
    interface FootnoteContentResult {
        consumed: number;
        foundClose: boolean;
        paragraphs: Element[][];
    }
    Index

    Properties

    consumed: number
    foundClose: boolean
    paragraphs: Element[][]