Sha256: ec16f6b9025048310c08ce91f809145730d939db81455ef993b944eb30b348f7

Contents?: true

Size: 351 Bytes

Versions: 6

Compression:

Stored size: 351 Bytes

Contents

module OpenXml
  module DrawingML
    module Elements
      class PictureShapeProperties < OpenXml::Docx::Elements::Container
        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

6 entries across 6 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 lib/openxml/drawingml/elements/picture_shape_properties.rb
openxml-docx-0.10.5 lib/openxml/drawingml/elements/picture_shape_properties.rb
openxml-docx-0.10.4 lib/openxml/drawingml/elements/picture_shape_properties.rb
openxml-docx-0.10.3 lib/openxml/drawingml/elements/picture_shape_properties.rb
openxml-docx-0.10.2 lib/openxml/drawingml/elements/picture_shape_properties.rb
openxml-docx-0.10.1 lib/openxml/drawingml/elements/picture_shape_properties.rb