@jsfkit/types
    Preparing search index...

    Type Alias GraphicAnchorAbsolute

    Specifies an absolute anchor placeholder for a group, a shape, or a drawing element.

    type GraphicAnchorAbsolute = {
        ext: Extent;
        pos: Point;
        type: "absolute";
    }
    Index

    Properties

    Properties

    ext: Extent

    The size of the graphic in EMUs.

    pos: Point

    The absolute position of the graphic in EMUs.

    type: "absolute"

    Type discriminator for an absolute anchor.