SourceText.From
Contenu
[
Cacher
]From(string)
Définir l’interface pour obtenir le texte source à partir de la chaîne.
public static SourceText From(string text)
Paramètre | Taper | La description |
---|---|---|
text | String | Le texte de la chaîne. |
Return_Value
Le TexteSource.
Voir également
- class SourceText
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Text
- Assemblée Aspose.HTML
From(string, Encoding)
Définissez l’interface pour obtenir le texte source à partir de la chaîne et de l’encodage.
public static SourceText From(string text, Encoding encoding)
Paramètre | Taper | La description |
---|---|---|
text | String | Le texte de la chaîne. |
encoding | Encoding | L’encodage. |
Return_Value
Le TexteSource.
Voir également
- class SourceText
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Text
- Assemblée Aspose.HTML
From(SourceText[])
Définir l’interface pour obtenir SourceText à partir du tableau de la source.
public static SourceText From(SourceText[] source)
Paramètre | Taper | La description |
---|---|---|
source | SourceText[] | Le TexteSource. |
Return_Value
Le TexteSource.
Voir également
- class SourceText
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Text
- Assemblée Aspose.HTML