class Jrsl::Slide

Defined in:

jrsl.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, content : String = "") #

[View source]

Instance Method Detail

def content : String #

[View source]
def content=(content : String) #

[View source]
def image_h_position : String #

[View source]
def image_h_position=(image_h_position : String) #

[View source]
def image_max_height : Int32 | Nil #

[View source]
def image_max_height=(image_max_height : Int32 | Nil) #

[View source]
def image_path : String | Nil #

[View source]
def image_path=(image_path : String | Nil) #

[View source]
def image_position : String #

[View source]
def image_position=(image_position : String) #

[View source]
def kitty_image : Tuple(String, Int32, Int32) | Nil #

[View source]
def kitty_image=(kitty_image : Tuple(String, Int32, Int32) | Nil) #

[View source]
def markdown_element : MarkdownElement | Nil #

[View source]
def markdown_element=(markdown_element : MarkdownElement | Nil) #

[View source]
def rendered_image : Tuple(String, Int32, Int32) | Nil #

[View source]
def rendered_image=(rendered_image : Tuple(String, Int32, Int32) | Nil) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]