|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractShape | |
---|---|
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
Uses of AbstractShape in org.apache.poi.hssf.model |
---|
Subclasses of AbstractShape in org.apache.poi.hssf.model | |
---|---|
class |
CommentShape
Represents a cell comment. |
class |
LineShape
Represents a line shape and creates all the line specific low level records. |
class |
PictureShape
Represents a picture shape and creates all specific low level records. |
class |
PolygonShape
|
class |
SimpleFilledShape
|
class |
TextboxShape
Represents an textbox shape and converts between the highlevel records and lowlevel records for an oval. |
Methods in org.apache.poi.hssf.model that return AbstractShape | |
---|---|
static AbstractShape |
AbstractShape.createShape(HSSFShape hssfShape,
int shapeId)
Create a new shape object used to create the escher records. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |