IRtfBuilderService Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère un texte au format RTF à partir d'une collection d'étendues d'instantanés.
public interface class IRtfBuilderService
public interface class IRtfBuilderService
__interface IRtfBuilderService
public interface IRtfBuilderService
type IRtfBuilderService = interface
Public Interface IRtfBuilderService
- Dérivé
Remarques
Il s’agit d’une partie de composant MEF qui doit être importée à l’aide de l’attribut suivant : [Import (typeof (IRtfBuilderService))]
Méthodes
| GenerateRtf(NormalizedSnapshotSpanCollection) |
Obtient une chaîne RTF qui contient le texte mis en forme des étendues d'instantanés. |
| GenerateRtf(NormalizedSnapshotSpanCollection, ITextView) |
Obtient une chaîne RTF qui contient le texte mis en forme des étendues. |
| GenerateRtf(NormalizedSnapshotSpanCollection, ITextView, String) |
Obtient une chaîne RTF qui contient le texte mis en forme des étendues. |
| GenerateRtf(NormalizedSnapshotSpanCollection, String) |
Obtient une chaîne RTF qui contient le texte mis en forme des étendues d'instantanés. |