OdRectangle
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdStyledObject
public class OdRectangle extends OdStyledObject
The rectangle object
Constructors
Constructor | Description |
---|---|
OdRectangle(OdObject parent) | Initializes a new instance of the OdRectangle class. |
Methods
Method | Description |
---|---|
getCornerRadius() | Gets or sets the corner radius. |
setCornerRadius(float value) | Gets or sets the corner radius. |
OdRectangle(OdObject parent)
public OdRectangle(OdObject parent)
Initializes a new instance of the OdRectangle
class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |
getCornerRadius()
public float getCornerRadius()
Gets or sets the corner radius.
Returns: float - The corner radius.
setCornerRadius(float value)
public void setCornerRadius(float value)
Gets or sets the corner radius.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float | The corner radius. |