Sha256: 63dbd3b62a095f70e9d17d80baba53eac7760c05bc70da1040d0fe110758c6f3
Contents?: true
Size: 373 Bytes
Versions: 1
Compression:
Stored size: 373 Bytes
Contents
module OpenXml module DrawingML module Elements class PictureShapeProperties < OpenXml::DrawingML::Element include HasChildren namespace :pic tag :spPr attribute :black_and_white_mode, one_of: %i(auto black blackGray blackWhite clr gray grayWhite hidden invGray ltGray white), displays_as: :bwMode end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openxml-drawingml-0.1.0 | lib/openxml/drawingml/elements/picture_shape_properties.rb |