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

Version Path
openxml-docx-0.11.5 lib/openxml/docx/properties/toggle_property.rb
openxml-docx-0.11.4 lib/openxml/docx/properties/toggle_property.rb
openxml-docx-0.11.3 lib/openxml/docx/properties/toggle_property.rb
openxml-docx-0.11.2 lib/openxml/docx/properties/toggle_property.rb
openxml-docx-0.11.1 lib/openxml/docx/properties/toggle_property.rb
openxml-docx-0.11.0 lib/openxml/docx/properties/toggle_property.rb
openxml-docx-0.11.0.rc lib/openxml/docx/properties/toggle_property.rb
openxml-docx-0.10.6 lib/openxml/docx/properties/toggle_property.rb