|
|||||||||
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 |