Class: Xberg::AnnotationKindStrikethrough

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

Overview

Strikethrough text.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_hash(hash) ⇒ Object



2404
2405
2406
# File 'lib/xberg/native.rb', line 2404

def self.from_hash(hash)
  new
end

Instance Method Details

#bold?Boolean

Returns:

  • (Boolean)


2378
# File 'lib/xberg/native.rb', line 2378

def bold? = false

#code?Boolean

Returns:

  • (Boolean)


2386
# File 'lib/xberg/native.rb', line 2386

def code? = false

#color?Boolean

Returns:

  • (Boolean)


2396
# File 'lib/xberg/native.rb', line 2396

def color? = false

#custom?Boolean

Returns:

  • (Boolean)


2400
2401
2402
# File 'lib/xberg/native.rb', line 2400

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

#font_size?Boolean

Returns:

  • (Boolean)


2398
# File 'lib/xberg/native.rb', line 2398

def font_size? = false

#highlight?Boolean

Returns:

  • (Boolean)


2394
# File 'lib/xberg/native.rb', line 2394

def highlight? = false

#italic?Boolean

Returns:

  • (Boolean)


2380
# File 'lib/xberg/native.rb', line 2380

def italic? = false

#link?Boolean

Returns:

  • (Boolean)


2392
# File 'lib/xberg/native.rb', line 2392

def link? = false

#strikethrough?Boolean

Returns:

  • (Boolean)


2384
# File 'lib/xberg/native.rb', line 2384

def strikethrough? = true

#subscript?Boolean

Returns:

  • (Boolean)


2388
# File 'lib/xberg/native.rb', line 2388

def subscript? = false

#superscript?Boolean

Returns:

  • (Boolean)


2390
# File 'lib/xberg/native.rb', line 2390

def superscript? = false

#underline?Boolean

Returns:

  • (Boolean)


2382
# File 'lib/xberg/native.rb', line 2382

def underline? = false