An open API service providing commit metadata for open source projects.

GitHub / python-openxml/python-docx / commits

Create and modify Word documents with Python

SHA Message Author Date Stats
c6ee527c style: add LatentStyles.default_priority getter Steve Canny <s****y@c****m> over 11 years ago
faa7ab1e acpt: add scenarios for LatentStyles properties Steve Canny <s****y@c****m> over 11 years ago
3828b11f style: add LatentStyles.__getitem__() Steve Canny <s****y@c****m> over 11 years ago
faf2dee5 style: add LatentStyles.__iter__() Steve Canny <s****y@c****m> over 11 years ago
39120438 style: add LatentStyles.__len__() Steve Canny <s****y@c****m> over 11 years ago
bb169653 style: add Styles.latent_styles Steve Canny <s****y@c****m> over 11 years ago
b8b73673 acpt: add scenario for Styles.latent_styles Steve Canny <s****y@c****m> over 11 years ago
e7930e45 docs: document analysis for latent styles Steve Canny <s****y@c****m> over 11 years ago
67cfed60 style: add BaseStyle.locked setter Steve Canny <s****y@c****m> over 11 years ago
e8f3ad35 style: add BaseStyle.locked getter Steve Canny <s****y@c****m> over 11 years ago
fa2917dc acpt: add scenarios for BaseStyle.locked Steve Canny <s****y@c****m> over 11 years ago
a6b429b4 style: add BaseStyle.unhide_when_used setter Steve Canny <s****y@c****m> over 11 years ago
8ea3891a style: add BaseStyle.unhide_when_used getter Steve Canny <s****y@c****m> over 11 years ago
78008c64 acpt: add scenarios for BaseStyle.unhide_when_used Steve Canny <s****y@c****m> over 11 years ago
872a0f2c style: add BaseStyle.priority setter Steve Canny <s****y@c****m> over 11 years ago
0b612d32 style: add BaseStyle.priority getter Steve Canny <s****y@c****m> over 11 years ago
92a0e522 acpt: add scenarios for BaseStyle.priority Steve Canny <s****y@c****m> over 11 years ago
b7ec0f07 docs: add API page for docx.styles.style module Steve Canny <s****y@c****m> over 11 years ago
93b990c7 docs: document analysis for style behavior props Steve Canny <s****y@c****m> over 11 years ago
0b895866 style: add BaseStyle.hidden setter Steve Canny <s****y@c****m> over 11 years ago
167de845 style: add BaseStyle.hidden getter Steve Canny <s****y@c****m> over 11 years ago
51db6f6e acpt: add scenarios for BaseStyle.hidden Steve Canny <s****y@c****m> over 11 years ago
3b3713c1 docs: add user documentation for latent styles Steve Canny <s****y@c****m> over 11 years ago
4ef1c51b docs: document Style behavior properties Steve Canny <s****y@c****m> over 11 years ago
bddd27a8 para: add Paragraph.paragraph_format Steve Canny <s****y@c****m> over 11 years ago
3b0253b5 acpt: add scenario for Paragraph.paragraph_format Steve Canny <s****y@c****m> over 11 years ago
4564b332 docs: document Paragraph.paragraph_format Steve Canny <s****y@c****m> over 11 years ago
676612d7 parfmt: add ParagraphFormat.widow_control setter Steve Canny <s****y@c****m> over 11 years ago
3832dc11 parfmt: add ParaFormat.page_break_before setter Steve Canny <s****y@c****m> over 11 years ago
288871d6 parfmt: add ParagraphFormat.keep_with_next setter Steve Canny <s****y@c****m> over 11 years ago
ea6a195c parfmt: add ParagraphFormat.keep_together setter Steve Canny <s****y@c****m> over 11 years ago
86741a13 parfmt: add ParagraphFormat.widow_control getter Steve Canny <s****y@c****m> over 11 years ago
8f836d4f parfmt: add ParaFormat.page_break_before getter Steve Canny <s****y@c****m> over 11 years ago
8ed7151d parfmt: add ParagraphFormat.keep_with_next getter Steve Canny <s****y@c****m> over 11 years ago
fcca0c1f parfmt: add ParagraphFormat.keep_together getter Steve Canny <s****y@c****m> over 11 years ago
2fdb9378 acpt: add scenarios for ParaFormat On/Off props Steve Canny <s****y@c****m> over 11 years ago
4863ac98 parfmt: add ParagraphFormat.right_indent setter Steve Canny <s****y@c****m> over 11 years ago
5a924136 parfmt: add ParagraphFormat.left_indent setter Steve Canny <s****y@c****m> over 11 years ago
4321d9eb parfmt: add ParaFormat.first_line_indent.setter Steve Canny <s****y@c****m> over 11 years ago
4e5f7281 parfmt: add ParagraphFormat.right_indent getter Steve Canny <s****y@c****m> over 11 years ago
0c268103 parfmt: add ParagraphFormat.left_indent getter Steve Canny <s****y@c****m> over 11 years ago
931012d0 parfmt: add ParaFormat.first_line_indent getter Steve Canny <s****y@c****m> over 11 years ago
0f58ff40 acpt: add scenarios for ParagraphFormat indents Steve Canny <s****y@c****m> over 11 years ago
6f5ed6d7 parfmt: add ParaFormat.line_spacing_rule setter Steve Canny <s****y@c****m> over 11 years ago
3664bede parfmt: add ParagraphFormat.line_spacing setter Steve Canny <s****y@c****m> over 11 years ago
752f52fd parfmt: add ParaFormat.line_spacing_rule getter Steve Canny <s****y@c****m> over 11 years ago
c38bf8eb parfmt: add ParagraphFormat.line_spacing getter Steve Canny <s****y@c****m> over 11 years ago
66293461 acpt: add scenarios for ParaFormat line spacing Steve Canny <s****y@c****m> over 11 years ago
d16452e5 parfmt: add ParagraphFormat.space_after setter Steve Canny <s****y@c****m> over 11 years ago
bc296cf3 parfmt: add ParagraphFormat.space_before setter Steve Canny <s****y@c****m> over 11 years ago
ee719a9a parfmt: add ParagraphFormat.space_after getter Steve Canny <s****y@c****m> over 11 years ago
4497b104 parfmt: add ParagraphFormat.space_before getter Steve Canny <s****y@c****m> over 11 years ago
e8de57e3 acpt: add scenarios for ParagraphFormat spacing Steve Canny <s****y@c****m> over 11 years ago
c88125ca parfmt: add ParagraphFormat.alignment setter Steve Canny <s****y@c****m> over 11 years ago
a0769329 parfmt: add ParagraphFormat.alignment getter Steve Canny <s****y@c****m> over 11 years ago
2be2c920 acpt: add scenarios for ParagraphFormat.alignment Steve Canny <s****y@c****m> over 11 years ago
37788b04 style: add _ParagraphStyle.paragraph_format Steve Canny <s****y@c****m> over 11 years ago
29b954a1 rfctr: reorder tests in DescribeParagraph Steve Canny <s****y@c****m> over 11 years ago
8b5a221a acpt: add scenario for _ParaStyle.paragraph_format Steve Canny <s****y@c****m> over 11 years ago
bae756ea docs: document ParagraphFormat analysis Steve Canny <s****y@c****m> over 11 years ago
b595e446 style: add _CharacterStyle.base_style setter Steve Canny <s****y@c****m> over 11 years ago
b8abd275 style: add _CharacterStyle.base_style getter Steve Canny <s****y@c****m> over 11 years ago
fd51c876 acpt: add scenarios for BaseStyle.base_style Steve Canny <s****y@c****m> over 11 years ago
42ed65d4 font: add Font.superscript setter Steve Canny <s****y@c****m> over 11 years ago
05065bf1 font: add Font.subscript setter Steve Canny <s****y@c****m> over 11 years ago
7d04ac90 font: add Font.superscript getter Steve Canny <s****y@c****m> over 11 years ago
1904119f font: add Font.subscript getter Steve Canny <s****y@c****m> over 11 years ago
91d48aed acpt: add scenarios for Font.sub/superscript Steve Canny <s****y@c****m> over 11 years ago
19a552ea run: convert Run.underline to Run.font pass-through Steve Canny <s****y@c****m> over 11 years ago
0311ab2f run: convert Run.italic to Run.font pass-through Steve Canny <s****y@c****m> over 11 years ago
e7286340 run: convert Run.bold to Run.font pass-through Steve Canny <s****y@c****m> over 11 years ago
277b46c1 run: add Run.font Steve Canny <s****y@c****m> over 11 years ago
bcb09076 acpt: add scenario for Run.font Steve Canny <s****y@c****m> over 11 years ago
a74b0bfe font: add Font.underline setter Steve Canny <s****y@c****m> over 11 years ago
601216c2 font: add Font.underline getter Steve Canny <s****y@c****m> over 11 years ago
271c00c4 acpt: add scenarios for Font.underline Steve Canny <s****y@c****m> over 11 years ago
a8237a0d font: add Font.size setter Steve Canny <s****y@c****m> over 11 years ago
e85ba542 font: add Font.size getter Steve Canny <s****y@c****m> over 11 years ago
60b38a8e acpt: add scenarios for Font.size Steve Canny <s****y@c****m> over 11 years ago
270271fc font: add Font.name setter Steve Canny <s****y@c****m> over 11 years ago
c4ba0bd1 font: add Font.name getter Steve Canny <s****y@c****m> over 11 years ago
234cc0f1 acpt: add scenarios for Font.name Steve Canny <s****y@c****m> over 11 years ago
1081cc26 rfctr: bring CT_RPr to latest coding standards Steve Canny <s****y@c****m> over 11 years ago
fe616fff docs: document Font analysis Steve Canny <s****y@c****m> over 11 years ago
6186c6a5 style: add _CharacterStyle.font Steve Canny <s****y@c****m> over 11 years ago
32efba5e acpt: add scenarios for XxxStyle.font Steve Canny <s****y@c****m> over 11 years ago
b50dc0ef docs: document Font feature analysis Steve Canny <s****y@c****m> over 11 years ago
ec9e863a style: add BaseStyle.delete() Steve Canny <s****y@c****m> over 11 years ago
6c3ccd12 acpt: add scenario for Style.delete() Steve Canny <s****y@c****m> over 11 years ago
013f32fc reorg: resequence oxml.shape imports Steve Canny <s****y@c****m> over 11 years ago
11efbb75 style: add BaseStyle.builtin Steve Canny <s****y@c****m> over 11 years ago
ade2ff4a style: add CT_Styles.add_style_of_type() Steve Canny <s****y@c****m> over 11 years ago
c8f7620e reorg: mv oxml.parts.styles => oxml.styles Steve Canny <s****y@c****m> over 11 years ago
400b4e56 style: add Styles.__contains__() Steve Canny <s****y@c****m> over 11 years ago
03c2fdb5 style: add Styles.add_style() Steve Canny <s****y@c****m> over 11 years ago
f933976b acpt: add scenarios for Style.add_style() Steve Canny <s****y@c****m> over 11 years ago
faabd7bf docs: document analysis for add/remove style Steve Canny <s****y@c****m> over 11 years ago
ef5f1640 style: add Styles._get_style_id_from_style() Steve Canny <s****y@c****m> over 11 years ago
ad93c452 style: add Styles._get_style_id_from_name() Steve Canny <s****y@c****m> over 11 years ago
180de12a style: add Styles.get_style_id() Steve Canny <s****y@c****m> over 11 years ago

← Back to repository