Sha256: f7499435ab954b19d65b2ec9b03dd8a2d12964039fe90b2a1b4a28fcf4e40028
Contents?: true
Size: 444 Bytes
Versions: 4
Compression:
Stored size: 444 Bytes
Contents
module OpenXml module DrawingML module Properties class RelativeRectangleProperty < OpenXml::Properties::ComplexProperty attribute :bottom_offset, displays_as: :b, expects: :percentage attribute :left_offset, displays_as: :l, expects: :percentage attribute :right_offset, displays_as: :r, expects: :percentage attribute :top_offset, displays_as: :t, expects: :percentage end end end end
Version data entries
4 entries across 4 versions & 1 rubygems