Class: Xberg::RevisionAnchorSlide

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

Overview

Presentation slide, identified by its zero-based index.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#indexObject (readonly)

rubocop:disable Lint/UselessMethodDefinition



4400
4401
4402
# File 'lib/xberg/native.rb', line 4400

def index
  @index
end

Class Method Details

.from_hash(hash) ⇒ Object



4421
4422
4423
# File 'lib/xberg/native.rb', line 4421

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

Instance Method Details

#page?Boolean

Returns:

  • (Boolean)


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

def page? = false

#paragraph?Boolean

Returns:

  • (Boolean)


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

def paragraph? = false

#sheet?Boolean

Returns:

  • (Boolean)


4417
4418
4419
# File 'lib/xberg/native.rb', line 4417

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

#slide?Boolean

Returns:

  • (Boolean)


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

def slide? = true

#table_cell?Boolean

Returns:

  • (Boolean)


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

def table_cell? = false