Home | Trees | Indices | Help |
|
---|
|
object --+ | TextLineRegion
Details about a region within a TextLine. Each TextLine is broken into regions which are substrings of that specific line. Regions may not overlap, and all characters in the line are a part of a region. Users of the region may attach arbitrary data to the region in the form of attributes, to record information such as origin of the Text, error conditions or rendering instructions.
Regions are not created directly and do not provide an interface to modify their text, use methods of TextLine for those purposes.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Create a new region for the given line. This constructor should not be called directly, use TextLine's interface instead.
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 14 22:46:37 2010 | http://epydoc.sourceforge.net |