Package | Description |
---|---|
org.odftoolkit.odfdom.incubator.search |
Provide classes to operate the content and style of the selected text content.
|
Modifier and Type | Class and Description |
---|---|
class |
TextSelection
Deprecated.
As of release 0.8.8, replaced by
org.odftoolkit.simple.common.navigation.TextSelection in Simple API. |
Modifier and Type | Method and Description |
---|---|
abstract Selection |
Navigation.getCurrentItem()
Deprecated.
get the current Selection result
|
Selection |
TextNavigation.getCurrentItem()
Deprecated.
|
Selection |
TextStyleNavigation.getCurrentItem()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.refreshAfterFrontalDelete(Selection deleteItem)
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
|
protected void |
TextSelection.refreshAfterFrontalInsert(Selection pasteItem)
Deprecated.
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.