openxml/openxml-docx

View on GitHub
lib/openxml/docx/properties/strikethrough.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Properties
      class Strikethrough < BooleanProperty
        tag :strike

      end
    end
  end
end