Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
python-docx / features / par-clear-paragraph.feature
Size: Mime:
Feature: Clear paragraph content
  In order to change paragraph content while retaining its formatting
  As a developer using python-docx
  I need a way to remove the content of a paragraph


  Scenario: Clear paragraph content
    Given a paragraph with content and formatting
     When I clear the paragraph content
     Then the paragraph has no content
      But the paragraph formatting is preserved