IPortion

Overview

IPortion is a interface in Aspose.Slides FOSS for Java. Inherits from: ISlideComponent.

Represents a portion of text inside a text paragraph.

Properties

NameTypeAccessDescription
portionFormatIPortionFormatReadReturns formatting object which contains explicitly set formatting properties
of the text portion with no inheritance applied.
textStringReadGets the text of this portion.

Methods

SignatureDescription
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(value: String)Sets the text of this portion.
asISlideComponent()ISlideComponentReturns the parent slide component.
asIPresentationComponent()IPresentationComponentReturns the parent presentation component.

See Also