337 Révisions (b2c123d27d87e1c7c7241c7981d1931729927307)
 

Auteur SHA1 Message Date
  MadBoy_cp 8794300fd3 Fixed parameter check newValue for Replace to be only checked for null. Having an empty string is allowed as replacement value. il y a 12 ans
  MadBoy_cp 432fd1dd8a Patch provided by Bartosz il y a 12 ans
  MadBoy_cp 3e98eccc8d Fixed CRLF ending for one file. il y a 12 ans
  MadBoy_cp 948554d5e7 Added missing file to UnitTests il y a 12 ans
  MadBoy_cp f80ab8c2aa FIx for "removing paragraphs from cell in table does not work" il y a 12 ans
  MadBoy_cp 80e4d759c3 Missing unit tests il y a 12 ans
  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). il y a 12 ans
  MadBoy_cp eac20f3cda Added missing bookmark.cs, fixed CRLF endings il y a 12 ans
  MadBoy_cp 49e1db1d22 This patch is to add "nil" to table borders, this is different from "none" - see enumerations. il y a 12 ans
  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. il y a 12 ans
  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 il y a 12 ans
  MadBoy_cp 023338a877 Fix for: il y a 12 ans
  MadBoy_cp 51215a5d82 Added another example. DocumentMargins(); Shows how to change them for the whole document. il y a 12 ans
  MadBoy_cp 75903aaf99 Added two new methods: il y a 12 ans
  MadBoy_cp e7e4578849 Added UnitTest for RemoveText. By Bartosz Węgielewski il y a 12 ans
  MadBoy_cp 5316b90451 Bug fix: il y a 12 ans
  MadBoy_cp e75f6cca47 CRLF problem il y a 12 ans
  MadBoy_cp a3f4a8d73b Fixes a bug in RemoveText, patch by MiroJanosik, confirmed and tested by Bartosz Węgielewski il y a 12 ans
  MadBoy_cp 0bd7a3cb09 Included an extension method to set margin in a DocX document for all pages il y a 12 ans
  MadBoy_cp 0244b12226 Added a parameter check in ReplaceText: both oldValue and newValue should be != null and length > 0. Patch provided by HeDo il y a 12 ans
  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. il y a 12 ans
  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). il y a 12 ans
  MadBoy_cp 1d37f0c313 Added another example il y a 12 ans
  MadBoy_cp 2f92a5eba8 Added an example of usage InsertPicture() in headers in Footers for testing newest patch by Annika89. il y a 12 ans
  MadBoy_cp d0cb0bbea1 Fixes broken images when inserting an image into a header/footer Paragraph using the InsertPicture method. il y a 12 ans
  MadBoy_cp e2db6930d0 DocX.Load doesn't need to open file in Read/Write mode. FileAccess.Read added as per Thomas recommendation. il y a 12 ans
  MadBoy_cp 998c9f43e4 Patch provided by Annika89 il y a 12 ans
  MadBoy_cp 1fcebc09c1 Removed code that was affecting performance as per xfocuse suggestion and coffeycathal recommendation il y a 12 ans
  MadBoy_cp dfd322c083 Added an example of Images in Headers and Footers inside Tables - HeadersAndFootersWithImagesAndTables() il y a 12 ans
  MadBoy_cp ad172a21a5 Allows pictures in headers and footers inside Tables using AppendPicture(). Credit goes to Slipy (Adam) il y a 12 ans
  MadBoy_cp 289ecf7f9c Removed bin directory for Examples as it is no longer nessecary il y a 12 ans
  MadBoy_cp 305015e639 Fixed examples so that they work after Debug directory gets deleted (missing logo's). Images moved to proper location. il y a 12 ans
  MadBoy_cp 887d30dcb3 Code provided by andreasbotsikas from GIT repository: il y a 12 ans
  MadBoy_cp 1f547264f9 Fixed 30 tests in terms of running properly without creating directories and copying files manually. Should run straight from source. il y a 12 ans
  MadBoy_cp 4ec1c6076f Missing changes from last commit il y a 12 ans
  MadBoy_cp c52aa54790 Added missing Test Unit documents. Fixed Test_Insert_Hyperlink and Test_Table_InsertRowAndColumn tests to be executed properly il y a 12 ans
  MadBoy_cp d3342db329 Missing files. il y a 12 ans
  MadBoy_cp 22a1bc154a Merged from GIT source code. Code provided by Randall Borck and Fainzanj il y a 12 ans
  [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 il y a 13 ans
  [TFS08]\Project Collection Service Accounts fc26cbf116 Checked in by server upgrade il y a 13 ans
  MadBoy_cp d0d2781e84 Custom Table Design style added. Patch provided by carpfisher il y a 13 ans
  MadBoy_cp 3a6459a33f Cleanup in code: removed unused directives il y a 13 ans
  MadBoy_cp ea3fd641ef Cleanup in code: converted to auto-property il y a 13 ans
  MadBoy_cp 1dc980caa2 Cleanup in code: Removed unused directives from all DocX files il y a 13 ans
  MadBoy_cp a76125ae93 Cleanup in code: Applied auto-property for trivial get;set; in Border class il y a 13 ans
  MadBoy_cp 6d9029be8d Removed unused directives il y a 13 ans
  MadBoy_cp 5e096dc13b Fix for CreatePicture(). If CreatePicture() was used without parameters it would make picture invisible. il y a 13 ans
  MadBoy_cp 6a0a9a1017 - Added parsing of "eastAsia" and "bidi" lang element attributes if "val" is not present il y a 13 ans
  MadBoy_cp 17186d13a5 Added a TableLook class, which contains the attributes of the table's tblLook element il y a 13 ans
  MadBoy_cp 60ba82cc13 Added an extension method GetAttribute that returns a specified default value when getting XElement Attribute values - provided by Carko il y a 13 ans