Sha256: 25a745256fc486eafd87637c4cd220495aa252e1af1bb7dc0996d36e168916f7

Contents?: true

Size: 341 Bytes

Versions: 4

Compression:

Stored size: 341 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class AutofitNormal < OpenXml::Properties::ComplexProperty
        namespace :a
        tag :normAutofit

        attribute :font_scale, expects: :percentage
        attribute :line_space_reduction, displays_as: :lnSpcReduction, expects: :percentage

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openxml-drawingml-0.3.1 lib/openxml/drawingml/properties/autofit_normal.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/autofit_normal.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/autofit_normal.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/autofit_normal.rb