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-access-parfmt.feature
Size: Mime:
Feature: Access paragraph format
  In order to get or change the formatting of a paragraph
  As a developer using python-docx
  I need access to the paragraph format of a paragraph


  Scenario: Get paragraph format object
    Given a paragraph
     Then paragraph.paragraph_format is its ParagraphFormat object