Sha256: d4a615792434871110b3f6da005af53b1a7386ce2839c4b4b7fb0576c401ccca
Contents?: true
Size: 518 Bytes
Versions: 1
Compression:
Stored size: 518 Bytes
Contents
module OpenXml module DrawingML module Elements class GraphicFrameLocks < OpenXml::Docx::Elements::Element namespace :a attribute :noChangeAspect, expects: :true_or_false attribute :noDrilldown, expects: :true_or_false attribute :noGrouping, expects: :true_or_false, displays_as: :noGrp attribute :noMove, expects: :true_or_false attribute :noResize, expects: :true_or_false attribute :noSelect, expects: :true_or_false end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openxml-docx-0.10.0 | lib/openxml/drawingml/elements/graphic_frame_locks.rb |