Uses of Class
org.apache.poi.hssf.usermodel.HSSFClientAnchor
-
Packages that use HSSFClientAnchor Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFClientAnchor in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFClientAnchor Modifier and Type Method Description HSSFClientAnchorHSSFPatriarch. 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.HSSFClientAnchorHSSFCreationHelper. createClientAnchor()Creates a HSSFClientAnchor.HSSFClientAnchorHSSFPicture. getClientAnchor()HSSFClientAnchorHSSFPicture. getPreferredSize()Calculate the preferred size for this picture.HSSFClientAnchorHSSFPicture. getPreferredSize(double scale)Calculate the preferred size for this picture.HSSFClientAnchorHSSFPicture. getPreferredSize(double scaleX, double scaleY)Calculate the preferred size for this picture.Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFClientAnchor Modifier and Type Method Description HSSFShapeGroupHSSFPatriarch. createGroup(HSSFClientAnchor anchor)Creates a new group record stored under this patriarch.HSSFPictureHSSFPatriarch. createPicture(HSSFClientAnchor anchor, int pictureIndex)Creates a picture.HSSFPolygonHSSFPatriarch. createPolygon(HSSFClientAnchor anchor)Creates a polygonHSSFSimpleShapeHSSFPatriarch. createSimpleShape(HSSFClientAnchor anchor)Creates a simple shape.HSSFTextboxHSSFPatriarch. createTextbox(HSSFClientAnchor anchor)Constructs a textbox under the patriarch.
-