The oval element creates an oval with the attributes described below.
<oval id="objectId" x="xPosition" y="yPosition"
width="boundingBoxWidth" height="boundingBoxHeight"
[lineStyle="lineStyleId"] [fillStyle="fillStyleId"]
/>
Name |
Description |
Value type |
Optional |
Default Value |
| id |
Object identifier |
no |
- |
|
| x |
Absolute x position of the rectangle to which the oval is inscribed (in pixels or twips) |
no |
- |
|
| y |
Absolute y position of the rectangle to which the oval is inscribed (in pixels or twips) |
no |
- |
|
| width |
Width of the rectangle to which the oval will be inscribed (in pixels or twips). |
no |
- |
|
| height |
Height of the rectangle to which the oval will be inscribed (in pixels or twips). |
no |
- |
|
| lineStyle |
Line style element id (from styles collection) |
yes |
- |
|
| fillStyle |
Fill style element id (from styles collection) |
yes |
- |