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-set-text.feature
Size: Mime:
Feature: Replace paragraph text
  In order to conveniently change the text of a paragraph in place
  As a developer using python-docx
  I need a writable text property on paragraph


  Scenario: Set paragraph text
    Given a paragraph with content and formatting
     When I set the paragraph text
     Then the paragraph has the text I set
      And the paragraph formatting is preserved