Sha256: d23d826e8282220313d261d99622fbd09631b14d7c0d0709b6d606439c5f2037
Contents?: true
Size: 506 Bytes
Versions: 8
Compression:
Stored size: 506 Bytes
Contents
module OpenXml module Docx module Properties class ToggleProperty < OnOffProperty # Toggle properties are no different in representation than on/off properties; # rather, the difference is in how they compose with one another (cf. # Section 17.7.3). It's helpful, then, to retain the concept, but entirely # unnecessary to duplicate implementation. # cf. Section A.6.9 of the spec, and Section A.7.9 of the transitional spec. end end end end
Version data entries
8 entries across 8 versions & 1 rubygems