Class SourceText
Contenu
[
Cacher
]SourceText class
La classe de base implémente le SourceText.
public abstract class SourceText : IDisposable
Propriétés
| Nom | La description |
|---|---|
| abstract Encoding { get; } | Obtenir l’encodage. |
| abstract Item { get; } | Obtient la valeur à l’index donné. |
| abstract Length { get; } | Obtenir la longueur. |
| Lines { get; } | Obtenez la collection Lines. |
| virtual Span { get; } | Obtenez l’étendue. |
Méthodes
| Nom | La description |
|---|---|
| static From(SourceText[]) | Définir l’interface pour obtenir SourceText à partir du tableau de la source. |
| static From(string) | Définir l’interface pour obtenir le texte source à partir de la chaîne. |
| static From(string, Encoding) | Définissez l’interface pour obtenir le texte source à partir de la chaîne et de l’encodage. |
| abstract CopyTo(int, char[], int, int) | Définir l’interface pour obtenir SourceText à partir du tableau de la source. |
| Dispose() | Définit l’interface Dispose. |
| GetText() | Définir l’interface pour obtenir le texte. |
| GetText(int) | Définir l’interface pour obtenir le texte. |
| virtual GetText(TextSpan) | Définir l’interface pour obtenir le texte. |
| override ToString() | Remplacer la méthode ToString(). |
| ToString(int) | Remplacer la méthode ToString(). |
| virtual ToString(TextSpan) | Définit l’interface ToString() |
| ToString(int, int) | Définit l’interface ToString() |
Voir également
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Text
- Assemblée Aspose.HTML