Sha256: 81441d13419120318a04c2e63151b2dd39acccbf56791c84898a10ef4028d5c9
Contents?: true
Size: 416 Bytes
Versions: 2
Compression:
Stored size: 416 Bytes
Contents
module OpenXml module Pptx module Properties class Background < OpenXml::Properties::ComplexProperty include OpenXml::ContainsProperties namespace :p tag :bg attribute :bw_mode, one_of: OpenXml::Pptx::ST_BlackWhiteMode property_choice do property :background_properties property :background_reference end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openxml-pptx-0.2.2 | lib/openxml/pptx/properties/background.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/background.rb |