wx.richtext.RichTextParagraphStyleDefinition¶This class represents a paragraph style definition, usually added to a wx.richtext.RichTextStyleSheet.
Class Hierarchy¶
Inheritance diagram for class RichTextParagraphStyleDefinition:
Known Subclasses¶wx.richtext.RichTextListStyleDefinition
Methods Summary¶Constructor. |
|
Returns the style that should normally follow this style. |
|
Sets the style that should normally follow this style. |
Properties Summary¶See |
Class API¶Possible constructors:
RichTextParagraphStyleDefinition(name='') -> None
This class represents a paragraph style definition, usually added to a RichTextStyleSheet.
Constructor.
name (string)
None
Returns the style that should normally follow this style.
str
Sets the style that should normally follow this style.
name (string)
None
See GetNextStyle and SetNextStyle