public interface IPortion extends ISlideComponent
Represents a portion of text inside a text paragraph.
Modifier and Type | Method and Description |
---|---|
void |
addField(IFieldType fieldType)
Converts this portion to the automaticaly updated field.
|
void |
addField(java.lang.String internalString)
Converts this portion to the automaticaly updated field.
|
IPortionFormatEffectiveData |
createPortionFormatEffective()
Creates and returns
IPortionFormatEffectiveData object which contains
current portion formatting properties, including inherited. |
android.graphics.PointF |
getCoordinates()
Get coordinates of the beginning of the portion.
|
IField |
getField()
Returns a field of this portion.
|
IPortionFormat |
getPortionFormat()
Returns formatting object which contains explicitly set formatting properties of the text portion with no inheritance applied.
|
java.lang.String |
getText()
Gets or sets the plain text of a portion.
|
void |
removeField()
Converts this field portion to the simple portion.
|
void |
setText(java.lang.String value)
Gets or sets the plain text of a portion.
|
getSlide
getPresentation
IPortionFormat getPortionFormat()
Returns formatting object which contains explicitly set formatting properties of the text portion with no inheritance applied.
Read-only IPortionFormat
.
The formatting object contains the formatting parameters defined for the current portion only, inherited data is not applied.
In order to get the effective values including inherited ones use the createPortionFormatEffective()
method.
IPortionFormatEffectiveData createPortionFormatEffective()
Creates and returns IPortionFormatEffectiveData
object which contains
current portion formatting properties, including inherited.
IPortionFormatEffectiveData
instance.java.lang.String getText()
Gets or sets the plain text of a portion.
Read/write String
.
void setText(java.lang.String value)
Gets or sets the plain text of a portion.
Read/write String
.
void addField(IFieldType fieldType)
Converts this portion to the automaticaly updated field.
void addField(java.lang.String internalString)
Converts this portion to the automaticaly updated field.
internalString
- Internal name of FieldTypeEx.void removeField()
Converts this field portion to the simple portion.
android.graphics.PointF getCoordinates()
Get coordinates of the beginning of the portion. The X coordinate of point represents the portion beginning from the first character including left side bearing. The Y coordinate includes top side bearing.
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.