| Trees | Indices | Help |
|---|
|
|
|
|||
|
|||
|
Field Provides information about a piece of text. |
|||
|
FormatField Provides information about the formatting of text; e.g. |
|||
|
ControlField Provides information about a control which encompasses text. |
|||
|
FieldCommand A command indicating a Field in a sequence of text and fields. |
|||
|
Point Represents a point on the screen. |
|||
|
Points Represents two points on the screen. |
|||
|
Bookmark Represents a static absolute position in some text. |
|||
|
TextInfo Provides information about a range of text in an object and facilitates access to all text in the widget. |
|||
|
|||
| str |
|
||
|
|||
POSITION_FIRST = "first"
|
|||
POSITION_LAST = "last"
|
|||
POSITION_CARET = "caret"
|
|||
POSITION_SELECTION = "selection"
|
|||
POSITION_ALL = "all"
|
|||
UNIT_CHARACTER = "character"
|
|||
UNIT_WORD = "word"
|
|||
UNIT_LINE = "line"
|
|||
UNIT_SENTENCE = "sentence"
|
|||
UNIT_PARAGRAPH = "paragraph"
|
|||
UNIT_PAGE = "page"
|
|||
UNIT_TABLE = "table"
|
|||
UNIT_ROW = "row"
|
|||
UNIT_COLUMN = "column"
|
|||
UNIT_CELL = "cell"
|
|||
UNIT_SCREEN = "screen"
|
|||
UNIT_STORY = "story"
|
|||
UNIT_READINGCHUNK = "readingChunk"
|
|||
unitLabels = {UNIT_CHARACTER: _("character"), UNIT_WORD: _("wo
|
|||
RE_EOL = re.compile("\r\n|[\n\r]")
|
|||
|
|||
Convert a string so that it contains only CRLF line endings.
|
|
|||
unitLabels
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:51 2011 | http://epydoc.sourceforge.net |