SourceText.From
Contents
[
Hide
]From(String)
Define the interface for get SourceText from String.
public static SourceText From(String text)
Parameter | Type | Description |
---|---|---|
text | String | The String text. |
Return Value
The SourceText.
See Also
- class SourceText
- package com.aspose.html.Toolkit.Markdown.Syntax.Text
- package Aspose.HTML
From(String, Encoding)
Define the interface for get SourceText from String and encoding.
public static SourceText From(String text, Encoding encoding)
Parameter | Type | Description |
---|---|---|
text | String | The String text. |
encoding | Encoding | The encoding. |
Return Value
The SourceText.
See Also
- class SourceText
- package com.aspose.html.Toolkit.Markdown.Syntax.Text
- package Aspose.HTML
From(SourceText[])
Define the interface for get SourceText from array of the source.
public static SourceText From(SourceText[] source)
Parameter | Type | Description |
---|---|---|
source | SourceText[] | The SourceText. |
Return Value
The SourceText.
See Also
- class SourceText
- package com.aspose.html.Toolkit.Markdown.Syntax.Text
- package Aspose.HTML