FormatFactory Class

Allows to create formats via COM interface.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesFormatFactory

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class FormatFactory : IFormatFactory

The FormatFactory type exposes the following members.

Constructors
  NameDescription
Public methodFormatFactory
Initializes a new instance of the FormatFactory class
Properties
  NameDescription
Public propertyStatic memberInstance
Format factory static instance. Read-only FormatFactory.
Methods
  NameDescription
Public methodCreateParagraphFormat
Creates new IParagraphFormat.
Public methodCreatePortionFormat
Creates new IPortionFormat.
Public methodCreateTextFrameFormat
Creates new ITextFrameFormat.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also