Class: Wx::RTC::RichTextParagraphStyleDefinition
- Inherits:
-
RichTextStyleDefinition
- Object
- Object
- RichTextStyleDefinition
- Wx::RTC::RichTextParagraphStyleDefinition
- Defined in:
- lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb
Overview
This class represents a paragraph style definition, usually added to a RichTextStyleSheet.
Category: Rich Text
Direct Known Subclasses
Instance Method Summary collapse
-
#get_next_style ⇒ Wx::String
(also: #next_style)
Returns the style that should normally follow this style.
-
#initialize(name = ('')) ⇒ Wx::RTC::RichTextParagraphStyleDefinition
constructor
Constructor.
-
#set_next_style(name) ⇒ void
(also: #next_style=)
Sets the style that should normally follow this style.
Methods inherited from RichTextStyleDefinition
#get_base_style, #get_description, #get_name, #get_properties, #get_style_merged_with_base, #set_base_style, #set_description, #set_name, #set_properties, #set_style
Methods inherited from Object
#clone, #dup, #is_same_as, #un_share
Constructor Details
#initialize(name = ('')) ⇒ Wx::RTC::RichTextParagraphStyleDefinition
Constructor.
1124 |
# File 'lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb', line 1124 def initialize(name=('')) end |
Instance Method Details
#get_next_style ⇒ Wx::String Also known as: next_style
Returns the style that should normally follow this style.
1128 |
# File 'lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb', line 1128 def get_next_style; end |
#set_next_style(name) ⇒ void Also known as: next_style=
This method returns an undefined value.
Sets the style that should normally follow this style.
1134 |
# File 'lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb', line 1134 def set_next_style(name) end |