public class SheetAnchor extends Object implements Serializable
Picture
, or Chart
) by row and column index.Picture
,
Range.addPicture(SheetAnchor, byte[], Picture.Format)
,
Chart
,
Range#addChart(SheetAnchor, ChartData, Chart.Type, Chart.Grouping, Chart.LegendPosition)
,
Serialized FormConstructor and Description |
---|
SheetAnchor(int row,
int column,
int lastRow,
int lastColumn) |
SheetAnchor(int row,
int column,
int xOffset,
int yOffset,
int lastRow,
int lastColumn,
int lastXOffset,
int lastYOffset) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getLastColumn() |
int |
getLastRow() |
int |
getLastXOffset() |
int |
getLastYOffset() |
int |
getRow() |
int |
getXOffset() |
int |
getYOffset() |
public SheetAnchor(int row, int column, int lastRow, int lastColumn)
public SheetAnchor(int row, int column, int xOffset, int yOffset, int lastRow, int lastColumn, int lastXOffset, int lastYOffset)
public int getRow()
public int getColumn()
public int getXOffset()
public int getYOffset()
public int getLastRow()
public int getLastColumn()
public int getLastXOffset()
public int getLastYOffset()
Copyright © 2020. All rights reserved.