Sha256: 8183eb77cd45c54af2b414e22564a06118a8e2fd149b64c7a30c21a9db3a50da
Contents?: true
Size: 455 Bytes
Versions: 4
Compression:
Stored size: 455 Bytes
Contents
module OpenXml module DrawingML module Elements class SourceRectangle < OpenXml::Element namespace :a tag :srcRect attribute :bottom_offset, expects: :percentage, displays_as: :b attribute :left_offset, expects: :percentage, displays_as: :l attribute :right_offset, expects: :percentage, displays_as: :r attribute :top_offset, expects: :percentage, displays_as: :t end end end end
Version data entries
4 entries across 4 versions & 1 rubygems