Uses of Class
org.apache.poi.xssf.usermodel.XSSFClientAnchor

Packages that use XSSFClientAnchor
org.apache.poi.xssf.usermodel   
 

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

Methods in org.apache.poi.xssf.usermodel that return XSSFClientAnchor
 XSSFClientAnchor XSSFPicture.getPreferredSize(double scale)
          Calculate the preferred size for this picture.
 

Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFClientAnchor
 XSSFConnector XSSFDrawing.createConnector(XSSFClientAnchor anchor)
          Creates a simple shape.
 XSSFShapeGroup XSSFDrawing.createGroup(XSSFClientAnchor anchor)
          Creates a simple shape.
 XSSFPicture XSSFShapeGroup.createPicture(XSSFClientAnchor anchor, int pictureIndex)
          Creates a picture.
 XSSFPicture XSSFDrawing.createPicture(XSSFClientAnchor anchor, int pictureIndex)
          Creates a picture.
 XSSFSimpleShape XSSFDrawing.createSimpleShape(XSSFClientAnchor anchor)
          Creates a simple shape.
 XSSFTextBox XSSFDrawing.createTextbox(XSSFClientAnchor anchor)
          Constructs a textbox under the drawing.