Package | Description |
---|---|
org.odftoolkit.odfdom.incubator.search |
Provide classes to operate the content and style of the selected text content.
|
Modifier and Type | Method and Description |
---|---|
void |
TextSelection.addHref(URL url)
Deprecated.
Add a hypertext reference to the selection
|
void |
TextSelection.applyStyle(OdfStyleBase style)
Deprecated.
Apply a style to the selection so that the text style of this selection
will append the specified style
|
abstract void |
Selection.cut()
Deprecated.
cut the current selection
|
void |
TextSelection.cut()
Deprecated.
Delete the selection from the document
the other matched selection in the same container element will be updated automatically
because the start index of the following selections will be changed when the previous
selection has been deleted
|
abstract void |
Selection.pasteAtEndOf(Selection positionitem)
Deprecated.
paste the current selection at end of the specified position selection
|
void |
TextSelection.pasteAtEndOf(Selection positionItem)
Deprecated.
Paste this selection just after a specific selection.
|
abstract void |
Selection.pasteAtFrontOf(Selection positionitem)
Deprecated.
paste the current selection at front of the specified position selection
|
void |
TextSelection.pasteAtFrontOf(Selection positionItem)
Deprecated.
Paste this selection just before a specific selection.
|
void |
TextSelection.replaceWith(String newText)
Deprecated.
Replace the text content of selection with a new string
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.