PrzemyslawKlys
30129bfe3f
Merge branch 'master' of https://github.com/WordDocX/DocX.git
vor 9 Jahren
PrzemyslawKlys
9334f7f695
Fix for Script property not parsed submited by lucwuyts
vor 9 Jahren
PrzemyslawKlys
72708a39b3
Merge pull request #72 from mdum/patch-1
design property: replace try/catch by Enum.IsDefined
vor 9 Jahren
mdum
aac62eb89d
design property: replace try/catch by Enum.IsDefined
vor 9 Jahren
PrzemyslawKlys
5cb0916bb4
Merge pull request #68 from delphin0850/delphin0850-patch-1
Delphin0850 Merge for Headers and Footers margin attribute
vor 9 Jahren
delphin0850
402a4960f8
Header and footer margin attribute added
vor 9 Jahren
delphin0850
408940d382
Header and footer margin attribute added
vor 9 Jahren
PrzemyslawKlys
556d79120e
Merge pull request #64 from lukewalshct/issue63
issue #63 - fixed FontSize() method in Paragraph.cs to accept half sizes
vor 9 Jahren
Luke Walsh
89d2971733
issue #63 - fixed FontSize() method in Paragraph.cs to accept half sizes
vor 9 Jahren
PrzemyslawKlys
4ed16a9824
Update README.md
vor 9 Jahren
PrzemyslawKlys
b614c6f685
Update README.md
vor 9 Jahren
PrzemyslawKlys
c3b15d42eb
Update
vor 9 Jahren
PrzemyslawKlys
0d9efdcfb1
Update README.md
vor 9 Jahren
PrzemyslawKlys
dab3f592e7
Update README.md
vor 9 Jahren
PrzemyslawKlys
2b64abfe6d
Merge pull request #56 from mkorsukov/master
Added the independent Font implementation
vor 9 Jahren
PrzemyslawKlys
299680c4c0
DOCX in china #57
Added unit test Test_Table_SetTableDesignNone() draft. Requires fix in Tables.
vor 9 Jahren
Maxim Korsukov
f3298e0dc5
Added the independent Font implementation
vor 9 Jahren
PrzemyslawKlys
977f76ceed
Merge pull request #55 from mkorsukov/master
Code cleanup - introducing the 'nameof' operator instead of string values
vor 9 Jahren
PrzemyslawKlys
615f12ca3f
Merge pull request #54 from Michalazza/Working-on-Table
Fixed insertColumns/removeColumns method along with remove. It is now able to work with merged cells.
Added a method to delete cells
Added gridSpan property to cells
Added gridAfter property to rows
vor 9 Jahren
Maxim Korsukov
f6139ee0e7
Code cleanup - introducing the 'nameof' operator instead of string values
vor 9 Jahren
Michal Maciejewski
63d403c79b
Removed Hardcoded Test
vor 9 Jahren
Michal Maciejewski
29c3b5cae7
Added gridspan and afterspan properties
vor 9 Jahren
Michal Maciejewski
8b6a2502ff
Renamed Some stuff
vor 9 Jahren
Michal Maciejewski
eb58bbe23f
Fixed add/remove column
vor 9 Jahren
Michal Maciejewski
a73cec2acd
Add columns fix
Able to add columns to tables where each row have different amount of
cells
vor 9 Jahren
Michal Maciejewski
375e86dc73
Modifying InsertColumn Method
Allowing InsertColumn method take into account merged cells for multiple
row add columns where the count of cells is less than the index but is
not less table column count
vor 9 Jahren
PrzemyslawKlys
727ba674f3
Merge pull request #53 from janbernloehr/nunit
Fix for failing FontFamily name test
vor 9 Jahren
Jan Bernlöhr
a8ab1e4fbc
Fix for failing FontFamily name test
On mono the actual name of a FontFamily may be different from the alias used to create the FontFamily.
vor 9 Jahren
PrzemyslawKlys
87001b5b96
Merge pull request #52 from janbernloehr/nunit
Fix for #17
vor 9 Jahren
PrzemyslawKlys
5259aa8b49
Update README.md
vor 9 Jahren
PrzemyslawKlys
96360ee8fd
Update README.md
vor 9 Jahren
Jan Bernlöhr
e6d33f7515
Fix for #17
On mono, the OriginalString of a Uri sometimes is prefixed with file:// leading to issues when combining paths. We strip the prefix if necesary to avoid that.
vor 9 Jahren
PrzemyslawKlys
101fe28780
Merge pull request #51 from janbernloehr/nunit
Adding configurations for AppVeyor and Travis CI
vor 9 Jahren
Jan Bernlöhr
8507d2a5b0
Adding configurations for AppVeyor and Travis CI
vor 9 Jahren
PrzemyslawKlys
b2f1375c2b
Merge pull request #50 from janbernloehr/nunit
Fixed Test_Document_Paragraphs
vor 9 Jahren
Jan Bernlöhr
389212e1fa
Fixed Test_Document_Paragraphs
Also moved the documents directory to a proper temprorary path.
vor 9 Jahren
PrzemyslawKlys
6395a738fb
Merge pull request #49 from janbernloehr/nunit
Changed Relative Paths in Unit Tests
vor 9 Jahren
Jan Bernlöhr
31d8bb6348
Removed files from MSTest no longer needed
vor 9 Jahren
Jan Bernlöhr
1bf6f36649
Changed Relative Paths in Unit Tests
vor 9 Jahren
PrzemyslawKlys
4778cd4ea1
Merge pull request #48 from janbernloehr/nunit
Migration from MSTest to NUnit
vor 9 Jahren
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.
vor 9 Jahren
PrzemyslawKlys
800a1618b7
Added SetWidthsPercentage(float[] widthsPercentage, float? totalWidth) for Tables as per kanadmehta proposition (#42)
vor 9 Jahren
PrzemyslawKlys
cb982ab61d
Merge pull request #45 from janbernloehr/master
Fix HelperFunctions.FormatInput doubles new lines (Issue #44 )
vor 9 Jahren
Jan Bernlöhr
d3ab4fbadf
Update HelperFunctions.cs
fixed lastChar initialization
vor 9 Jahren
Jan Bernlöhr
af420cc0cc
Update HelperFunctions.cs
fixed lastChar assignment
vor 9 Jahren
Jan Bernlöhr
8a19c9e165
Update HelperFunctions.cs
fixed double line insertion for \r\n
vor 9 Jahren
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
vor 9 Jahren
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.
vor 9 Jahren
PrzemyslawKlys
b8dbfeecea
Updated documentation and uploaded debug and release version of DocX.dll
vor 9 Jahren
PrzemyslawKlys
597f7ca259
Updated documentation
vor 9 Jahren