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



2159
2160
2161
# File 'lib/xberg/native.rb', line 2159

def self.from_hash(hash)
  new
end

Instance Method Details

#bold?Boolean

Returns:

  • (Boolean)


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

def bold? = false

#code?Boolean

Returns:

  • (Boolean)


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

def code? = false

#color?Boolean

Returns:

  • (Boolean)


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

def color? = false

#custom?Boolean

Returns:

  • (Boolean)


2155
2156
2157
# File 'lib/xberg/native.rb', line 2155

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

#font_size?Boolean

Returns:

  • (Boolean)


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

def font_size? = false

#highlight?Boolean

Returns:

  • (Boolean)


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

def highlight? = false

#italic?Boolean

Returns:

  • (Boolean)


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

def italic? = false

#link?Boolean

Returns:

  • (Boolean)


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

def link? = false

#strikethrough?Boolean

Returns:

  • (Boolean)


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

def strikethrough? = true

#subscript?Boolean

Returns:

  • (Boolean)


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

def subscript? = false

#superscript?Boolean

Returns:

  • (Boolean)


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

def superscript? = false

#underline?Boolean

Returns:

  • (Boolean)


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

def underline? = false