Uses of Class
org.apache.poi.hssf.usermodel.HSSFShape
Packages that use HSSFShape
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of HSSFShape in org.apache.poi.hssf.usermodel
Subclasses of HSSFShape in org.apache.poi.hssf.usermodelModifier and TypeClassDescriptionclassclassRepresents a cell comment - a sticky note associated with a cell.final classRepresents binary object (i.e.classRepresents a escher picture.classclassA shape group may contain other shapes.classRepresents a simple shape such as a line, rectangle or oval.classA textbox is a shape that may hold a rich text string.Methods in org.apache.poi.hssf.usermodel that return HSSFShapeModifier and TypeMethodDescriptionprotected HSSFShapeHSSFComment.cloneShape()protected HSSFShapeHSSFObjectData.cloneShape()protected HSSFShapeHSSFPicture.cloneShape()protected abstract HSSFShapeHSSFShape.cloneShape()protected HSSFShapeHSSFShapeGroup.cloneShape()protected HSSFShapeHSSFShapeGroup.cloneShape(HSSFPatriarch patriarch) protected HSSFShapeHSSFSimpleShape.cloneShape()protected HSSFShapeHSSFTextbox.cloneShape()HSSFShape.getParent()Methods in org.apache.poi.hssf.usermodel that return types with arguments of type HSSFShapeModifier and TypeMethodDescriptionHSSFPatriarch.getChildren()Returns a unmodifiable list of all shapes contained by the patriarch.HSSFShapeContainer.getChildren()HSSFShapeGroup.getChildren()Return all children contained by this shape.HSSFPatriarch.iterator()HSSFShapeGroup.iterator()Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFShapeModifier and TypeMethodDescriptionvoidadd a shape to this drawingvoidadd shape to the list of child recordsvoidbooleanHSSFPatriarch.removeShape(HSSFShape shape) booleanHSSFShapeContainer.removeShape(HSSFShape shape) remove first level shapesbooleanHSSFShapeGroup.removeShape(HSSFShape shape) protected voidConstructors in org.apache.poi.hssf.usermodel with parameters of type HSSFShapeModifierConstructorDescriptionHSSFCombobox(HSSFShape parent, HSSFAnchor anchor) HSSFComment(HSSFShape parent, HSSFAnchor anchor) Construct a new comment with the given parent and anchor.HSSFPicture(HSSFShape parent, HSSFAnchor anchor) Constructs a picture object.HSSFShape(HSSFShape parent, HSSFAnchor anchor) Create a new shape with the specified parent and anchor.HSSFShapeGroup(HSSFShape parent, HSSFAnchor anchor) HSSFSimpleShape(HSSFShape parent, HSSFAnchor anchor) HSSFTextbox(HSSFShape parent, HSSFAnchor anchor) Construct a new textbox with the given parent and anchor.