Package | Description |
---|---|
org.odftoolkit.simple.common.navigation |
Provide classes to operate the content and style of the selected text content.
|
Modifier and Type | Class and Description |
---|---|
class |
CellSelection
Based on
TextSelection , CellSelection updates table
cell value and value type when the cell text is replaced by other content. |
class |
FieldSelection
This is a decorator class of TextSelection, which help user replace a text
content with field.
|
class |
ImageSelection
This is a decorator class of TextSelection, which help user replace a text content with a Image from Document or from URI.
|
class |
ParagraphSelection
This is a decorator class of TextSelection, which help user replace a text content with a Paragraph.
|
class |
TableSelection
This is a decorator class of TextSelection, which help user replace a text content with a Table.
|
class |
TextDocumentSelection
This is a decorator class of TextSelection, which help user replace a text
content with a TextDocument, all Styles be included.
|
class |
TextSelection
TextSelection describes a sub element in a paragraph element or
a heading element. |
Modifier and Type | Method and Description |
---|---|
abstract Selection |
Navigation.nextSelection()
Get next
Selection result. |
Selection |
TextNavigation.nextSelection()
Get next
TextSelection . |
Selection |
TextStyleNavigation.nextSelection()
Get next
TextSelection . |
Modifier and Type | Method and Description |
---|---|
void |
ParagraphSelection.pasteAtEndOf(Selection positionItem)
Paste this selection just after a specific selection.
|
void |
TextSelection.pasteAtEndOf(Selection positionItem)
Paste this selection just after a specific selection.
|
void |
FieldSelection.pasteAtEndOf(Selection positionItem)
Paste this selection just after a specific selection.
|
void |
TextDocumentSelection.pasteAtEndOf(Selection positionItem)
Paste this selection just after a specific selection.
|
void |
ImageSelection.pasteAtEndOf(Selection positionItem)
Paste this selection just after a specific selection.
|
void |
TableSelection.pasteAtEndOf(Selection positionItem)
Paste this selection just after a specific selection.
|
abstract void |
Selection.pasteAtEndOf(Selection positionItem)
Paste current
Selection at end of the specified position
Selection . |
void |
ParagraphSelection.pasteAtFrontOf(Selection positionItem)
Paste this selection just before a specific selection.
|
void |
TextSelection.pasteAtFrontOf(Selection positionItem)
Paste this selection just before a specific selection.
|
void |
FieldSelection.pasteAtFrontOf(Selection positionItem)
Paste this selection just before a specific selection.
|
void |
TextDocumentSelection.pasteAtFrontOf(Selection positionItem)
Paste this selection just before a specific selection.
|
void |
ImageSelection.pasteAtFrontOf(Selection positionItem)
Paste this selection just before a specific selection.
|
void |
TableSelection.pasteAtFrontOf(Selection positionItem)
Paste this selection just before a specific selection.
|
abstract void |
Selection.pasteAtFrontOf(Selection positionItem)
Paste current
Selection at front of the specified position
Selection . |
protected void |
ParagraphSelection.refreshAfterFrontalDelete(Selection deletedItem) |
protected void |
TextSelection.refreshAfterFrontalDelete(Selection deleteItem) |
protected void |
FieldSelection.refreshAfterFrontalDelete(Selection deletedItem) |
protected void |
TextDocumentSelection.refreshAfterFrontalDelete(Selection deletedItem) |
protected void |
ImageSelection.refreshAfterFrontalDelete(Selection deletedItem) |
protected void |
TableSelection.refreshAfterFrontalDelete(Selection deletedItem) |
protected abstract void |
Selection.refreshAfterFrontalDelete(Selection deletedItem)
When a selected item has been deleted, the
Selection s after
this deleted Selection should be refreshed, as these
Selection s index have been changed. |
protected void |
ParagraphSelection.refreshAfterFrontalInsert(Selection insertedItem) |
protected void |
TextSelection.refreshAfterFrontalInsert(Selection pasteItem) |
protected void |
FieldSelection.refreshAfterFrontalInsert(Selection insertedItem) |
protected void |
TextDocumentSelection.refreshAfterFrontalInsert(Selection insertedItem) |
protected void |
ImageSelection.refreshAfterFrontalInsert(Selection insertedItem) |
protected void |
TableSelection.refreshAfterFrontalInsert(Selection insertedItem) |
protected abstract void |
Selection.refreshAfterFrontalInsert(Selection insertedItem)
When a selected item has been inserted, the
Selection after
the inserted item should be refresh, as these Selection s
index have been changed. |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.