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



2506
2507
2508
# File 'lib/xberg/native.rb', line 2506

def self.from_hash(hash)
  new
end

Instance Method Details

#bold?Boolean

Returns:

  • (Boolean)


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

def bold? = false

#code?Boolean

Returns:

  • (Boolean)


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

def code? = false

#color?Boolean

Returns:

  • (Boolean)


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

def color? = false

#custom?Boolean

Returns:

  • (Boolean)


2502
2503
2504
# File 'lib/xberg/native.rb', line 2502

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

#font_size?Boolean

Returns:

  • (Boolean)


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

def font_size? = false

#highlight?Boolean

Returns:

  • (Boolean)


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

def highlight? = false

#italic?Boolean

Returns:

  • (Boolean)


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

def italic? = false

#link?Boolean

Returns:

  • (Boolean)


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

def link? = false

#strikethrough?Boolean

Returns:

  • (Boolean)


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

def strikethrough? = true

#subscript?Boolean

Returns:

  • (Boolean)


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

def subscript? = false

#superscript?Boolean

Returns:

  • (Boolean)


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

def superscript? = false

#underline?Boolean

Returns:

  • (Boolean)


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

def underline? = false