com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IParagraphFactory

  • All Known Implementing Classes:
    ParagraphFactory


    public interface IParagraphFactory

    Allows to create paragraphs


    For COM compatibility.
    • Method Detail

      • createParagraph

        IParagraph createParagraph()

        Creates a new empty paragraph.

        Returns:
        Paragraph.
      • createParagraph

        IParagraph createParagraph(IParagraph paragraph)

        Creates a new paragraph with specified paragraph data using.

        Parameters:
        paragraph - A paragraph to use data.
        Returns:
        Paragraph.