]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/richtextparagraphstyledefinition.tex
added vendor display name (for consistency with app display name &c) (patch 1831303)
[wxWidgets.git] / docs / latex / wx / richtextparagraphstyledefinition.tex
CommitLineData
5f35b46a
JS
1\section{\class{wxRichTextParagraphStyleDefinition}}\label{wxrichtextparagraphstyledefinition}
2
3This class represents a paragraph style definition, usually added to a \helpref{wxRichTextStyleSheet}{wxrichtextstylesheet}.
4
5\wxheading{Derived from}
6
7376079d
VZ
7\helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}\\
8\helpref{wxObject}{wxobject}
5f35b46a
JS
9
10\wxheading{Include files}
11
12<wx/richtext/richtextstyles.h>
13
a7af285d
VZ
14\wxheading{Library}
15
16\helpref{wxRichtext}{librarieslist}
17
5f35b46a
JS
18\wxheading{Data structures}
19
20\latexignore{\rtfignore{\wxheading{Members}}}
21
22\membersection{wxRichTextParagraphStyleDefinition::wxRichTextParagraphStyleDefinition}\label{wxrichtextparagraphstyledefinitionwxrichtextparagraphstyledefinition}
23
24\func{}{wxRichTextParagraphStyleDefinition}{\param{const wxString\& }{name = wxEmptyString}}
25
26Constructor.
27
28\membersection{wxRichTextParagraphStyleDefinition::\destruct{wxRichTextParagraphStyleDefinition}}\label{wxrichtextparagraphstyledefinitiondtor}
29
30\func{}{\destruct{wxRichTextParagraphStyleDefinition}}{\void}
31
32Destructor.
33
34\membersection{wxRichTextParagraphStyleDefinition::GetNextStyle}\label{wxrichtextparagraphstyledefinitiongetnextstyle}
35
36\constfunc{const wxString\&}{GetNextStyle}{\void}
37
38Returns the style that should normally follow this style.
39
40\membersection{wxRichTextParagraphStyleDefinition::SetNextStyle}\label{wxrichtextparagraphstyledefinitionsetnextstyle}
41
42\func{void}{SetNextStyle}{\param{const wxString\& }{name}}
43
44Sets the style that should normally follow this style.
62a268cc 45