Sha256: 02994f8f977e6099d6678b61a18e3d81d2b18be1a173add0dd841a616bc53a6d

Contents?: true

Size: 333 Bytes

Versions: 4

Compression:

Stored size: 333 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class LineSpacing < SimplePropertyContainerProperty
        namespace :a
        tag :lnSpc

        property_choice do
          value_property :percent, as: :spacing_percent
          value_property :points, as: :spacing_points
        end

      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/line_spacing.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/line_spacing.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/line_spacing.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/line_spacing.rb