|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSSFShape | |
---|---|
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
Uses of HSSFShape in org.apache.poi.hssf.model |
---|
Methods in org.apache.poi.hssf.model with parameters of type HSSFShape | |
---|---|
protected int |
CommentShape.addStandardOptions(HSSFShape shape,
EscherOptRecord opt)
Sets standard escher options for a comment. |
protected int |
AbstractShape.addStandardOptions(HSSFShape shape,
EscherOptRecord opt)
Add standard properties to the opt record. |
static AbstractShape |
AbstractShape.createShape(HSSFShape hssfShape,
int shapeId)
Create a new shape object used to create the escher records. |
Uses of HSSFShape in org.apache.poi.hssf.usermodel |
---|
Subclasses of HSSFShape in org.apache.poi.hssf.usermodel | |
---|---|
class |
HSSFComment
Represents a cell comment - a sticky note associated with a cell. |
class |
HSSFPicture
Represents a escher picture. |
class |
HSSFPolygon
|
class |
HSSFShapeGroup
A shape group may contain other shapes. |
class |
HSSFSimpleShape
Represents a simple shape such as a line, rectangle or oval. |
class |
HSSFTextbox
A textbox is a shape that may hold a rich text string. |
Methods in org.apache.poi.hssf.usermodel that return HSSFShape | |
---|---|
HSSFShape |
HSSFShape.getParent()
Gets the parent shape. |
Methods in org.apache.poi.hssf.usermodel that return types with arguments of type HSSFShape | |
---|---|
java.util.List<HSSFShape> |
HSSFShapeGroup.getChildren()
Return all children contained by this shape. |
java.util.List<HSSFShape> |
HSSFPatriarch.getChildren()
Returns a list of all shapes contained by the patriarch. |
Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFShape | |
---|---|
void |
HSSFShapeGroup.addShape(HSSFShape shape)
|
void |
HSSFPatriarch.addShape(HSSFShape shape)
add a shape to this drawing |
Constructors in org.apache.poi.hssf.usermodel with parameters of type HSSFShape | |
---|---|
HSSFComment(HSSFShape parent,
HSSFAnchor anchor)
Construct a new comment with the given parent and anchor. |
|
HSSFPicture(HSSFShape parent,
HSSFAnchor anchor)
Constructs a picture object. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |