wx.richtext.RichTextParagraphStyleDefinition¶
This class represents a paragraph style definition, usually added to a wx.richtext.RichTextStyleSheet.
Class Hierarchy¶
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¶
- class wx.richtext.RichTextParagraphStyleDefinition(RichTextStyleDefinition)¶
Possible constructors:
RichTextParagraphStyleDefinition(name='') -> None
This class represents a paragraph style definition, usually added to a RichTextStyleSheet.
Methods¶
- __init__(self, name='')¶
Constructor.
- Parameters:
name (string)
- Return type:
None
- GetNextStyle(self)¶
Returns the style that should normally follow this style.
- Return type:
str
- SetNextStyle(self, name)¶
Sets the style that should normally follow this style.
- Parameters:
name (string)
- Return type:
None
Properties¶
- NextStyle¶
See
GetNextStyle
andSetNextStyle