FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-docx/features/doc-styles.feature at master · python-openxml/python-docx · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-openxml
/
python-docx
Public
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
5.7k
Code
Issues
373
Pull requests
140
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-docx
/
features
/
doc-styles.feature
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (14 loc) · 598 Bytes
Breadcrumbs
python-docx
/
features
/
doc-styles.feature
Copy path
File metadata and controls
17 lines (14 loc) · 598 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Feature
:
Access a document style
In order to operate on a particular document style
As a developer using python-docx
I
access to each style in the document style collection
Scenario Outline
:
Access style in style collection
Given
a document having
<styles-state>
Then
len(styles) is
<style-count>
And
I can iterate over its styles
And
I can access a style by style id
And
I can access a style by its UI name
Examples
:
having styles or not
|
styles
-
state
|
style
-
count
|
|
a
styles
part
|
6
|
|
no
styles
part
|
4
|
Back
|
FazBrowse Home
|
New Git URL