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



819
820
821
# File 'lib/html_to_markdown/native.rb', line 819

def self.from_hash(hash)
  new
end

Instance Method Details

#bold?Boolean

Returns:

  • (Boolean)


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

def bold? = false

#code?Boolean

Returns:

  • (Boolean)


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

def code? = false

#highlight?Boolean

Returns:

  • (Boolean)


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

def highlight? = false

#italic?Boolean

Returns:

  • (Boolean)


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

def italic? = false

#link?Boolean

Returns:

  • (Boolean)


815
816
817
# File 'lib/html_to_markdown/native.rb', line 815

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

#strikethrough?Boolean

Returns:

  • (Boolean)


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

def strikethrough? = false

#subscript?Boolean

Returns:

  • (Boolean)


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

def subscript? = false

#superscript?Boolean

Returns:

  • (Boolean)


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

def superscript? = false

#underline?Boolean

Returns:

  • (Boolean)


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

def underline? = true