IPortionFactory class

IPortionFactory class

Allows to create test portions

The IPortionFactory type exposes the following members:

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