7600a57
(HEAD -> master)
Add Chart DataTable by
2019-07-26 11:56:33 +0800
c97d754
显示柱状图标题 by
2019-07-25 23:16:53 +0800
4f0b808
提交 by
2019-07-25 19:08:14 +0800
0b5c561
初始化 by
2019-07-25 19:06:55 +0800
1e872c8
Update README.md by
2019-02-21 09:33:12 -0500
675a7d6
V1.3.0 Released by
2019-02-21 07:37:29 -0500
25da69a
Update README.md by
2019-02-18 11:42:42 -0500
8f3cf65
Update README.md by
2019-02-15 14:29:11 -0500
85af727
V1.2.0 Released by
2018-06-27 15:40:10 -0400
80655a9
Picture wrapping and cropping added to comparison table by
2018-01-19 12:21:04 -0500
6502f13
Corrected links by
2018-01-16 10:56:50 -0500
286b849
Removed Codeplex videos by
2018-01-15 23:24:04 -0500
c442683
Added license.md which was missing. by
2017-11-09 14:32:50 -0500
8ae8df8
Remove Nuget mention by
2017-10-10 11:03:12 -0400
2bead9e
Merge branch 'master' of https://github.com/xceedsoftware/DocX by
2017-10-03 14:28:57 -0400
00cfe6b
Classic branch explanation by
2017-10-03 14:28:44 -0400
8649a57
V1.1.0 Released by
2017-10-03 14:22:22 -0400
8132621
Completed feature list section by
2017-10-02 11:27:49 -0400
a503974
Features list by
2017-10-02 11:17:09 -0400
7e17c76
Xceed maintaining project by
2017-10-02 11:05:39 -0400
01721e4
Removed hosted process in release mode by
2017-05-17 09:04:11 +0200
f10ffc5
Merge pull request #127 from GrabzIt/master by
2017-05-17 09:01:31 +0200
695de7d
Removed .XML by
2017-05-17 09:01:02 +0200
f7768e4
Removed dll by
2017-05-16 23:06:22 +0100
13097e9
Merge pull request #122 from devel0/master by
2017-05-16 23:59:56 +0200
4c5c2fc
Automatically create new core properties part rather than throw exception by
2017-05-16 22:02:57 +0100
428851c
- added ignore bin/Release/DocX.dll - fixed casing in assembly name by
2017-05-13 12:59:37 +0200
1804fda
set net framework 4.6 by
2017-05-13 10:22:14 +0200
3d40bde
target net framework 4.6.1 by
2017-05-13 10:04:51 +0200
ff4c29e
get/set image size (inches) helper by
2017-05-12 22:41:52 +0200
06710e1
Merge pull request #111 from xwgli/patch-1 by
2017-03-30 09:59:03 +0200
bd5b261
Merge pull request #112 from martin-schiel/master by
2017-03-30 09:55:48 +0200
72babed
DocX wouldn't load documents with macros (.docm). Added macro document type. by
2017-03-29 09:49:36 +0200
a6a2a9e
Add Support For EastAsia FontFamily In Formatting by
2017-03-28 16:46:48 +0800
17a7df5
Merge pull request #102 from VictorLoktev/master by
2017-03-05 11:23:23 +0100
86d7b32
Bug fix in Paragraph.InsertHyperlink. Paragraph.AppendHyperlink works fine. Paragraph.InsertHyperlink generates hyperlinks with empty ids. MS Word doesn't open files after Paragraph.InsertHyperlink. by
2017-03-01 13:17:10 +0300
ec35b92
Fixed the bug: loosing table design on table cloning. OriginalTab -> CloneOfOriginalTab -> Clone of CloneOfOriginalTab did not work. by
2017-02-28 17:31:13 +0300
96b7dbe
Added check for restricted XML characters. RestrictedChar ::= [#x1-#x8] | [#xB-#xC] | [#xE-#x1F] | [#x7F-#x84] | [#x86-#x9F]. by
2017-02-28 11:53:40 +0300
81e1bc7
Merge pull request #101 from Interface007/master by
2017-02-27 22:04:21 +0100
24271df
Fixed issue with accessing "Pictures" property of "Paragraph" that has been removed from the document. Added method to replace an image inside a paragraph while keeping all image formatting. by
2017-02-27 21:51:37 +0100
95530ee
Merge pull request #100 from malickf/master by
2017-02-27 19:03:33 +0100
2b78c4c
second fix by
2017-02-27 12:43:25 +0100
6a26741
fix AddImage bug : recursive loop by
2017-02-27 03:10:22 +0100
b536b5e
Merge pull request #99 from VictorLoktev/master by
2017-02-22 22:42:45 +0100
d6c6757
Unit tests by
2017-02-21 14:49:15 +0300
e58f099
Bug fixed in row Height: size in units should be integer. Add an option to insert row cloning all formatting. by
2017-02-21 14:49:00 +0300
2780121
Paragraph.RemoveText allows to remove empty paragraphs in cells by
2017-02-21 14:45:24 +0300
5946135
The parameter removeEmptyParagraph is added to Container.ReplaceText by
2017-02-21 14:44:11 +0300
387b432
Xml-doc excluded from project in Release by
2017-02-21 14:42:33 +0300
a9f8f8a
Merge pull request #98 from VictorLoktev/master by
2017-02-20 11:46:17 +0100
b2703a4
DocX.xml excluded from project in Release by
2017-02-20 13:02:53 +0300
f8e015f
Doc-Xml in Release is committed to GitHub by
2017-02-20 12:44:27 +0300
92681c7
XML-doc in Release is On. CS1591 warning is suppressed in Release. by
2017-02-20 12:25:16 +0300
fa524c1
Give a strong name for the assembly. Assemblies are signed with keys without password. by
2017-02-20 12:23:16 +0300
e1ebff1
Paragraph.RemoveText new paramenter to keep or remove empty paragraph after removing. Paragraph.ReplaceText new paramenter to keep or remove empty paragraph after replacement. by
2017-02-20 12:20:03 +0300
2d0c8a1
Bug in DocX.SaveAs(fileName) is fixed. (Before fix the size of the resulting file was =0). by
2017-02-20 12:08:34 +0300
fd87d3b
Merge pull request #87 from Twotsman/patch-2 by
2017-02-11 17:49:24 +0100
cde8e67
Merge pull request #97 from lahma/features/AddImage-performance-optimization by
2017-02-11 17:48:54 +0100
f92d6fb
optimize AddImage by
2017-02-02 11:06:47 +0200
49b475d
Merge pull request #88 from MaLevi4/ecl by
2016-12-07 17:22:54 +0100
3af779e
Add method to insert chart after paragraph by
2016-12-07 11:48:41 +0300
434e522
Update HelperFunctions.cs by
2016-12-07 09:41:09 +0100
6fc6ea1
Merge pull request #86 from Twotsman/patch-1 by
2016-12-07 09:25:34 +0100
49c0fab
Update Container.cs by
2016-12-07 09:19:50 +0100
89b7952
Merge pull request #85 from ermoll/master by
2016-12-01 21:27:24 +0100
9948f40
correct width/height setting in Picture class next newid extended on CreatePicture in Paragraph class SetWidthsPercentage pwidth calculation extended with * (96 / 72) to get pixels from points by
2016-12-01 17:08:44 +0100
b2c123d
Merge pull request #76 from lucwuyts/master by
2016-11-10 22:31:29 +0100
783b272
Null check added. Was throwing exception when serializing document or part of document. by
2016-11-10 06:45:10 +0100
9db5d2a
Merge pull request #75 from Henrys22/master by
2016-11-06 19:55:24 +0100
e806994
Mirror Margins by
2016-11-06 15:47:48 -0300
6296917
Merge pull request #74 from lucwuyts/master by
2016-11-01 21:45:10 +0100
f15d488
Unit test for script parsing (super- sub- script) by
2016-10-31 22:58:26 +0100
a2a6cae
Merge pull request #73 from vzhikserg/master by
2016-10-31 19:48:41 +0100
fb6b282
Simplifying some expressions by
2016-10-31 14:54:08 +0100
d77f7c0
Removing redundant code. Simplifying some expressions. by
2016-10-31 00:20:19 +0100
56d3059
Cleaning up the tests by
2016-10-30 23:48:52 +0100
73e999d
Removed unsued defined namespaces by
2016-10-30 23:22:29 +0100
3a5fe60
Rebuild .dll and documentation.chm by
2016-10-29 11:36:14 +0200
452e196
Setting IndentationBefore and IndentationAfter makes an error when decimalsign is not a dot -> patch provided by lucwuyts by
2016-10-29 11:33:16 +0200
30129bf
Merge branch 'master' of https://github.com/WordDocX/DocX.git by
2016-10-28 19:46:20 +0200
9334f7f
Fix for Script property not parsed submited by lucwuyts by
2016-10-28 19:46:08 +0200
72708a3
Merge pull request #72 from mdum/patch-1 by
2016-10-26 13:36:23 +0200
aac62eb
design property: replace try/catch by Enum.IsDefined by
2016-10-26 13:26:17 +0200
5cb0916
Merge pull request #68 from delphin0850/delphin0850-patch-1 by
2016-10-12 23:04:20 +0200
402a496
Header and footer margin attribute added by
2016-10-12 20:24:26 +0200
408940d
Header and footer margin attribute added by
2016-10-12 20:18:59 +0200
556d791
Merge pull request #64 from lukewalshct/issue63 by
2016-09-28 18:27:40 +0200
89d2971
issue #63 - fixed FontSize() method in Paragraph.cs to accept half sizes by
2016-09-27 11:27:35 -0400
4ed16a9
Update README.md by
2016-09-20 10:31:35 +0200
b614c6f
Update README.md by
2016-09-20 10:31:15 +0200
c3b15d4
Update by
2016-09-20 10:30:48 +0200
0d9efdc
Update README.md by
2016-09-20 10:30:08 +0200
dab3f59
Update README.md by
2016-09-20 10:29:19 +0200
2b64abf
Merge pull request #56 from mkorsukov/master by
2016-09-16 22:14:18 +0200
299680c
DOCX in china #57 Added unit test Test_Table_SetTableDesignNone() draft. Requires fix in Tables. by
2016-09-16 08:50:58 +0200
f3298e0
Added the independent Font implementation by
2016-08-26 08:53:24 -0500
977f76c
Merge pull request #55 from mkorsukov/master by
2016-08-25 22:34:41 +0200
615f12c
Merge pull request #54 from Michalazza/Working-on-Table by
2016-08-25 22:34:23 +0200
f6139ee
Code cleanup - introducing the 'nameof' operator instead of string values by
2016-08-25 14:40:19 -0500
63d403c
Removed Hardcoded Test by
2016-08-25 07:43:49 +1000