Class: Wx::RTC::RichTextParagraphStyleDefinition

Inherits:
RichTextStyleDefinition show all
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

Requires:

  • USE_RICHTEXT

Direct Known Subclasses

RichTextListStyleDefinition

Instance Method Summary collapse

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.

Parameters:

  • name (String) (defaults to: (''))


1124
# File 'lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb', line 1124

def initialize(name=('')) end

Instance Method Details

#get_next_styleWx::String Also known as: next_style

Returns the style that should normally follow this style.

Returns:

  • (Wx::String)


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.

Parameters:

  • name (String)


1134
# File 'lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb', line 1134

def set_next_style(name) end