This class represents a paragraph style definition, usually added to a wxRichTextStyleSheet.
Derived from
Include files
<wx/richtext/richtextstyles.h>
Data structures
Members
wxRichTextParagraphStyleDefinition::wxRichTextParagraphStyleDefinition
wxRichTextParagraphStyleDefinition::~wxRichTextParagraphStyleDefinition
wxRichTextParagraphStyleDefinition::GetNextStyle
wxRichTextParagraphStyleDefinition::SetNextStyle
wxRichTextParagraphStyleDefinition(const wxString& name = wxEmptyString)
Constructor.
~wxRichTextParagraphStyleDefinition()
Destructor.
const wxString& GetNextStyle() const
Returns the style that should normally follow this style.
void SetNextStyle(const wxString& name)
Sets the style that should normally follow this style.