Michal Maciejewski
63d403c79b
Removed Hardcoded Test
9 лет назад
Michal Maciejewski
29c3b5cae7
Added gridspan and afterspan properties
9 лет назад
Michal Maciejewski
8b6a2502ff
Renamed Some stuff
9 лет назад
Michal Maciejewski
eb58bbe23f
Fixed add/remove column
9 лет назад
Michal Maciejewski
a73cec2acd
Add columns fix
Able to add columns to tables where each row have different amount of
cells
9 лет назад
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
9 лет назад
PrzemyslawKlys
727ba674f3
Merge pull request #53 from janbernloehr/nunit
Fix for failing FontFamily name test
9 лет назад
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.
9 лет назад
PrzemyslawKlys
87001b5b96
Merge pull request #52 from janbernloehr/nunit
Fix for #17
9 лет назад
PrzemyslawKlys
5259aa8b49
Update README.md
9 лет назад
PrzemyslawKlys
96360ee8fd
Update README.md
9 лет назад
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.
9 лет назад
PrzemyslawKlys
101fe28780
Merge pull request #51 from janbernloehr/nunit
Adding configurations for AppVeyor and Travis CI
9 лет назад
Jan Bernlöhr
8507d2a5b0
Adding configurations for AppVeyor and Travis CI
9 лет назад
PrzemyslawKlys
b2f1375c2b
Merge pull request #50 from janbernloehr/nunit
Fixed Test_Document_Paragraphs
9 лет назад
Jan Bernlöhr
389212e1fa
Fixed Test_Document_Paragraphs
Also moved the documents directory to a proper temprorary path.
9 лет назад
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 лет назад