TextSpan constructor
init
Constructs a new instance of TextSpan
def __init__(self):
...
init
Create the TextSpan
def __init__(self, start, length):
...
Parameter | Type | Description |
---|---|---|
start | int | The start. |
length | int | The length. |
Exceptions
Exception | Description |
---|---|
ArgumentOutOfRangeException | Throw if arguments is out of range. |
See Also
- module
aspose.html.toolkit.markdown.syntax.text
- class
TextSpan