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