Sha256: 186fbca3e4401a92563ee81a81c6a2ea76d10fdf91b92b671218256fa4e66b12
Contents?: true
Size: 323 Bytes
Versions: 4
Compression:
Stored size: 323 Bytes
Contents
module OpenXml module DrawingML module Properties class GradientLine < OpenXml::Properties::ComplexProperty namespace :a tag :lin attribute :angle, displays_as: :ang, expects: :integer, in_range: (0..21_600_000) attribute :scaled, expects: :boolean end end end end
Version data entries
4 entries across 4 versions & 1 rubygems