com.aspose.slides
Interface IPortion

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

public interface IPortion
extends ISlideComponent

Represents a portion of text inside a text paragraph.


Method Summary
 void addField(IFieldType fieldType)
           
 void addField(java.lang.String internalString)
           
 IPortionFormatEffectiveData createPortionFormatEffective()
           
 IField getField()
           
 IPortionFormat getPortionFormat()
           
 java.lang.String getText()
           
 void removeField()
           
 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

getPortionFormat

IPortionFormat getPortionFormat()

createPortionFormatEffective

IPortionFormatEffectiveData createPortionFormatEffective()

getText

java.lang.String getText()

setText

void setText(java.lang.String value)

getField

IField getField()

addField

void addField(IFieldType fieldType)

addField

void addField(java.lang.String internalString)

removeField

void removeField()