@wdprlib/parser
    Preparing search index...
    interface DivOpenResult {
        attributes: AttributeMap;
        blockName: "div" | "div_";
        bodyStart: number;
        consumed: number;
        hasRequiredNewline: boolean;
        paragraphStrip: boolean;
    }
    Index

    Properties

    attributes: AttributeMap
    blockName: "div" | "div_"
    bodyStart: number
    consumed: number
    hasRequiredNewline: boolean
    paragraphStrip: boolean