PortionFactory class

PortionFactory class

Allows to create test portions

The PortionFactory type exposes the following members:

Constructors

ConstructorDescription
__init__(self)

Methods

MethodDescription
create_portion(self)Creates an empty text portion.
create_portion(self, str)Creates a text portion from specified string.
create_portion(self, portion)Creates a portion with the using of a specified portion data.

Remarks

For COM comparibility

See Also