@jsfkit/types
    Preparing search index...

    Type Alias InsetRect

    Defines an inset or internal margins for a text box within a shape.

    type InsetRect = {
        b?: EmuValue;
        l?: EmuValue;
        r?: EmuValue;
        t?: EmuValue;
    }
    Index

    Properties

    Properties

    Bottom edge inset from shape bounds in EMUs.

    45720
    

    Left edge inset from shape bounds in EMUs.

    91440
    

    Right edge inset from shape bounds in EMUs.

    91440
    

    Top edge inset from shape bounds in EMUs.

    45720