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: str='') -> None
This class represents a paragraph style definition, usually added to a RichTextStyleSheet.
__init__
(self, name: str='')¶Constructor.
name (string) –
None
GetNextStyle
(self)¶Returns the style that should normally follow this style.
str
SetNextStyle
(self, name : str)¶Sets the style that should normally follow this style.
name (string) –
None
NextStyle
¶See GetNextStyle
and SetNextStyle