ComboboxShape
, LineShape
, PictureShape
, PolygonShape
, SimpleFilledShape
, TextboxShape
@Deprecated
public abstract class AbstractShape
extends java.lang.Object
Modifier | Constructor | Description |
---|---|---|
protected |
AbstractShape() |
Deprecated.
|
Modifier and Type | Method | 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 2018 The Apache Software Foundation or its licensors, as applicable.