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



2013
2014
2015
# File 'lib/xberg/native.rb', line 2013

def self.from_hash(hash)
  new
end

Instance Method Details

#bold?Boolean

Returns:

  • (Boolean)


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

def bold? = false

#code?Boolean

Returns:

  • (Boolean)


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

def code? = false

#color?Boolean

Returns:

  • (Boolean)


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

def color? = false

#custom?Boolean

Returns:

  • (Boolean)


2009
2010
2011
# File 'lib/xberg/native.rb', line 2009

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

#font_size?Boolean

Returns:

  • (Boolean)


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

def font_size? = false

#highlight?Boolean

Returns:

  • (Boolean)


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

def highlight? = false

#italic?Boolean

Returns:

  • (Boolean)


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

def italic? = false

#link?Boolean

Returns:

  • (Boolean)


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

def link? = false

#strikethrough?Boolean

Returns:

  • (Boolean)


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

def strikethrough? = false

#subscript?Boolean

Returns:

  • (Boolean)


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

def subscript? = false

#superscript?Boolean

Returns:

  • (Boolean)


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

def superscript? = false

#underline?Boolean

Returns:

  • (Boolean)


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

def underline? = true