SourceText.GetText
GetText()
Define the interface for get Text.
public SourceText GetText()
Return Value
The SourceText.
See Also
- class SourceText
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML
GetText(TextSpan)
Define the interface for get Text.
public virtual SourceText GetText(TextSpan span)
Parameter | Type | Description |
---|---|---|
span | TextSpan | The TextSpan. |
Return Value
The SourceText.
See Also
- struct TextSpan
- class SourceText
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly 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
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML