com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IPortionFactory

  • All Known Implementing Classes:
    PortionFactory


    public interface IPortionFactory

    Allows to create test portions


    For COM comparibility
    • Method Detail

      • createPortion

        IPortion createPortion()

        Creates an empty text portion.

        Returns:
        Portion.
      • createPortion

        IPortion createPortion(java.lang.String str)

        Creates a text portion from specified string.

        Parameters:
        str - String.
        Returns:
        Portion.
      • createPortion

        IPortion createPortion(IPortion portion)

        Creates a portion with the using of a specified portion data.

        Parameters:
        portion - A portion to use.
        Returns:
        Portion.