Class: HtmlToMarkdown::AnnotationKindUnderline

Inherits:
Data
  • Object
show all
Extended by:
T::Sig
Includes:
AnnotationKind
Defined in:
lib/html_to_markdown/native.rb

Overview

Underline.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_hash(hash) ⇒ Object



792
793
794
# File 'lib/html_to_markdown/native.rb', line 792

def self.from_hash(hash)
  new
end

Instance Method Details

#bold?Boolean

Returns:

  • (Boolean)


772
# File 'lib/html_to_markdown/native.rb', line 772

def bold? = false

#code?Boolean

Returns:

  • (Boolean)


780
# File 'lib/html_to_markdown/native.rb', line 780

def code? = false

#highlight?Boolean

Returns:

  • (Boolean)


786
# File 'lib/html_to_markdown/native.rb', line 786

def highlight? = false

#italic?Boolean

Returns:

  • (Boolean)


774
# File 'lib/html_to_markdown/native.rb', line 774

def italic? = false

#link?Boolean

Returns:

  • (Boolean)


788
789
790
# File 'lib/html_to_markdown/native.rb', line 788

def link? = false
# @param hash [Hash] deserialized from the native extension
# @return [self]

#strikethrough?Boolean

Returns:

  • (Boolean)


778
# File 'lib/html_to_markdown/native.rb', line 778

def strikethrough? = false

#subscript?Boolean

Returns:

  • (Boolean)


782
# File 'lib/html_to_markdown/native.rb', line 782

def subscript? = false

#superscript?Boolean

Returns:

  • (Boolean)


784
# File 'lib/html_to_markdown/native.rb', line 784

def superscript? = false

#underline?Boolean

Returns:

  • (Boolean)


776
# File 'lib/html_to_markdown/native.rb', line 776

def underline? = true