get_text method
get_text
Define the interface for get Text.
Returns
The SourceText.
def get_text(self):
...
get_text
Define the interface for get Text.
Returns
The SourceText.
def get_text(self, span):
...
Parameter | Type | Description |
---|---|---|
span | TextSpan | The TextSpan. |
get_text
Define the interface for get Text.
Returns
The SourceText.
def get_text(self, start):
...
Parameter | Type | Description |
---|---|---|
start | int | The int start. |
Exceptions
Exception | Description |
---|---|
ArgumentOutOfRangeException | The index is negative -or- larger than the length. |
See Also
- module
aspose.html.toolkit.markdown.syntax.text
- class
SourceText