Readonlyposition: { x: number; y: number }Absolute X and Y coordinates in twips
Readonlyx: numberHorizontal position in twips from the anchor point
Readonlyy: numberVertical position in twips from the anchor point
Readonlytype: "absolute"Must be "absolute" for coordinate-based positioning
Options for frames positioned using absolute X/Y coordinates.
Use this type when you need precise control over frame positioning using specific coordinate values.