PDF Web Viewer
    Preparing search index...

    Interface Position

    interface Position {
        charIndex: number;
        pageIndex: number;
        equals(other: Position): boolean;
        greaterThan(other: Position): boolean;
        greaterThanOrEqual(other: Position): boolean;
        isValid(): boolean;
        lessThan(other: Position): boolean;
        lessThanOrEqual(other: Position): boolean;
    }
    Index

    Properties

    charIndex: number
    pageIndex: number

    Methods

    • Parameters

      Returns boolean

    • Parameters

      Returns boolean

    • Parameters

      Returns boolean

    • Returns boolean

    • Parameters

      Returns boolean

    • Parameters

      Returns boolean