|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.TextCharacterProperties
com.spire.presentation.PortionEx
public final class PortionEx
Represents a range of a text.
Constructor Summary | |
---|---|
PortionEx()
Initializes a new instance of the text range class. |
|
PortionEx(PortionEx textRange)
Initializes a new instance of the text range class. |
|
PortionEx(PortionFormatEx portionProps)
|
|
PortionEx(PortionFormatEx portionProps,
java.lang.String str)
|
|
PortionEx(java.lang.String str)
Initializes a new instance of the text range class. |
Method Summary | |
---|---|
void |
addField(FieldType fieldType)
Converts this range to the automaticaly updated field. |
Field |
getField()
Gets a field of this text range. |
PortionFormatEx |
getFormat()
Gets text range's formatting. |
ParagraphEx |
getParagraph()
Gets paragraph of text range. |
java.lang.String |
getText()
Gets the plain text of a text range.. |
void |
removeField()
Converts this field range to the simple text range. |
void |
setText(java.lang.String value)
Sets the plain text of a text range.. |
Methods inherited from interface com.spire.presentation.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.spire.presentation.IActivePresentation |
---|
getPresentation |
Constructor Detail |
---|
public PortionEx()
java.lang.Exception
public PortionEx(java.lang.String str)
str
-
java.lang.Exception
public PortionEx(PortionEx textRange)
textRange
-
java.lang.Exception
public PortionEx(PortionFormatEx portionProps)
public PortionEx(PortionFormatEx portionProps, java.lang.String str)
Method Detail |
---|
public PortionFormatEx getFormat()
getFormat
in class TextCharacterProperties
public ParagraphEx getParagraph()
public java.lang.String getText()
public void setText(java.lang.String value)
public Field getField()
public void addField(FieldType fieldType)
fieldType
- public void removeField()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |