|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.TextCharacterPropertiesEx
com.aspose.slides.pptx.PortionEx
public final class PortionEx
Represents a portion of a text.
Constructor Summary | |
---|---|
PortionEx()
Initializes a new instance of the PortionEx class. |
|
PortionEx(PortionEx portion)
Initializes a new instance of the PortionEx class using another PortionEx. |
|
PortionEx(java.lang.String str)
Initializes a new instance of the PortionEx class using string. |
Method Summary | |
---|---|
java.lang.String |
getText()
Returns the plain text of a portion. |
void |
setText(java.lang.String value)
Sets the plain text of a portion. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortionEx()
public PortionEx(java.lang.String str)
public PortionEx(PortionEx portion)
Method Detail |
---|
public java.lang.String getText()
public void setText(java.lang.String value)
value
- new text value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |