Uses of Class
org.apache.poi.xssf.usermodel.XSSFClientAnchor
Packages that use XSSFClientAnchor
-
Uses of XSSFClientAnchor in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFClientAnchorModifier and TypeMethodDescriptionSXSSFPicture.getClientAnchor()
SXSSFPicture.getPreferredSize()
Calculate the preferred size for this picture.SXSSFPicture.getPreferredSize
(double scale) Calculate the preferred size for this picture.SXSSFPicture.getPreferredSize
(double scaleX, double scaleY) -
Uses of XSSFClientAnchor in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFClientAnchorModifier and TypeMethodDescriptionXSSFDrawing.createAnchor
(int dx1, int dy1, int dx2, int dy2, int col1, int row1, int col2, int row2) XSSFCreationHelper.createClientAnchor()
Creates a XSSFClientAnchor.XSSFGraphicFrame.getAnchor()
Returns the frame anchor.XSSFPicture.getClientAnchor()
XSSFPicture.getPreferredSize()
Calculate the preferred size for this picture.XSSFPicture.getPreferredSize
(double scale) Calculate the preferred size for this picture.XSSFPicture.getPreferredSize
(double scaleX, double scaleY) Calculate the preferred size for this picture.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFClientAnchorModifier and TypeMethodDescriptionXSSFDrawing.createChart
(XSSFClientAnchor anchor) Creates a chart.XSSFDrawing.createConnector
(XSSFClientAnchor anchor) Creates a simple shape.XSSFDrawing.createGroup
(XSSFClientAnchor anchor) Creates a simple shape.XSSFDrawing.createPicture
(XSSFClientAnchor anchor, int pictureIndex) Creates a picture.XSSFShapeGroup.createPicture
(XSSFClientAnchor anchor, int pictureIndex) Creates a picture.XSSFDrawing.createSimpleShape
(XSSFClientAnchor anchor) Creates a simple shape.XSSFDrawing.createTextbox
(XSSFClientAnchor anchor) Constructs a textbox under the drawing.protected void
XSSFGraphicFrame.setAnchor
(XSSFClientAnchor anchor) Attaches frame to an anchor.