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()
           Creates immutable object which contains paragraph properties including inherited.
 IParagraphFormat getParagraphFormat()
           Returns the formatting object for this paragraph.
 IPortionCollection getPortions()
           Returns the collection of a text portions.
 java.lang.String getText()
           Gets or sets the the plain text of a paragraph.
 void joinPortionsWithSameFormatting()
           Joins runs with same formatting.
 void setText(java.lang.String value)
           Gets or sets the the plain text of a paragraph.
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getPortions

IPortionCollection getPortions()

Returns the collection of a text portions. Read-only IPortionCollection.


getParagraphFormat

IParagraphFormat getParagraphFormat()

Returns the formatting object for this paragraph. Read-only IParagraphFormat.


createParagraphFormatEffective

IParagraphFormatEffectiveData createParagraphFormatEffective()

Creates immutable object which contains paragraph properties including inherited.

Returns:
The IParagraphFormatEffectiveData.

joinPortionsWithSameFormatting

void joinPortionsWithSameFormatting()

Joins runs with same formatting.


getText

java.lang.String getText()

Gets or sets the the plain text of a paragraph. Read/write String.

The text.


setText

void setText(java.lang.String value)

Gets or sets the the plain text of a paragraph. Read/write String.

The text.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.