@Deprecated public abstract class AbstractShape extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractShape()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected int |
addStandardOptions(HSSFShape shape,
EscherOptRecord opt)
Deprecated.
Add standard properties to the opt record.
|
protected EscherRecord |
createAnchor(HSSFAnchor userAnchor)
Deprecated.
Creates an escher anchor record from a HSSFAnchor.
|
static AbstractShape |
createShape(HSSFShape hssfShape,
int shapeId)
Deprecated.
Create a new shape object used to create the escher records.
|
abstract ObjRecord |
getObjRecord()
Deprecated.
|
abstract EscherContainerRecord |
getSpContainer()
Deprecated.
|
public static AbstractShape createShape(HSSFShape hssfShape, int shapeId)
hssfShape
- The simple shape this is based on.public abstract EscherContainerRecord getSpContainer()
public abstract ObjRecord getObjRecord()
protected EscherRecord createAnchor(HSSFAnchor userAnchor)
userAnchor
- The high level anchor to convert.protected int addStandardOptions(HSSFShape shape, EscherOptRecord opt)
shape
- The user model shape.opt
- The opt record to add the properties to.Copyright © 2020. All rights reserved.