IRtfBuilderService Interface

Définition

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.

S’applique à