Uses of Class
org.dhatim.fastexcel.PictureAnchor
-
-
Uses of PictureAnchor in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return PictureAnchor Modifier and Type Method Description static PictureAnchorPictureAnchor. oneCellAnchor(int row, int col, int widthPx, int heightPx)Create a one-cell anchor with explicit size in pixels.static PictureAnchorPictureAnchor. oneCellAnchor(int row, int col, int colOffPx, int rowOffPx, int widthPx, int heightPx)Create a one-cell anchor with offset and explicit size in pixels.static PictureAnchorPictureAnchor. twoCellAnchor(int fromRow, int fromCol, int toRow, int toCol)Create a two-cell anchor spanning from one cell to another.static PictureAnchorPictureAnchor. twoCellAnchor(int fromRow, int fromCol, int fromColOffPx, int fromRowOffPx, int toRow, int toCol, int toColOffPx, int toRowOffPx)Create a two-cell anchor with offsets.Methods in org.dhatim.fastexcel with parameters of type PictureAnchor Modifier and Type Method Description PictureWorksheet. addImage(PictureAnchor anchor, byte[] imageData)Add an image with custom anchor configuration.PictureWorksheet. addImage(PictureAnchor anchor, byte[] imageData, String name, boolean lockAspectRatio)Add an image with custom anchor and name.
-