Uses of Interface
org.apache.poi.ss.usermodel.ClientAnchor
-
Packages that use ClientAnchor Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of ClientAnchor in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement ClientAnchor Modifier and Type Class Description classHSSFClientAnchorA client anchor is attached to an excel worksheet.Methods in org.apache.poi.hssf.usermodel that return ClientAnchor Modifier and Type Method Description ClientAnchorHSSFComment. getClientAnchor()Methods in org.apache.poi.hssf.usermodel with parameters of type ClientAnchor Modifier and Type Method Description HSSFCommentHSSFPatriarch. createCellComment(ClientAnchor anchor)HSSFObjectDataHSSFPatriarch. createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)HSSFPictureHSSFPatriarch. createPicture(ClientAnchor anchor, int pictureIndex) -
Uses of ClientAnchor in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ClientAnchor Modifier and Type Method Description ClientAnchorDrawing. 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.ClientAnchorCreationHelper. createClientAnchor()Creates a ClientAnchor.ClientAnchorComment. getClientAnchor()Return defines position of this anchor in the sheet.ClientAnchorPicture. getClientAnchor()ClientAnchorPicture. getPreferredSize()Calculate the preferred size for this picture.ClientAnchorPicture. 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 CommentDrawing. createCellComment(ClientAnchor anchor)Creates a comment.ObjectDataDrawing. createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)Adds a new OLE Package ShapePictureDrawing. createPicture(ClientAnchor anchor, int pictureIndex)Creates a picture. -
Uses of ClientAnchor in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return ClientAnchor Modifier and Type Method Description ClientAnchorSXSSFDrawing. createAnchor(int dx1, int dy1, int dx2, int dy2, int col1, int row1, int col2, int row2)ClientAnchorSXSSFCreationHelper. createClientAnchor()Methods in org.apache.poi.xssf.streaming with parameters of type ClientAnchor Modifier and Type Method Description CommentSXSSFDrawing. createCellComment(ClientAnchor anchor)ObjectDataSXSSFDrawing. createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)SXSSFPictureSXSSFDrawing. createPicture(ClientAnchor anchor, int pictureIndex) -
Uses of ClientAnchor in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement ClientAnchor Modifier and Type Class Description classXSSFClientAnchorA client anchor is attached to an excel worksheet.Methods in org.apache.poi.xssf.usermodel that return ClientAnchor Modifier and Type Method Description ClientAnchorXSSFComment. getClientAnchor()Methods in org.apache.poi.xssf.usermodel with parameters of type ClientAnchor Modifier and Type Method Description XSSFCommentXSSFDrawing. createCellComment(ClientAnchor anchor)Creates a comment.XSSFChartXSSFDrawing. createChart(ClientAnchor anchor)Creates a chart.XSSFObjectDataXSSFDrawing. createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)XSSFPictureXSSFDrawing. createPicture(ClientAnchor anchor, int pictureIndex)
-