StrValue constructor
StrValue(value)
Constructor.
def __init__(self, value):
...
| Parameter | Type | Description |
|---|---|---|
| value | str |
StrValue(value, ufe)
Constructor.
def __init__(self, value, ufe):
...
| Parameter | Type | Description |
|---|---|---|
| value | str | |
| ufe | UnitFormulaErr |
StrValue(value, unit)
Constructor.
def __init__(self, value, unit):
...
| Parameter | Type | Description |
|---|---|---|
| value | str | |
| unit | MeasureConst |
See Also
- module aspose.diagram
- class StrValue