Portion — Aspose.Slides FOSS Java API Reference

Portion — Represents a text portion (run) within a paragraph. Inherits from: IPortion.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
textStringRead/Write
portionFormatIPortionFormatRead/Write
slideIBaseSlideRead/Write
presentationIPresentationRead/Write

Methods

MethodReturnsDescription
getText()String
setText(String value)void
getPortionFormat()IPortionFormat
asISlideComponent()ISlideComponent
asIPresentationComponent()IPresentationComponent
getSlide()IBaseSlide
setSlide(IBaseSlide slide)voidSets the parent slide for this portion.
getPresentation()IPresentation

See Also