| Home | Trees | Index | Help |
|
|---|
| Package wx :: Module richtext :: Class RichTextParagraph |
|
object --+
|
Object --+
|
RichTextObject --+
|
RichTextCompositeObject --+
|
RichTextBox --+
|
RichTextParagraph
This object represents a single paragraph (or in a straight text editor, a line).
| Method Summary | |
|---|---|
| RichTextParagraph |
This object represents a single paragraph (or in a straight text editor, a line). |
__del__(self)
| |
| RichTextLine | AllocateLine(self,
pos)
|
ApplyParagraphStyle(self,
attr,
rect)
| |
ClearDefaultTabs()
(Static method) | |
ClearLines(self)
| |
| bool | ClearUnusedLines(self,
lineCount)
|
Copy(self,
obj)
| |
| RichTextObject | FindObjectAtPosition(self,
position)
|
| bool | FindWrapPosition(self,
range,
dc,
availableSpace,
wrapPosition)
|
| String | GetBulletText(self)
|
| TextAttrEx | GetCombinedAttributes(self,
contentStyle)
|
| bool | GetContiguousPlainText(self,
text,
range,
fromStart)
|
| wxArrayInt | GetDefaultTabs()
(Static method) |
| long | GetFirstLineBreakPosition(self,
pos)
|
| wxRichTextLineList | GetLines(self)
|
InitDefaultTabs()
(Static method) | |
| bool | InsertText(self,
pos,
text)
|
MoveFromList(self,
list)
| |
MoveToList(self,
obj,
list)
| |
| RichTextObject | SplitAt(self,
pos,
previousObject)
|
| Property Summary | |
|---|---|
thisown: The membership flag | |
| Instance Method Details |
|---|
__init__(self,
text,
parent=None,
paraStyle=None,
charStyle=None)
|
| Property Details |
|---|
thisownThe membership flag
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Wed Nov 28 16:10:56 2007 | http://epydoc.sf.net |