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.
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()