IPortionFactory

IPortionFactory interface

Allows to create test portions

public interface IPortionFactory

Methods

NameDescription
CreatePortion()Creates an empty text portion.
CreatePortion(IPortion)Creates a portion with the using of a specified portion data.
CreatePortion(string)Creates a text portion from specified string.

Remarks

For COM comparibility

See Also