This class represents a paragraph style definition, usually added to a wx.richtext.RichTextStyleSheet.
wx.richtext.RichTextListStyleDefinition
Constructor. |
|
Returns the style that should normally follow this style. |
|
Sets the style that should normally follow this style. |
See |
wx.richtext.
RichTextParagraphStyleDefinition
(RichTextStyleDefinition)¶Possible constructors:
RichTextParagraphStyleDefinition(name="")
This class represents a paragraph style definition, usually added to a RichTextStyleSheet.
__init__
(self, name="")¶Constructor.
name (string) –
GetNextStyle
(self)¶Returns the style that should normally follow this style.
string
SetNextStyle
(self, name)¶Sets the style that should normally follow this style.
name (string) –
NextStyle
¶See GetNextStyle
and SetNextStyle