SourceText.GetText
Contenu
[
Cacher
]GetText()
Définir l’interface pour obtenir le texte.
public SourceText GetText()
Return_Value
Le TexteSource.
Voir également
- class SourceText
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Text
- Assemblée Aspose.HTML
GetText(TextSpan)
Définir l’interface pour obtenir le texte.
public virtual SourceText GetText(TextSpan span)
| Paramètre | Taper | La description |
|---|---|---|
| span | TextSpan | Le TextSpan. |
Return_Value
Le TexteSource.
Voir également
- struct TextSpan
- class SourceText
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Text
- Assemblée Aspose.HTML
GetText(int)
Définir l’interface pour obtenir le texte.
public SourceText GetText(int start)
| Paramètre | Taper | La description |
|---|---|---|
| start | Int32 | L’entier commence. |
Return_Value
Le TexteSource.
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | L’indice est négatif -ou- supérieur à la longueur. |
Voir également
- class SourceText
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Text
- Assemblée Aspose.HTML