FormatFactory

FormatFactory class

Allows to create formats via COM interface.

public class FormatFactory : IFormatFactory

Constructors

NameDescription
FormatFactory()The default constructor.

Properties

NameDescription
static Instance { get; }Format factory static instance. Read-only FormatFactory.

Methods

NameDescription
CreateParagraphFormat()Creates new IParagraphFormat.
CreatePortionFormat()Creates new IPortionFormat.
CreateTextFrameFormat()Creates new ITextFrameFormat.

See Also