Sha256: e054131ac8561fa3ca26dc3725170b6e675e3c76d7a3d9355b1262ab99b14ef2
Contents?: true
Size: 495 Bytes
Versions: 4
Compression:
Stored size: 495 Bytes
Contents
module OpenXml module DrawingML module Properties class Transform < OpenXml::Properties::ComplexProperty include OpenXml::ContainsProperties namespace :a tag :xfrm attribute :rotation, displays_as: :rot, expects: :integer attribute :flip_horizontal, displays_as: :flipH, expects: :boolean attribute :flip_vertical, displays_as: :flipV, expects: :boolean property :offset property :extent end end end end
Version data entries
4 entries across 4 versions & 1 rubygems