|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextRange
Interface publishes text range functionality
| Method Summary | |
|---|---|
void |
applyCharacterFormat(CharacterFormat charFormat)
Applies specified character format for current text range. |
CharacterFormat |
getCharacterFormat()
Gets text format. |
java.lang.String |
getText()
Returns text. |
void |
setText(java.lang.String value)
Sets text. |
| Methods inherited from interface com.spire.doc.interfaces.IParagraphBase |
|---|
applyStyle, getOwnerParagraph, getStyleName |
| Methods inherited from interface com.spire.doc.interfaces.IDocumentObject |
|---|
deepClone, getDocument, getDocumentObjectType, getNextSibling, getOwner, getPreviousSibling, isComposite |
| Method Detail |
|---|
java.lang.String getText()
void setText(java.lang.String value)
value - StringCharacterFormat getCharacterFormat()
void applyCharacterFormat(CharacterFormat charFormat)
charFormat - CharacterFormat
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||