com.aspose.slides
Class ParagraphFactory

java.lang.Object
  extended by com.aspose.slides.ParagraphFactory
All Implemented Interfaces:
IParagraphFactory

public class ParagraphFactory
extends java.lang.Object
implements IParagraphFactory

Allows to create paragraphs


For COM compatibility


Constructor Summary
ParagraphFactory()
           
 
Method Summary
 IParagraph createParagraph()
           
 IParagraph createParagraph(IParagraph paragraph)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphFactory

public ParagraphFactory()
Method Detail

createParagraph

public IParagraph createParagraph()
Specified by:
createParagraph in interface IParagraphFactory

createParagraph

public IParagraph createParagraph(IParagraph paragraph)
Specified by:
createParagraph in interface IParagraphFactory