ITextParagraphPropertiesFactoryService Interface

Definition

Creates TextParagraphProperties classes to be used when lines on the view are being formatted.

public interface class ITextParagraphPropertiesFactoryService
public interface class ITextParagraphPropertiesFactoryService
__interface ITextParagraphPropertiesFactoryService
public interface ITextParagraphPropertiesFactoryService
type ITextParagraphPropertiesFactoryService = interface
Public Interface ITextParagraphPropertiesFactoryService

Remarks

This is a MEF component part, and should be imported as follows: [Import] ITextFormattingParagraphPropertiesFactoryService factory = null;

This component is content type specific and should be annotated with one or more ContentTypeAttributes.

Methods

Create(IFormattedLineSource, TextFormattingRunProperties, IMappingSpan, IMappingPoint, Int32)

Creates a TextParagraphProperties for the provided configuration.

Applies to