docx
    Preparing search index...

    Type Alias IXYFrameOptions

    IXYFrameOptions: { position: { x: number; y: number }; type: "absolute" } & IBaseFrameOptions

    Options for frames positioned using absolute X/Y coordinates.

    Use this type when you need precise control over frame positioning using specific coordinate values.

    Type Declaration

    • Readonlyposition: { x: number; y: number }

      Absolute X and Y coordinates in twips

      • Readonlyx: number

        Horizontal position in twips from the anchor point

      • Readonlyy: number

        Vertical position in twips from the anchor point

    • Readonlytype: "absolute"

      Must be "absolute" for coordinate-based positioning