Class: Xberg::AnnotationKindSubscript

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

Overview

Subscript text.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_hash(hash) ⇒ Object



2476
2477
2478
# File 'lib/xberg/native.rb', line 2476

def self.from_hash(hash)
  new
end

Instance Method Details

#bold?Boolean

Returns:

  • (Boolean)


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

def bold? = false

#code?Boolean

Returns:

  • (Boolean)


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

def code? = false

#color?Boolean

Returns:

  • (Boolean)


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

def color? = false

#custom?Boolean

Returns:

  • (Boolean)


2472
2473
2474
# File 'lib/xberg/native.rb', line 2472

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

#font_size?Boolean

Returns:

  • (Boolean)


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

def font_size? = false

#highlight?Boolean

Returns:

  • (Boolean)


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

def highlight? = false

#italic?Boolean

Returns:

  • (Boolean)


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

def italic? = false

#link?Boolean

Returns:

  • (Boolean)


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

def link? = false

#strikethrough?Boolean

Returns:

  • (Boolean)


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

def strikethrough? = false

#subscript?Boolean

Returns:

  • (Boolean)


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

def subscript? = true

#superscript?Boolean

Returns:

  • (Boolean)


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

def superscript? = false

#underline?Boolean

Returns:

  • (Boolean)


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

def underline? = false