|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Selection | |
---|---|
org.odftoolkit.odfdom.incubator.search | Provide classes to operate the content and style of the selected text content. |
Uses of Selection in org.odftoolkit.odfdom.incubator.search |
---|
Subclasses of Selection in org.odftoolkit.odfdom.incubator.search | |
---|---|
class |
TextSelection
Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.common.navigation.TextSelection in Simple API. |
Methods in org.odftoolkit.odfdom.incubator.search that return Selection | |
---|---|
Selection |
TextStyleNavigation.getCurrentItem()
Deprecated. |
Selection |
TextNavigation.getCurrentItem()
Deprecated. |
abstract Selection |
Navigation.getCurrentItem()
Deprecated. get the current Selection result |
Methods in org.odftoolkit.odfdom.incubator.search with parameters of type Selection | |
---|---|
void |
TextSelection.pasteAtEndOf(Selection positionItem)
Deprecated. Paste this selection just after a specific selection. |
abstract void |
Selection.pasteAtEndOf(Selection positionitem)
Deprecated. paste the current selection at end of the specified position selection |
void |
TextSelection.pasteAtFrontOf(Selection positionItem)
Deprecated. Paste this selection just before a specific selection. |
abstract void |
Selection.pasteAtFrontOf(Selection positionitem)
Deprecated. paste the current selection at front of the specified position selection |
protected void |
TextSelection.refreshAfterFrontalDelete(Selection deleteItem)
Deprecated. |
protected abstract void |
Selection.refreshAfterFrontalDelete(Selection deleteditem)
Deprecated. when a selected item has been delete, the selections after this deleted selection should be refresh because these selections mIndex will be changed |
protected void |
TextSelection.refreshAfterFrontalInsert(Selection pasteItem)
Deprecated. |
protected abstract void |
Selection.refreshAfterFrontalInsert(Selection inserteditem)
Deprecated. when a selected item has been inserted, the selection after the inserted item should be refresh because these selections mIndex will be changed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |