Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythoningLearning
/
python-docx
Public
forked from
python-openxml/python-docx
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 22, 2015
release: prepare v0.8.5 release
Steve Canny
committed
bc34ec9
View commit details
Copy full SHA for bc34ec9
Browse repository at this point
tbl: add CT_Row.trPr
Steve Canny
committed
0c887e8
View commit details
Copy full SHA for 0c887e8
Browse repository at this point
Commits on Feb 21, 2015
tbl: add Table.table_direction setter
Steve Canny
committed
9605cc0
View commit details
Copy full SHA for 9605cc0
Browse repository at this point
tbl: add Table.table_direction getter
Steve Canny
committed
d4ca18d
View commit details
Copy full SHA for d4ca18d
Browse repository at this point
reorg: reorder tests in DescribeTable
Steve Canny
committed
db70e4f
View commit details
Copy full SHA for db70e4f
Browse repository at this point
acpt: add scenarios for Table.table_direction
Steve Canny
committed
d278197
View commit details
Copy full SHA for d278197
Browse repository at this point
enum: add WD_TABLE_DIRECTION enumeration
Steve Canny
committed
221e28c
View commit details
Copy full SHA for 221e28c
Browse repository at this point
tbl: rewrite Table.add_column()
Show description for 7541f20
Steve Canny
committed
7541f20
View commit details
Copy full SHA for 7541f20
Browse repository at this point
tbl: rewrite Table.add_row()
Steve Canny
committed
96ce9e3
View commit details
Copy full SHA for 96ce9e3
Browse repository at this point
acpt: rewrite scenarios for Table add row & column
Steve Canny
committed
8efe8ad
View commit details
Copy full SHA for 8efe8ad
Browse repository at this point
cell: rewrite _Cell.add_table()
Steve Canny
committed
558a124
View commit details
Copy full SHA for 558a124
Browse repository at this point
acpt: add scenario for _Cell.add_table()
Steve Canny
committed
ebd5e85
View commit details
Copy full SHA for ebd5e85
Browse repository at this point
blkct: rewrite BlockItemContainer.add_table()
Show description for 1ff6d38
Steve Canny
committed
1ff6d38
View commit details
Copy full SHA for 1ff6d38
Browse repository at this point
doc: rewrite Document.add_table()
Show description for 7ea4d29
Steve Canny
committed
7ea4d29
View commit details
Copy full SHA for 7ea4d29
Browse repository at this point
reorg: remove redundant tests from Describe_Body
Steve Canny
committed
578f6c1
View commit details
Copy full SHA for 578f6c1
Browse repository at this point
acpt: rewrite scenario for Document.add_table()
Show description for 74931e2
Steve Canny
committed
74931e2
View commit details
Copy full SHA for 74931e2
Browse repository at this point
fix: #149 KeyError on Document.add_table()
Steve Canny
committed
280d46a
View commit details
Copy full SHA for 280d46a
Browse repository at this point
acpt: groom some existing acceptance tests
Show description for 5309b41
Steve Canny
committed
5309b41
View commit details
Copy full SHA for 5309b41
Browse repository at this point
release: prepare v0.8.4 release
Steve Canny
committed
5a012fe
View commit details
Copy full SHA for 5a012fe
Browse repository at this point
fix: #151 tests won't run on PyPI distribution
Show description for 3603b5e
Steve Canny
committed
3603b5e
View commit details
Copy full SHA for 3603b5e
Browse repository at this point
Commits on Feb 20, 2015
img: #124 default to inches on no TIFF res unit
Colin McDonald
authored and
Steve Canny
committed
ffdb139
View commit details
Copy full SHA for ffdb139
Browse repository at this point
release: prepare 0.8.3 release
Steve Canny
committed
1a7358e
View commit details
Copy full SHA for 1a7358e
Browse repository at this point
docs: add user docs for Font.color
Steve Canny
committed
b28327b
View commit details
Copy full SHA for b28327b
Browse repository at this point
docs: add API docs for ColorFormat
Steve Canny
committed
dd44e1f
View commit details
Copy full SHA for dd44e1f
Browse repository at this point
dml: add ColorFormat.theme_color setter
Steve Canny
committed
a51022b
View commit details
Copy full SHA for a51022b
Browse repository at this point
dml: add ColorFormat.theme_color getter
Steve Canny
committed
063396b
View commit details
Copy full SHA for 063396b
Browse repository at this point
acpt: add scenarios for ColorFormat.theme
Steve Canny
committed
426cad4
View commit details
Copy full SHA for 426cad4
Browse repository at this point
dml: add ColorFormat.rgb setter
Steve Canny
committed
cabb727
View commit details
Copy full SHA for cabb727
Browse repository at this point
dml: add ColorFormat.rgb getter
mavwolverine
authored and
Steve Canny
committed
1fd6077
View commit details
Copy full SHA for 1fd6077
Browse repository at this point
acpt: add scenarios for ColorFormat.rgb
mavwolverine
authored and
Steve Canny
committed
478c68b
View commit details
Copy full SHA for 478c68b
Browse repository at this point
dml: add ColorFormat.type
Steve Canny
committed
96273f2
View commit details
Copy full SHA for 96273f2
Browse repository at this point
shr: transplant RGBColor
mavwolverine
authored and
Steve Canny
committed
3c839ee
View commit details
Copy full SHA for 3c839ee
Browse repository at this point
acpt: add scenarios for ColorFormat.type
Steve Canny
committed
397cef4
View commit details
Copy full SHA for 397cef4
Browse repository at this point
font: add Font.color
Steve Canny
committed
f2a3d7c
View commit details
Copy full SHA for f2a3d7c
Browse repository at this point
acpt: add scenario for Font.color
mavwolverine
authored and
Steve Canny
committed
946864f
View commit details
Copy full SHA for 946864f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.