Sha256: 410a9015381abaaa5a5cb5fb6f190267b4598c8fc1ded8e8dc1e746c0f36b8a7
Contents?: true
Size: 406 Bytes
Versions: 5
Compression:
Stored size: 406 Bytes
Contents
module OpenXml module Docx module Elements class AbsolutePositionTab < Element tag :ptab with_namespace :w do attribute :alignment, one_of: %i(center left right) attribute :leader, one_of: %i(dot hyphen middleDot none underscore) attribute :relative_to, one_of: %i(indent margin), displays_as: :relativeTo end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems