IRtfBuilderService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates RTF-formatted text from a collection of snapshot spans.
public interface class IRtfBuilderService
public interface class IRtfBuilderService
__interface IRtfBuilderService
public interface IRtfBuilderService
type IRtfBuilderService = interface
Public Interface IRtfBuilderService
- Derived
Remarks
This is a MEF component part and should be imported using the following attribute: [Import(typeof(IRtfBuilderService))]
Methods
GenerateRtf(NormalizedSnapshotSpanCollection, ITextView, String) |
Gets an RTF string that contains the formatted text of the spans. |
GenerateRtf(NormalizedSnapshotSpanCollection, ITextView) |
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. |
GenerateRtf(NormalizedSnapshotSpanCollection) |
Gets an RTF string containing the formatted text of the snapshot spans. |