340 Commits (3af779e6b30d4fa9c71be96d1d1177eed85e9bfd)
 

Autor SHA1 Mensaje Fecha
  MadBoy_cp 64e10c9e0b Added support for opening and manipulating templates. Patch provided stimms hace 12 años
  MadBoy_cp 1da38e5672 Compiled documentation, upgraded documentation project hace 12 años
  MadBoy_cp 4d33d35bc8 This adds an extra check to prevent exceptions being thrown while using the InsertDocument method. hace 12 años
  MadBoy_cp 8794300fd3 Fixed parameter check newValue for Replace to be only checked for null. Having an empty string is allowed as replacement value. hace 12 años
  MadBoy_cp 432fd1dd8a Patch provided by Bartosz hace 12 años
  MadBoy_cp 3e98eccc8d Fixed CRLF ending for one file. hace 12 años
  MadBoy_cp 948554d5e7 Added missing file to UnitTests hace 12 años
  MadBoy_cp f80ab8c2aa FIx for "removing paragraphs from cell in table does not work" hace 12 años
  MadBoy_cp 80e4d759c3 Missing unit tests hace 12 años
  MadBoy_cp 91be86444b While using the InsertDocument method, I encountered several (minor) issues/exceptions. The changes I made to get rid of these exceptions are in this patch. It also fixes merging Styles (and footnotes). hace 12 años
  MadBoy_cp eac20f3cda Added missing bookmark.cs, fixed CRLF endings hace 12 años
  MadBoy_cp 49e1db1d22 This patch is to add "nil" to table borders, this is different from "none" - see enumerations. hace 12 años
  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. hace 12 años
  MadBoy_cp 74af2bc51f Adds the option to set the BreakAcrossPages property, which corresponds to the "Allow row to break across pages" property in Word: http://fiveminutelessons.com/learn-microsoft-word/stop-table-rows-microsoft-word-splitting-across-pages hace 12 años
  MadBoy_cp 023338a877 Fix for: hace 12 años
  MadBoy_cp 51215a5d82 Added another example. DocumentMargins(); Shows how to change them for the whole document. hace 12 años
  MadBoy_cp 75903aaf99 Added two new methods: hace 12 años
  MadBoy_cp e7e4578849 Added UnitTest for RemoveText. By Bartosz Węgielewski hace 12 años
  MadBoy_cp 5316b90451 Bug fix: hace 12 años
  MadBoy_cp e75f6cca47 CRLF problem hace 12 años
  MadBoy_cp a3f4a8d73b Fixes a bug in RemoveText, patch by MiroJanosik, confirmed and tested by Bartosz Węgielewski hace 12 años
  MadBoy_cp 0bd7a3cb09 Included an extension method to set margin in a DocX document for all pages hace 12 años
  MadBoy_cp 0244b12226 Added a parameter check in ReplaceText: both oldValue and newValue should be != null and length > 0. Patch provided by HeDo hace 12 años
  MadBoy_cp a8397dd62e Adds the SetLineSpacing method to the Paragraph class. This method can be used to set or remove line spacing from a paragraph. hace 12 años
  MadBoy_cp 8c3bce6e7b Adds TableCaption and TableDescription to the Table class. These represent a table's Alternate Text Title and Description (at least in Word 2010). hace 12 años
  MadBoy_cp 1d37f0c313 Added another example hace 12 años
  MadBoy_cp 2f92a5eba8 Added an example of usage InsertPicture() in headers in Footers for testing newest patch by Annika89. hace 12 años
  MadBoy_cp d0cb0bbea1 Fixes broken images when inserting an image into a header/footer Paragraph using the InsertPicture method. hace 12 años
  MadBoy_cp e2db6930d0 DocX.Load doesn't need to open file in Read/Write mode. FileAccess.Read added as per Thomas recommendation. hace 12 años
  MadBoy_cp 998c9f43e4 Patch provided by Annika89 hace 12 años
  MadBoy_cp 1fcebc09c1 Removed code that was affecting performance as per xfocuse suggestion and coffeycathal recommendation hace 12 años
  MadBoy_cp dfd322c083 Added an example of Images in Headers and Footers inside Tables - HeadersAndFootersWithImagesAndTables() hace 12 años
  MadBoy_cp ad172a21a5 Allows pictures in headers and footers inside Tables using AppendPicture(). Credit goes to Slipy (Adam) hace 12 años
  MadBoy_cp 289ecf7f9c Removed bin directory for Examples as it is no longer nessecary hace 12 años
  MadBoy_cp 305015e639 Fixed examples so that they work after Debug directory gets deleted (missing logo's). Images moved to proper location. hace 12 años
  MadBoy_cp 887d30dcb3 Code provided by andreasbotsikas from GIT repository: hace 12 años
  MadBoy_cp 1f547264f9 Fixed 30 tests in terms of running properly without creating directories and copying files manually. Should run straight from source. hace 12 años
  MadBoy_cp 4ec1c6076f Missing changes from last commit hace 12 años
  MadBoy_cp c52aa54790 Added missing Test Unit documents. Fixed Test_Insert_Hyperlink and Test_Table_InsertRowAndColumn tests to be executed properly hace 12 años
  MadBoy_cp d3342db329 Missing files. hace 12 años
  MadBoy_cp 22a1bc154a Merged from GIT source code. Code provided by Randall Borck and Fainzanj hace 12 años
  [TFS08]\Project Collection Service Accounts 7e092be0fc Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563 hace 13 años
  [TFS08]\Project Collection Service Accounts fc26cbf116 Checked in by server upgrade hace 13 años
  MadBoy_cp d0d2781e84 Custom Table Design style added. Patch provided by carpfisher hace 13 años
  MadBoy_cp 3a6459a33f Cleanup in code: removed unused directives hace 13 años
  MadBoy_cp ea3fd641ef Cleanup in code: converted to auto-property hace 13 años
  MadBoy_cp 1dc980caa2 Cleanup in code: Removed unused directives from all DocX files hace 13 años
  MadBoy_cp a76125ae93 Cleanup in code: Applied auto-property for trivial get;set; in Border class hace 13 años
  MadBoy_cp 6d9029be8d Removed unused directives hace 13 años
  MadBoy_cp 5e096dc13b Fix for CreatePicture(). If CreatePicture() was used without parameters it would make picture invisible. hace 13 años