docx
    Preparing search index...

    Variable FrameWrapConst

    FrameWrap: {
        AROUND: "around";
        AUTO: "auto";
        NONE: "none";
        NOT_BESIDE: "notBeside";
        THROUGH: "through";
        TIGHT: "tight";
    } = ...

    Text wrapping types for frames.

    Controls how surrounding text wraps around the frame.

    Type Declaration

    • ReadonlyAROUND: "around"

      Wrap text around the frame on all sides

    • ReadonlyAUTO: "auto"

      Automatic wrapping based on available space

    • ReadonlyNONE: "none"

      No text wrapping

    • ReadonlyNOT_BESIDE: "notBeside"

      Do not allow text beside the frame

    • ReadonlyTHROUGH: "through"

      Allow text to flow through the frame

    • ReadonlyTIGHT: "tight"

      Wrap text tightly around the frame