Class: Xberg::NodeContentTable

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

Overview

Table with structured cell grid.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#gridObject (readonly)

Returns the value of attribute grid

Returns:

  • (Object)

    the current value of grid



3556
3557
3558
# File 'lib/xberg/native.rb', line 3556

def grid
  @grid
end

Class Method Details

.from_hash(hash) ⇒ Object



3608
3609
3610
# File 'lib/xberg/native.rb', line 3608

def self.from_hash(hash)
  new(grid: hash[:grid] || hash["grid"])
end

Instance Method Details

#admonition?Boolean

Returns:

  • (Boolean)


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

def admonition? = false

#citation?Boolean

Returns:

  • (Boolean)


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

def citation? = false

#code?Boolean

Returns:

  • (Boolean)


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

def code? = false

#comment?Boolean

Returns:

  • (Boolean)


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

def comment? = false

#definition_item?Boolean

Returns:

  • (Boolean)


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

def definition_item? = false

#definition_list?Boolean

Returns:

  • (Boolean)


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

def definition_list? = false

#footnote?Boolean

Returns:

  • (Boolean)


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

def footnote? = false

#formula?Boolean

Returns:

  • (Boolean)


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

def formula? = false

#group?Boolean

Returns:

  • (Boolean)


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

def group? = false

#heading?Boolean

Returns:

  • (Boolean)


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

def heading? = false

#image?Boolean

Returns:

  • (Boolean)


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

def image? = false

#list?Boolean

Returns:

  • (Boolean)


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

def list? = false

#list_item?Boolean

Returns:

  • (Boolean)


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

def list_item? = false

#metadata_block?Boolean

Returns:

  • (Boolean)


3604
3605
3606
# File 'lib/xberg/native.rb', line 3604

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

#page_break?Boolean

Returns:

  • (Boolean)


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

def page_break? = false

#paragraph?Boolean

Returns:

  • (Boolean)


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

def paragraph? = false

#quote?Boolean

Returns:

  • (Boolean)


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

def quote? = false

#raw_block?Boolean

Returns:

  • (Boolean)


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

def raw_block? = false

#slide?Boolean

Returns:

  • (Boolean)


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

def slide? = false

#table?Boolean

Returns:

  • (Boolean)


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

def table? = true

#title?Boolean

Returns:

  • (Boolean)


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

def title? = false