create method
create
Create the TextSpan
Returns
The TextSpan.
def create(self, start, length):
...
Parameter | Type | Description |
---|---|---|
start | int | The start position. |
length | int | The length. |
See Also
- module
aspose.html.toolkit.markdown.syntax.text
- class
TextSpan