class OoxmlParser::Stretch
Class for parsing `stretch` tag
Public Instance Methods
parse(_node)
click to toggle source
Parse Stretch
object @param _node [Nokogiri::XML:Element] node to parse @return [Stretch] result of parsing
# File lib/ooxml_parser/pptx_parser/pptx_data/presentation/slide/background/background_properties/stretch.rb, line 9 def parse(_node) self end