ParagraphFactory

ParagraphFactory class

Allows to create paragraphs

public class ParagraphFactory : IParagraphFactory

Constructors

NameDescription
ParagraphFactory()The default constructor.

Methods

NameDescription
CreateParagraph()Creates a new empty paragraph.
CreateParagraph(IParagraph)Creates a new paragraph with specified paragraph data using.

Remarks

For COM compatibility.

See Also