Nutrient Web SDK
    Preparing search index...

    Type Alias TextBlock

    Describes a block of text within a document.

    type TextBlock = {
        range: Range;
        rect: [number, number, number, number];
    }
    Index

    Properties

    Properties

    range: Range

    The range of the text block.

    rect: [number, number, number, number]

    The rectangular coordinates of the text block.