docx
    Preparing search index...

    Type Alias IAlignmentFrameOptions

    IAlignmentFrameOptions: {
        alignment: {
            x: typeof HorizontalPositionAlign[keyof typeof HorizontalPositionAlign];
            y: typeof VerticalPositionAlign[keyof typeof VerticalPositionAlign];
        };
        type: "alignment";
    } & IBaseFrameOptions

    Options for frames positioned using alignment values.

    Use this type when you want to position the frame relative to the anchor using standard alignment positions (e.g., left, center, right, top, bottom).

    Type Declaration