@jsfkit/types
    Preparing search index...

    Type Alias GraphicAnchorOneCell

    Specifies a one cell anchor placeholder for a group, a shape, or a drawing element.

    type GraphicAnchorOneCell = {
        ext: Extent;
        from: CellOffset;
        type: "oneCell";
    }
    Index

    Properties

    Properties

    ext: Extent

    The size of the graphic in EMUs.

    The top/left position of the graphic in cell coordinates.

    type: "oneCell"

    Type discriminator for a one-cell anchor.