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