ParagraphFactory Class

Allows to create paragraphs
Inheritance Hierarchy
SystemObject
  Aspose.SlidesParagraphFactory

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

The ParagraphFactory type exposes the following members.

Constructors
  NameDescription
Public methodParagraphFactory
Initializes a new instance of the ParagraphFactory class
Methods
  NameDescription
Public methodCreateParagraph
Creates a new empty paragraph.
Public methodCreateParagraph(IParagraph)
Creates a new paragraph with specified paragraph data using.
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.)
Remarks
For COM compatibility.
See Also