IPortion — Aspose.Slides FOSS Java API Reference

IPortion — Represents a portion of text inside a text paragraph.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
portionFormatIPortionFormatRead/Write
textStringRead/Write

Methods

MethodReturnsDescription
getPortionFormat()IPortionFormatReturns formatting object which contains explicitly set formatting properties of the text portion with no inheritance applied.
getText()StringGets the text of this portion.
setText(String value)voidSets the text of this portion.
asISlideComponent()ISlideComponentReturns the parent slide component.
asIPresentationComponent()IPresentationComponentReturns the parent presentation component.

See Also