Uses of Class
loci.poi.hssf.usermodel.HSSFAnchor
Packages that use HSSFAnchor
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 HSSFAnchor in loci.poi.hssf.model
Methods in loci.poi.hssf.model with parameters of type HSSFAnchorModifier and TypeMethodDescriptionprotected EscherRecordAbstractShape.createAnchor(HSSFAnchor userAnchor) Creates an escher anchor record from a HSSFAnchor.static EscherRecordConvertAnchor.createAnchor(HSSFAnchor userAnchor) -
Uses of HSSFAnchor in loci.poi.hssf.usermodel
Subclasses of HSSFAnchor in loci.poi.hssf.usermodelModifier and TypeClassDescriptionclassclassA client anchor is attached to an excel worksheet.Methods in loci.poi.hssf.usermodel that return HSSFAnchorMethods in loci.poi.hssf.usermodel with parameters of type HSSFAnchorModifier and TypeMethodDescriptionHSSFPatriarch.createComment(HSSFAnchor anchor) Constructs a cell comment.voidHSSFShape.setAnchor(HSSFAnchor anchor) Sets a particular anchor.Constructors in loci.poi.hssf.usermodel with parameters of type HSSFAnchorModifierConstructorDescriptionHSSFComment(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.