185 次代码提交 (3e98eccc8d2dd10501651346b3438f625babe005)
 

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