Uses of Interface
org.apache.poi.ss.usermodel.ClientAnchor

Packages that use ClientAnchor
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.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
 class HSSFClientAnchor
          A client anchor is attached to an excel worksheet.
 

Methods in org.apache.poi.hssf.usermodel that return ClientAnchor
 ClientAnchor HSSFComment.getClientAnchor()
           
 

Methods in org.apache.poi.hssf.usermodel with parameters of type ClientAnchor
 HSSFComment HSSFPatriarch.createCellComment(ClientAnchor anchor)
           
 Chart HSSFPatriarch.createChart(ClientAnchor anchor)
           
 HSSFObjectData HSSFPatriarch.createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)
           
 HSSFPicture HSSFPatriarch.createPicture(ClientAnchor anchor, int pictureIndex)
           
 

Uses of ClientAnchor in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return ClientAnchor
 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 defines 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
 Comment Drawing.createCellComment(ClientAnchor anchor)
          Creates a comment.
 Chart Drawing.createChart(ClientAnchor anchor)
          Creates a chart.
 ObjectData Drawing.createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)
          Adds a new OLE Package Shape
 Picture Drawing.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
 ClientAnchor SXSSFDrawing.createAnchor(int dx1, int dy1, int dx2, int dy2, int col1, int row1, int col2, int row2)
           
 ClientAnchor SXSSFCreationHelper.createClientAnchor()
           
 

Methods in org.apache.poi.xssf.streaming with parameters of type ClientAnchor
 Comment SXSSFDrawing.createCellComment(ClientAnchor anchor)
           
 Chart SXSSFDrawing.createChart(ClientAnchor anchor)
           
 ObjectData SXSSFDrawing.createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)
           
 SXSSFPicture SXSSFDrawing.createPicture(ClientAnchor anchor, int pictureIndex)
           
 

Uses of ClientAnchor in org.apache.poi.xssf.usermodel
 

Classes in org.apache.poi.xssf.usermodel that implement ClientAnchor
 class XSSFClientAnchor
          A client anchor is attached to an excel worksheet.
 

Methods in org.apache.poi.xssf.usermodel that return ClientAnchor
 ClientAnchor XSSFComment.getClientAnchor()
           
 

Methods in org.apache.poi.xssf.usermodel with parameters of type ClientAnchor
 XSSFComment XSSFDrawing.createCellComment(ClientAnchor anchor)
          Creates a comment.
 XSSFChart XSSFDrawing.createChart(ClientAnchor anchor)
           
 XSSFObjectData XSSFDrawing.createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)
           
 XSSFPicture XSSFDrawing.createPicture(ClientAnchor anchor, int pictureIndex)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.