Class: Xberg::AnnotationKindUnderline

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

Overview

Underlined text.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_hash(hash) ⇒ Object



2368
2369
2370
# File 'lib/xberg/native.rb', line 2368

def self.from_hash(hash)
  new
end

Instance Method Details

#bold?Boolean

Returns:

  • (Boolean)


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

def bold? = false

#code?Boolean

Returns:

  • (Boolean)


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

def code? = false

#color?Boolean

Returns:

  • (Boolean)


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

def color? = false

#custom?Boolean

Returns:

  • (Boolean)


2364
2365
2366
# File 'lib/xberg/native.rb', line 2364

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

#font_size?Boolean

Returns:

  • (Boolean)


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

def font_size? = false

#highlight?Boolean

Returns:

  • (Boolean)


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

def highlight? = false

#italic?Boolean

Returns:

  • (Boolean)


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

def italic? = false

#link?Boolean

Returns:

  • (Boolean)


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

def link? = false

#strikethrough?Boolean

Returns:

  • (Boolean)


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

def strikethrough? = false

#subscript?Boolean

Returns:

  • (Boolean)


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

def subscript? = false

#superscript?Boolean

Returns:

  • (Boolean)


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

def superscript? = false

#underline?Boolean

Returns:

  • (Boolean)


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

def underline? = true