ITextParagraphPropertiesFactoryService 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.
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. |