Uses of Class
loci.poi.hssf.usermodel.HSSFShape
Packages that use HSSFShape
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of HSSFShape in loci.poi.hssf.model
Methods in loci.poi.hssf.model with parameters of type HSSFShapeModifier and TypeMethodDescriptionprotected intAbstractShape.addStandardOptions(HSSFShape shape, EscherOptRecord opt) Add standard properties to the opt record.protected intCommentShape.addStandardOptions(HSSFShape shape, EscherOptRecord opt) Sets standard escher options for a comment.static AbstractShapeAbstractShape.createShape(HSSFShape hssfShape, int shapeId) Create a new shape object used to create the escher records. -
Uses of HSSFShape in loci.poi.hssf.usermodel
Subclasses of HSSFShape in loci.poi.hssf.usermodelModifier and TypeClassDescriptionclassRepresents a cell comment - a sticky note associated with a cell.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 loci.poi.hssf.usermodel that return HSSFShapeConstructors in loci.poi.hssf.usermodel with parameters of type HSSFShapeModifierConstructorDescriptionHSSFComment(HSSFShape parent, HSSFAnchor anchor) Construct a new comment with the given parent and anchor.HSSFShapeGroup(HSSFShape parent, HSSFAnchor anchor) HSSFTextbox(HSSFShape parent, HSSFAnchor anchor) Construct a new textbox with the given parent and anchor.