PortionFactory Class

Allows to create test portions
Inheritance Hierarchy
SystemObject
  Aspose.SlidesPortionFactory

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

The PortionFactory type exposes the following members.

Constructors
  NameDescription
Public methodPortionFactory
Initializes a new instance of the PortionFactory class
Methods
  NameDescription
Public methodCreatePortion
Creates an empty text portion.
Public methodCreatePortion(String)
Creates a text portion from specified string.
Public methodCreatePortion(IPortion)
Creates a portion with the using of a specified portion data.
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 comparibility
See Also