com.aspose.slides
Interface IParagraph

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
Paragraph

public interface IParagraph
extends ISlideComponent

Represents a paragraph of a text.


Method Summary
 IParagraphFormatEffectiveData createParagraphFormatEffective()
           
 IParagraphFormat getParagraphFormat()
           
 IPortionCollection getPortions()
           
 java.lang.String getText()
           
 void setText(java.lang.String value)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getPortions

IPortionCollection getPortions()

getParagraphFormat

IParagraphFormat getParagraphFormat()

createParagraphFormatEffective

IParagraphFormatEffectiveData createParagraphFormatEffective()

getText

java.lang.String getText()

setText

void setText(java.lang.String value)