Share via


IRtfBuilderService2 Interface

Definition

Generates RTF-formatted text from a collection of snapshot spans.

public interface class IRtfBuilderService2 : Microsoft::VisualStudio::Text::Formatting::IRtfBuilderService
public interface IRtfBuilderService2 : Microsoft.VisualStudio.Text.Formatting.IRtfBuilderService
type IRtfBuilderService2 = interface
    interface IRtfBuilderService
Public Interface IRtfBuilderService2
Implements IRtfBuilderService
Implements

Remarks

This is a MEF component part and should be imported using the following attribute: [Import(typeof(IRtfBuilderService))]

Methods

GenerateRtf(NormalizedSnapshotSpanCollection)

Gets an RTF string containing the formatted text of the snapshot spans.

(Inherited from IRtfBuilderService)
GenerateRtf(NormalizedSnapshotSpanCollection, CancellationToken)

Gets an RTF string containing the formatted text of the snapshot spans.

GenerateRtf(NormalizedSnapshotSpanCollection, ITextView)

Gets an RTF string that contains the formatted text of the spans.

(Inherited from IRtfBuilderService)
GenerateRtf(NormalizedSnapshotSpanCollection, ITextView, CancellationToken)

Gets an RTF string that contains the formatted text of the spans.

GenerateRtf(NormalizedSnapshotSpanCollection, ITextView, String)

Gets an RTF string that contains the formatted text of the spans.

(Inherited from IRtfBuilderService)
GenerateRtf(NormalizedSnapshotSpanCollection, ITextView, String, CancellationToken)

Gets an RTF string that contains the formatted text of the spans.

GenerateRtf(NormalizedSnapshotSpanCollection, String)

Gets an RTF string containing the formatted text of the snapshot spans.

(Inherited from IRtfBuilderService)
GenerateRtf(NormalizedSnapshotSpanCollection, String, CancellationToken)

Gets an RTF string containing the formatted text of the snapshot spans.

Applies to