PrzemyslawKlys
6395a738fb
Merge pull request #49 from janbernloehr/nunit
Changed Relative Paths in Unit Tests
пре 9 година
Jan Bernlöhr
31d8bb6348
Removed files from MSTest no longer needed
пре 9 година
Jan Bernlöhr
1bf6f36649
Changed Relative Paths in Unit Tests
пре 9 година
PrzemyslawKlys
4778cd4ea1
Merge pull request #48 from janbernloehr/nunit
Migration from MSTest to NUnit
пре 9 година
Jan Bernlöhr
5a46fe70ca
Moved from MSTest to NUnit. Visual Studio Integration for NUnit can be downloaded here: https://visualstudiogallery.msdn.microsoft.com/0da0f6bd-9bb6-4ae3-87a8-537788622f2d
Using AppDomain.CurrentDomain.BaseDirectory instead of Assembly.GetExecutingAssembly().Location to the determine the location of .docx files and other resources. This method is invariant under the test runner in use.
Resources are set to "Copy if newer" to include them during build.
пре 9 година
PrzemyslawKlys
800a1618b7
Added SetWidthsPercentage(float[] widthsPercentage, float? totalWidth) for Tables as per kanadmehta proposition (#42)
пре 9 година
PrzemyslawKlys
cb982ab61d
Merge pull request #45 from janbernloehr/master
Fix HelperFunctions.FormatInput doubles new lines (Issue #44 )
пре 9 година
Jan Bernlöhr
d3ab4fbadf
Update HelperFunctions.cs
fixed lastChar initialization
пре 9 година
Jan Bernlöhr
af420cc0cc
Update HelperFunctions.cs
fixed lastChar assignment
пре 9 година
Jan Bernlöhr
8a19c9e165
Update HelperFunctions.cs
fixed double line insertion for \r\n
пре 9 година
PrzemyslawKlys
ecefccbe73
Merge pull request #32 from teatime/master
Fix to prevent deadlocks in multi-threaded applications. See https://support.microsoft.com/en-us/kb/2996566 (Issue 1) for more details. In summary if the document is larger than 10Mb, then deadlocks
can occur in multi-threaded applications. PacketPartStream class is from https://stackoverflow.com/questions/21482820/openxml-hanging-while-writing-elements
пре 9 година
teatime
6f4d3e506a
Fix to prevent deadlocks in multi-threaded applications
See https://support.microsoft.com/en-us/kb/2996566 (Issue 1) for more
details. But in summary if the document is larger than 10Mb, then deadlocks
can occur in multi-threaded applications.
пре 9 година
PrzemyslawKlys
b8dbfeecea
Updated documentation and uploaded debug and release version of DocX.dll
пре 9 година
PrzemyslawKlys
597f7ca259
Updated documentation
пре 9 година
PrzemyslawKlys
4c865999b5
Added InsertHorizontalLine as per vodamihai submit. Added some example code for usage scenario. Cleaned up examples a bit.
пре 9 година
PrzemyslawKlys
6ddb2729ce
Minor cleanup. Updated binaries and documentation. Changed version to 1.0.0.23.
пре 9 година
PrzemyslawKlys
36730a6128
Merge pull request #28 from cradaydg/Docx-Content=branch
Content and Replacement
пре 9 година
PrzemyslawKlys
2d8d1ca886
Merge pull request #25 from Zambiorix/master
Added DocX.iOS + iOS Test app
пре 9 година
cradaydg
13a39dbc1b
Content and Replacement
Add Content Control collection and methods to replace text.
пре 9 година
PrzemyslawKlys
c298a1a700
Merge pull request #24 from oromand/master
Added example for manipulating a row as pattern in a table.
пре 9 година
Gerd Van Zegbroeck
57ba133ef4
Added DocX.iOS + iOS Test app
пре 9 година
Olivier ROMAND
cad4eedf67
Added example for manipulating a row as pattern in a table.
пре 9 година
PrzemyslawKlys
e487148f13
Updated version. Created DLL's.
пре 10 година
PrzemyslawKlys
04497ecf1a
Little cleanup. Removed Mixed and x86 platform.
пре 10 година
PrzemyslawKlys
0acb1b0ea9
Added new example to show how to add image to Word document. It's also available as part of blog http://evotec.pl/docx-add-image-to-microsoft-word-document-programmatically/
Changed some solution settings to make sure it works with AnyCpu.
пре 10 година
PrzemyslawKlys
3250337aa9
Merge pull request #19 from chrischip/chrischip-patch-1
fix custom property name contains space problem
пре 10 година
chrischip
f095ba107d
fix custom property name contains space problem
пре 10 година
PrzemyslawKlys
868de9432e
Merge pull request #16 from vzhikserg/master
Implemented the cell margins of Table
пре 10 година
Sergii Zhevzhyk
03d8bd6c99
Implemented the cell margins of Table
пре 10 година
PrzemyslawKlys
41df19ae77
Merge pull request #15 from vzhikserg/master
Fixed the font size changing in Paragraph
пре 10 година
vzhikserg
cb1a1e1c51
Fixed the font size changing in Paragraph
пре 10 година
PrzemyslawKlys
c2f5fc4636
Merge pull request #14 from vzhikserg/master
Fixed the problem with setting the column width of the whole table.
пре 10 година
fitdev@hotmail.com
86fb85725d
Fixed a bug in InsertParagraph that introduced a new empty paragraph at the very beginning of a document when inserting at 0.
пре 10 година
vzhikserg
633d02a8b7
Fixed the problem with setting the column width.
Fixed the problem with setting the column width for the whole table.
Without this patch the SetColumnWidth method throws the
NullReferenceException if the column widths haven't been initialized
before. Added the test to check the issue and to see whether it's fixed.
пре 10 година
fitdev@hotmail.com
5125cb1d59
Chnaged 15 to 20 multiplier in margins and page size so that margins and page size are effectively set/retrieved in points (pts). This is a breaking change potentially, but otherwise it is not clear what the units are for page width, height, and margins.
пре 10 година
fitdev@hotmail.com
897641745f
Added ability to insert document at the beggining
Fixed an issue in Replace when the match length is 0 + some optimizations
пре 10 година
PrzemyslawKlys
dd1b550634
Fixes for UnitTests to mitigate change from bool to nullable bool
пре 10 година
PrzemyslawKlys
9462dec917
Merge branch 'master' of https://github.com/WordDocX/DocX.git
пре 10 година
PrzemyslawKlys
4b16ba351d
#Issue #13 - Bug fix for IsSameFile
пре 10 година
fitdev
5da1d3d520
Implemented changes as per:
https://docx.codeplex.com/workitem/13827 - to preserve Formatting during replace operations
https://docx.codeplex.com/workitem/13831 - proper RegEx support allowing RegEx search pattern and substitutions in ReplaceText
пре 10 година
PrzemyslawKlys
4c3b859620
Cleanup
пре 10 година
PrzemyslawKlys
b7f7afd1ac
Merge branch 'master' of https://github.com/WordDocX/DocX.git
пре 10 година
PrzemyslawKlys
f96d608996
Revert "Small cleanup"
This reverts commit aaac2c6176 .
пре 10 година
PrzemyslawKlys
aaac2c6176
Small cleanup
пре 10 година
PrzemyslawKlys
8a7a3acd99
Merge pull request #11 from jafin/DelegateReplace
Allow a replace to take a func to do work against a regex match. Useful for mailmerge scenarios. Relates to #10
пре 10 година
jfinch
cb88e3b242
feat (ReplaceHandler) Allow a replace to take a func to do work against a regex match. Useful for mailmerge scenarios.
пре 10 година
PrzemyslawKlys
b789f4440d
Updated version to 1.0.0.21
пре 10 година
PrzemyslawKlys
44ced08b78
Added documantation.chm file and upgraded documentation file.
Changed binary in references to Debug\DocX.dll
Attached DocX.dll from both Debug/Release folders so that the project can be used straight away
пре 10 година
PrzemyslawKlys
c538c1a312
Merge pull request #4 from CPonty/patch-3
#3 : Implemented DocX.Copy() for 'Provide a copy constructor for DocX'
пре 10 година
PrzemyslawKlys
ffb332608d
Merge pull request #6 from CPonty/patch-5
#5 : Cleaned up warnings from invalid XML comments
пре 10 година