78 Commits (72babede19dcfcc597097e2c6aca44e76efa6344)

Author SHA1 Message Date
  Viktor Loktev 86d7b3206d Bug fix in Paragraph.InsertHyperlink. 9 years ago
  Viktor Loktev ec35b9248a Fixed the bug: loosing table design on table cloning. 9 years ago
  Viktor Loktev 96b7dbef2a Added check for restricted XML characters. 9 years ago
  malickf 2b78c4cbcf second fix 9 years ago
  Viktor Loktev d6c67573c6 Unit tests 9 years ago
  Viktor Loktev fa524c1814 Give a strong name for the assembly. 9 years ago
  Viktor Loktev e1ebff1d71 Paragraph.RemoveText new paramenter to keep or remove empty paragraph after removing. 9 years ago
  Viktor Loktev 2d0c8a1c08 Bug in DocX.SaveAs(fileName) is fixed. (Before fix the size of the resulting file was =0). 9 years ago
  Marko Lahma f92d6fb7e8 optimize AddImage 9 years ago
  Luc Wuyts f15d4882b8 Unit test for script parsing (super- sub- script) 9 years ago
  Sergii Zhevzhyk 56d3059b01 Cleaning up the tests 9 years ago
  PrzemyslawKlys 299680c4c0 DOCX in china #57 9 years ago
  Maxim Korsukov f3298e0dc5 Added the independent Font implementation 9 years ago
  Michal Maciejewski 63d403c79b Removed Hardcoded Test 9 years ago
  Michal Maciejewski 29c3b5cae7 Added gridspan and afterspan properties 9 years ago
  Michal Maciejewski 8b6a2502ff Renamed Some stuff 9 years ago
  Michal Maciejewski eb58bbe23f Fixed add/remove column 9 years ago
  Michal Maciejewski a73cec2acd Add columns fix 9 years ago
  Michal Maciejewski 375e86dc73 Modifying InsertColumn Method 9 years ago
  Jan Bernlöhr a8ab1e4fbc Fix for failing FontFamily name test 9 years ago
  Jan Bernlöhr 389212e1fa Fixed Test_Document_Paragraphs 9 years ago
  Jan Bernlöhr 1bf6f36649 Changed Relative Paths in Unit Tests 9 years ago
  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 9 years ago
  PrzemyslawKlys 6ddb2729ce Minor cleanup. Updated binaries and documentation. Changed version to 1.0.0.23. 9 years ago
  Sergii Zhevzhyk 03d8bd6c99 Implemented the cell margins of Table 10 years ago
  vzhikserg cb1a1e1c51 Fixed the font size changing in Paragraph 10 years ago
  vzhikserg 633d02a8b7 Fixed the problem with setting the column width. 10 years ago
  PrzemyslawKlys dd1b550634 Fixes for UnitTests to mitigate change from bool to nullable bool 10 years ago
  PrzemyslawKlys 4c3b859620 Cleanup 10 years ago
  PrzemyslawKlys f96d608996 Revert "Small cleanup" 10 years ago
  PrzemyslawKlys aaac2c6176 Small cleanup 10 years ago
  jfinch cb88e3b242 feat (ReplaceHandler) Allow a replace to take a func to do work against a regex match. Useful for mailmerge scenarios. 10 years ago
  MadBoy_cp 841065ae5c Patch provided by SomeOtherDevGuy 10 years ago
  MadBoy_cp 7c8ea586f2 Two issues fixed (#13437 and #13438). 10 years ago
  MadBoy_cp ad97217c53 This patch adds an extension method to Paragraph that allows easy setting of paragraph. It makes setting text as a heading much more intuitive and discoverable. 11 years ago
  MadBoy_cp 64e10c9e0b Added support for opening and manipulating templates. Patch provided stimms 12 years ago
  MadBoy_cp 432fd1dd8a Patch provided by Bartosz 12 years ago
  MadBoy_cp 948554d5e7 Added missing file to UnitTests 12 years ago
  MadBoy_cp f80ab8c2aa FIx for "removing paragraphs from cell in table does not work" 12 years ago
  MadBoy_cp 80e4d759c3 Missing unit tests 12 years ago
  MadBoy_cp af00f7ad93 This patch adds basic support for inserting and manipulating bookmarks inside a word file. It also allows for inserting text at bookmark locations. The change was predicated on a need to insert text at bookmark locations in a sort of token replacement. 12 years ago
  MadBoy_cp e7e4578849 Added UnitTest for RemoveText. By Bartosz Węgielewski 12 years ago
  MadBoy_cp e75f6cca47 CRLF problem 12 years ago
  MadBoy_cp 1f547264f9 Fixed 30 tests in terms of running properly without creating directories and copying files manually. Should run straight from source. 12 years ago
  MadBoy_cp 4ec1c6076f Missing changes from last commit 12 years ago
  MadBoy_cp c52aa54790 Added missing Test Unit documents. Fixed Test_Insert_Hyperlink and Test_Table_InsertRowAndColumn tests to be executed properly 12 years ago
  MadBoy_cp 22a1bc154a Merged from GIT source code. Code provided by Randall Borck and Fainzanj 12 years ago
  coffeycathal_cp 59652d225b More testing yielded a case where the new inline Hyperlink support broke down. 14 years ago
  coffeycathal_cp 4d238d3c93 The get and set methods for Paragraph.Hyperlinks where broken. 14 years ago
  DragonFire_cp a51588f35e Refactor the Table class: RowCount, ColumnCount, Rows properties and Insert/Remove methods. Also refactor CreateTable method - extract the same method CreateTableCell. Add powerfull unit test for this. 14 years ago