Table of Contents

Interface IXLDrawingAnchor<T>

Namespace
SlapKit.Excel.Excel.Drawings
Assembly
SlapKit.Excel.dll
public interface IXLDrawingAnchor<T> : IXLDrawingAnchor

Type Parameters

T
Inherited Members
Extension Methods

Methods

MoveTo(IXLCell)

T MoveTo(IXLCell cell)

Parameters

cell IXLCell

Returns

T

MoveTo(IXLCell, IXLCell)

T MoveTo(IXLCell fromCell, IXLCell toCell)

Parameters

fromCell IXLCell
toCell IXLCell

Returns

T

MoveTo(IXLCell, Point)

T MoveTo(IXLCell cell, Point offset)

Parameters

cell IXLCell
offset Point

Returns

T

MoveTo(IXLCell, Point, IXLCell, Point)

T MoveTo(IXLCell fromCell, Point fromOffset, IXLCell toCell, Point toOffset)

Parameters

fromCell IXLCell
fromOffset Point
toCell IXLCell
toOffset Point

Returns

T

MoveTo(IXLCell, int, int)

T MoveTo(IXLCell cell, int xOffset, int yOffset)

Parameters

cell IXLCell
xOffset int
yOffset int

Returns

T

MoveTo(IXLCell, int, int, IXLCell, int, int)

T MoveTo(IXLCell fromCell, int fromCellXOffset, int fromCellYOffset, IXLCell toCell, int toCellXOffset, int toCellYOffset)

Parameters

fromCell IXLCell
fromCellXOffset int
fromCellYOffset int
toCell IXLCell
toCellXOffset int
toCellYOffset int

Returns

T

MoveTo(int, int)

T MoveTo(int left, int top)

Parameters

left int
top int

Returns

T

Scale(double)

T Scale(double factor)

Parameters

factor double

Returns

T

ScaleHeight(double)

T ScaleHeight(double factor)

Parameters

factor double

Returns

T

ScaleWidth(double)

T ScaleWidth(double factor)

Parameters

factor double

Returns

T

WithPlacement(XLDrawingPlacement)

T WithPlacement(XLDrawingPlacement value)

Parameters

value XLDrawingPlacement

Returns

T

WithSize(int, int)

T WithSize(int width, int height)

Parameters

width int
height int

Returns

T