SourceText.GetText
GetText()
Define the interface for get Text.
public SourceText GetText()
Return Value
The SourceText.
See Also
- class SourceText
- package com.aspose.html.toolkit.markdown.syntax.text
- package Aspose.HTML
GetText(TextSpan)
Define the interface for get Text.
public SourceText GetText(TextSpan span)
| Parameter | Type | Description |
|---|---|---|
| span | TextSpan | The TextSpan. |
Return Value
The SourceText.
See Also
- struct TextSpan
- class SourceText
- package com.aspose.html.toolkit.markdown.syntax.text
- package Aspose.HTML
GetText(int)
Define the interface for get Text.
public SourceText GetText(int start)
| Parameter | Type | Description |
|---|---|---|
| start | Int32 | The int start. |
Return Value
The SourceText.
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | The index is negative -or- larger than the length. |
See Also
- class SourceText
- package com.aspose.html.toolkit.markdown.syntax.text
- package Aspose.HTML