LengthOrAuto constructor
init
Initializes a new instance of the LengthOrAuto
class and sets state to ‘auto’.
def __init__(self):
...
init
Initializes a new instance of the LengthOrAuto
class and sets state to ’lenght'.
def __init__(self, length):
...
Parameter | Type | Description |
---|---|---|
length | Length | The length. |
See Also
- module
aspose.html.drawing
- class
LengthOrAuto