Uses of Interface
org.apache.poi.ss.usermodel.ClientAnchor
Packages that use ClientAnchor
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of ClientAnchor in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement ClientAnchorModifier and TypeClassDescriptionfinal class
A client anchor is attached to an excel worksheet.Methods in org.apache.poi.hssf.usermodel that return ClientAnchorMethods in org.apache.poi.hssf.usermodel with parameters of type ClientAnchorModifier and TypeMethodDescriptionHSSFPatriarch.createCellComment
(ClientAnchor anchor) HSSFPatriarch.createObjectData
(ClientAnchor anchor, int storageId, int pictureIndex) HSSFPatriarch.createPicture
(ClientAnchor anchor, int pictureIndex) -
Uses of ClientAnchor in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ClientAnchorModifier and TypeMethodDescriptionDrawing.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.CreationHelper.createClientAnchor()
Creates a ClientAnchor.Comment.getClientAnchor()
Return defines position of this anchor in the sheet.Picture.getClientAnchor()
Picture.getPreferredSize()
Calculate the preferred size for this picture.Picture.getPreferredSize
(double scaleX, double scaleY) Calculate the preferred size for this picture.Methods in org.apache.poi.ss.usermodel with parameters of type ClientAnchorModifier and TypeMethodDescriptionDrawing.createCellComment
(ClientAnchor anchor) Creates a comment.Drawing.createObjectData
(ClientAnchor anchor, int storageId, int pictureIndex) Adds a new OLE Package ShapeDrawing.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 ClientAnchorModifier and TypeMethodDescriptionSXSSFDrawing.createAnchor
(int dx1, int dy1, int dx2, int dy2, int col1, int row1, int col2, int row2) SXSSFCreationHelper.createClientAnchor()
Methods in org.apache.poi.xssf.streaming with parameters of type ClientAnchorModifier and TypeMethodDescriptionSXSSFDrawing.createCellComment
(ClientAnchor anchor) SXSSFDrawing.createObjectData
(ClientAnchor anchor, int storageId, int pictureIndex) SXSSFDrawing.createPicture
(ClientAnchor anchor, int pictureIndex) -
Uses of ClientAnchor in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement ClientAnchorModifier and TypeClassDescriptionclass
A client anchor is attached to an excel worksheet.Methods in org.apache.poi.xssf.usermodel that return ClientAnchorMethods in org.apache.poi.xssf.usermodel with parameters of type ClientAnchorModifier and TypeMethodDescriptionXSSFDrawing.createCellComment
(ClientAnchor anchor) Creates a comment.XSSFDrawing.createChart
(ClientAnchor anchor) Creates a chart.XSSFDrawing.createObjectData
(ClientAnchor anchor, int storageId, int pictureIndex) XSSFDrawing.createPicture
(ClientAnchor anchor, int pictureIndex)