Class: Xberg::RevisionAnchorSlide
- Inherits:
-
Data
- Object
- Data
- Xberg::RevisionAnchorSlide
- 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
-
#index ⇒ Object
readonly
rubocop:disable Lint/UselessMethodDefinition.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#index ⇒ Object (readonly)
rubocop:disable Lint/UselessMethodDefinition
4067 4068 4069 |
# File 'lib/xberg/native.rb', line 4067 def index @index end |
Class Method Details
.from_hash(hash) ⇒ Object
4088 4089 4090 |
# File 'lib/xberg/native.rb', line 4088 def self.from_hash(hash) new(index: hash[:index] || hash["index"]) end |
Instance Method Details
#page? ⇒ Boolean
4080 |
# File 'lib/xberg/native.rb', line 4080 def page? = false |
#paragraph? ⇒ Boolean
4076 |
# File 'lib/xberg/native.rb', line 4076 def paragraph? = false |
#sheet? ⇒ Boolean
4084 4085 4086 |
# File 'lib/xberg/native.rb', line 4084 def sheet? = false # @param hash [Hash] deserialized from the native extension # @return [self] |
#slide? ⇒ Boolean
4082 |
# File 'lib/xberg/native.rb', line 4082 def = true |
#table_cell? ⇒ Boolean
4078 |
# File 'lib/xberg/native.rb', line 4078 def table_cell? = false |