TextSpan.CreateEmpty
CreateEmpty()
Create the empty text span.
public static TextSpan CreateEmpty()
Return Value
The TextSpan.
See Also
- struct TextSpan
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML
CreateEmpty(int)
Create empty TextSpan from start position.
public static TextSpan CreateEmpty(int start)
Parameter | Type | Description |
---|---|---|
start | Int32 | The start position. |
Return Value
The TextSpan.
See Also
- struct TextSpan
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML