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