Uses of Class
org.apache.poi.xssf.usermodel.XSSFClientAnchor
-
Packages that use XSSFClientAnchor Package Description org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of XSSFClientAnchor in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFClientAnchor Modifier and Type Method Description XSSFClientAnchorSXSSFPicture. getClientAnchor()XSSFClientAnchorSXSSFPicture. getPreferredSize()Calculate the preferred size for this picture.XSSFClientAnchorSXSSFPicture. getPreferredSize(double scale)Calculate the preferred size for this picture.XSSFClientAnchorSXSSFPicture. getPreferredSize(double scaleX, double scaleY) -
Uses of XSSFClientAnchor in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFClientAnchor Modifier and Type Method Description XSSFClientAnchorXSSFDrawing. createAnchor(int dx1, int dy1, int dx2, int dy2, int col1, int row1, int col2, int row2)XSSFClientAnchorXSSFCreationHelper. createClientAnchor()Creates a XSSFClientAnchor.XSSFClientAnchorXSSFGraphicFrame. getAnchor()Returns the frame anchor.XSSFClientAnchorXSSFPicture. getClientAnchor()XSSFClientAnchorXSSFPicture. getPreferredSize()Calculate the preferred size for this picture.XSSFClientAnchorXSSFPicture. getPreferredSize(double scale)Calculate the preferred size for this picture.XSSFClientAnchorXSSFPicture. getPreferredSize(double scaleX, double scaleY)Calculate the preferred size for this picture.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFClientAnchor Modifier and Type Method Description voidXSSFSignatureLine. add(XSSFSheet sheet, XSSFClientAnchor anchor)XSSFChartXSSFDrawing. createChart(XSSFClientAnchor anchor)Creates a chart.XSSFConnectorXSSFDrawing. createConnector(XSSFClientAnchor anchor)Creates a simple shape.XSSFShapeGroupXSSFDrawing. createGroup(XSSFClientAnchor anchor)Creates a simple shape.XSSFPictureXSSFDrawing. createPicture(XSSFClientAnchor anchor, int pictureIndex)Creates a picture.XSSFPictureXSSFShapeGroup. createPicture(XSSFClientAnchor anchor, int pictureIndex)Creates a picture.XSSFSimpleShapeXSSFDrawing. createSimpleShape(XSSFClientAnchor anchor)Creates a simple shape.XSSFTextBoxXSSFDrawing. createTextbox(XSSFClientAnchor anchor)Constructs a textbox under the drawing.protected voidXSSFGraphicFrame. setAnchor(XSSFClientAnchor anchor)Attaches frame to an anchor.
-