Fld constructor
Fld(ix, shape)
Constructor.
def __init__(self, ix, shape):
...
| Parameter | Type | Description |
|---|---|---|
| ix | int | The zero-based index of the element Field within its parent element Shape. |
| shape | Shape | Shape. |
See Also
- module aspose.diagram
- class Fld