198 コミット (a1d61d2fa2780975f3652a380a460bb3c2c2437e)
 

作成者 SHA1 メッセージ 日付
  MadBoy_cp a1d61d2fa2 Fix for CreatePicture provided by mstrewe 11年前
  MadBoy_cp 12cc7fb355 Odd and Even headers/footers fix. Patch provied by Annika89 11年前
  MadBoy_cp 5708b033d6 Fix for Document.FindAll and DocX.InsertTable out of range exception. 11年前
  MadBoy_cp 9183ccf8d2 Fixes two issues with ingesting a .docx file. First, a tab exists as a child of a tabs element, not an r element (fix in HelperFunctions.cs at line 146). Second, an rFonts element may not have a cs attribute, but instead may have an ascii, eastAsia or hAnsi attribute (fix in Formatting.cs at line 101). 11年前
  MadBoy_cp a703723089 This patch contains a fix that makes Docx portable to mono. Fix for the exception: absolute path not supported on mono os x, on creating a document. Tested on windows using VS and tested on linux and mac os x using xamarin 11年前
  MadBoy_cp f5a0bf02c1 Patch provided by lckuiper - bugfix for pictures in table 11年前
  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年前
  MadBoy_cp e1a8316e6c Target framework changed to 3.5 for backward compatibility with some slight changes for that to work. 12年前
  MadBoy_cp 64e10c9e0b Added support for opening and manipulating templates. Patch provided stimms 12年前
  MadBoy_cp 1da38e5672 Compiled documentation, upgraded documentation project 12年前
  MadBoy_cp 4d33d35bc8 This adds an extra check to prevent exceptions being thrown while using the InsertDocument method. 12年前
  MadBoy_cp 8794300fd3 Fixed parameter check newValue for Replace to be only checked for null. Having an empty string is allowed as replacement value. 12年前
  MadBoy_cp 432fd1dd8a Patch provided by Bartosz 12年前
  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年前