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 / sty-access-latent-styles.feature
Size: Mime:
Feature: Access latent styles for a document
  In order to operate on the latent styles for a document
  As a developer using python-docx
  I need access to the latent styles collection


  Scenario: Access latent styles collection
    Given the style collection of a document
     Then styles.latent_styles is the LatentStyles object for the document
      And len(latent_styles) is 137


  Scenario: Access latent style in collection
     Given a latent style collection
      Then I can iterate over the latent styles
       And I can access a latent style by name