This object represents a single paragraph (or in a straight text
editor, a line).
Method Summary |
RichTextParagraph |
__init__ (self,
text,
parent,
paraStyle,
charStyle)
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)
|