Sha256: 4aeb1e14626574ab4fb267d9d3ca75e593343be310417243ad4ddbbec6cd2c86

Contents?: true

Size: 269 Bytes

Versions: 4

Compression:

Stored size: 269 Bytes

Contents

module OoxmlParser
  # Class for parsing `stretch` tag
  class Stretch < OOXMLDocumentObject
    # Parse Stretch object
    # @param _node [Nokogiri::XML:Element] node to parse
    # @return [Stretch] result of parsing
    def parse(_node)
      self
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ooxml_parser-0.4.1 lib/ooxml_parser/pptx_parser/pptx_data/presentation/slide/background/background_properties/stretch.rb
ooxml_parser-0.4.0 lib/ooxml_parser/pptx_parser/pptx_data/presentation/slide/background/background_properties/stretch.rb
ooxml_parser-0.3.0 lib/ooxml_parser/pptx_parser/pptx_data/presentation/slide/background/background_properties/stretch.rb
ooxml_parser-0.2.0 lib/ooxml_parser/pptx_parser/pptx_data/presentation/slide/background/background_properties/stretch.rb