Uses of Interface
org.apache.poi.ss.usermodel.ClientAnchor
-
Packages that use ClientAnchor Package Description io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of ClientAnchor in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return ClientAnchor Modifier and Type Method Description protected ClientAnchor
ExcelXlsxExporter. toClientAnchor(ViewAnchor viewAnchor, SSheet sheet)
Methods in io.keikai.range.impl.imexp with parameters of type ClientAnchor Modifier and Type Method Description protected abstract int
AbstractExcelImporter. getAnchorHeightInPx(ClientAnchor anchor, Sheet poiSheet)
protected int
ExcelXlsImporter. getAnchorHeightInPx(ClientAnchor anchor, Sheet poiSheet)
reference DefaultBookWidgetLoader.getHSSFHeightInPx()protected abstract int
AbstractExcelImporter. getAnchorWidthInPx(ClientAnchor anchor, Sheet poiSheet)
If in same column: anchorWidthInFirstColumn + anchor width in inter-columns + anchorWidthInLastColumn (dx2) no in same column: anchorWidthInLastColumn - offsetInFirstColumn (dx1)protected int
ExcelXlsImporter. getAnchorWidthInPx(ClientAnchor anchor, Sheet sheet)
reference DefaultBookWidgetLoader.getHSSFWidthInPx()protected abstract int
AbstractExcelImporter. getXoffsetInPixel(ClientAnchor clientAnchor, Sheet poiSheet)
protected int
ExcelXlsImporter. getXoffsetInPixel(ClientAnchor anchor, Sheet poiSheet)
protected abstract int
AbstractExcelImporter. getYoffsetInPixel(ClientAnchor clientAnchor, Sheet poiSheet)
protected int
ExcelXlsImporter. getYoffsetInPixel(ClientAnchor anchor, Sheet poiSheet)
protected ViewAnchor
AbstractExcelImporter. toViewAnchor(Sheet poiSheet, ClientAnchor clientAnchor)
-
Uses of ClientAnchor in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement ClientAnchor Modifier and Type Class Description class
HSSFClientAnchor
A client anchor is attached to an excel worksheet.Methods in org.apache.poi.hssf.usermodel that return ClientAnchor Modifier and Type Method Description ClientAnchor
HSSFComment. getClientAnchor()
ClientAnchor
HSSFChartShape. getPreferredSize()
Methods in org.apache.poi.hssf.usermodel with parameters of type ClientAnchor Modifier and Type Method Description HSSFComment
HSSFPatriarch. createCellComment(ClientAnchor anchor)
HSSFObjectData
HSSFPatriarch. createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)
HSSFPicture
HSSFPatriarch. createPicture(ClientAnchor anchor, int pictureIndex)
void
HSSFChartShape. setClientAnchor(ClientAnchor newanchor)
-
Uses of ClientAnchor in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ClientAnchor Modifier and Type Method Description ClientAnchor
Drawing. createAnchor(int dx1, int dy1, int dx2, int dy2, int col1, int row1, int col2, int row2)
Creates a new client anchor and sets the top-left and bottom-right coordinates of the anchor.ClientAnchor
CreationHelper. createClientAnchor()
Creates a ClientAnchor.ClientAnchor
Comment. getClientAnchor()
Return defined position of this anchor in the sheet.ClientAnchor
Picture. getClientAnchor()
ClientAnchor
Picture. getPreferredSize()
Calculate the preferred size for this picture.ClientAnchor
Picture. getPreferredSize(double scaleX, double scaleY)
Calculate the preferred size for this picture.Methods in org.apache.poi.ss.usermodel with parameters of type ClientAnchor Modifier and Type Method Description Comment
Drawing. createCellComment(ClientAnchor anchor)
Creates a comment.ObjectData
Drawing. createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)
Adds a new OLE Package ShapePicture
Drawing. createPicture(ClientAnchor anchor, int pictureIndex)
Creates a picture.
-