|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TextCharacterPropertiesEx
com.aspose.slides.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. |
|
PortionEx(java.lang.String str)
Initializes a new instance of the PortionEx class. |
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)
str
- String to initialize the portion.public PortionEx(PortionEx portion)
portion
- PortionEx object to copy data from.Method Detail |
---|
public java.lang.String getText()
public void setText(java.lang.String value) throws PptException
value
- new text value.
PptException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |