204 Revize (77a3cdee43d4c026b24d02eccdc689299978cb03)
 

Autor SHA1 Zpráva Datum
  MadBoy_cp 77a3cdee43 A patch to add VML images ( <v:shape> ) to the Pictures list (Paragraph.Pictures). Without this patch, the list will only contain DrawingML images ( <w:drawing> ) by Annika89 před 11 roky
  MadBoy_cp dcc091a6a7 Fixed: před 11 roky
  MadBoy_cp 3722687faa Quick Fix for Annika89 před 11 roky
  MadBoy_cp 45cf41ad87 Added FileShare.Read flag to read only FileSteams. před 11 roky
  MadBoy_cp 3b00b4207d Changes to the merge_images method: před 11 roky
  MadBoy_cp 0ca2d4250b Fix for Resize FontSize of Paragraph crashes document, fix provided by tahansen před 11 roky
  MadBoy_cp a1d61d2fa2 Fix for CreatePicture provided by mstrewe před 11 roky
  MadBoy_cp 12cc7fb355 Odd and Even headers/footers fix. Patch provied by Annika89 před 11 roky
  MadBoy_cp 5708b033d6 Fix for Document.FindAll and DocX.InsertTable out of range exception. před 11 roky
  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). před 11 roky
  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 před 11 roky
  MadBoy_cp f5a0bf02c1 Patch provided by lckuiper - bugfix for pictures in table před 11 roky
  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. před 11 roky
  MadBoy_cp e1a8316e6c Target framework changed to 3.5 for backward compatibility with some slight changes for that to work. před 12 roky
  MadBoy_cp 64e10c9e0b Added support for opening and manipulating templates. Patch provided stimms před 12 roky
  MadBoy_cp 1da38e5672 Compiled documentation, upgraded documentation project před 12 roky
  MadBoy_cp 4d33d35bc8 This adds an extra check to prevent exceptions being thrown while using the InsertDocument method. před 12 roky
  MadBoy_cp 8794300fd3 Fixed parameter check newValue for Replace to be only checked for null. Having an empty string is allowed as replacement value. před 12 roky
  MadBoy_cp 432fd1dd8a Patch provided by Bartosz před 12 roky
  MadBoy_cp 3e98eccc8d Fixed CRLF ending for one file. před 12 roky
  MadBoy_cp 948554d5e7 Added missing file to UnitTests před 12 roky
  MadBoy_cp f80ab8c2aa FIx for "removing paragraphs from cell in table does not work" před 12 roky
  MadBoy_cp 80e4d759c3 Missing unit tests před 12 roky
  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). před 12 roky
  MadBoy_cp eac20f3cda Added missing bookmark.cs, fixed CRLF endings před 12 roky
  MadBoy_cp 49e1db1d22 This patch is to add "nil" to table borders, this is different from "none" - see enumerations. před 12 roky
  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. před 12 roky
  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 před 12 roky
  MadBoy_cp 023338a877 Fix for: před 12 roky
  MadBoy_cp 51215a5d82 Added another example. DocumentMargins(); Shows how to change them for the whole document. před 12 roky
  MadBoy_cp 75903aaf99 Added two new methods: před 12 roky
  MadBoy_cp e7e4578849 Added UnitTest for RemoveText. By Bartosz Węgielewski před 12 roky
  MadBoy_cp 5316b90451 Bug fix: před 12 roky
  MadBoy_cp e75f6cca47 CRLF problem před 12 roky
  MadBoy_cp a3f4a8d73b Fixes a bug in RemoveText, patch by MiroJanosik, confirmed and tested by Bartosz Węgielewski před 12 roky
  MadBoy_cp 0bd7a3cb09 Included an extension method to set margin in a DocX document for all pages před 12 roky
  MadBoy_cp 0244b12226 Added a parameter check in ReplaceText: both oldValue and newValue should be != null and length > 0. Patch provided by HeDo před 12 roky
  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. před 12 roky
  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). před 12 roky
  MadBoy_cp 1d37f0c313 Added another example před 12 roky
  MadBoy_cp 2f92a5eba8 Added an example of usage InsertPicture() in headers in Footers for testing newest patch by Annika89. před 12 roky
  MadBoy_cp d0cb0bbea1 Fixes broken images when inserting an image into a header/footer Paragraph using the InsertPicture method. před 12 roky
  MadBoy_cp e2db6930d0 DocX.Load doesn't need to open file in Read/Write mode. FileAccess.Read added as per Thomas recommendation. před 12 roky
  MadBoy_cp 998c9f43e4 Patch provided by Annika89 před 12 roky
  MadBoy_cp 1fcebc09c1 Removed code that was affecting performance as per xfocuse suggestion and coffeycathal recommendation před 12 roky
  MadBoy_cp dfd322c083 Added an example of Images in Headers and Footers inside Tables - HeadersAndFootersWithImagesAndTables() před 12 roky
  MadBoy_cp ad172a21a5 Allows pictures in headers and footers inside Tables using AppendPicture(). Credit goes to Slipy (Adam) před 12 roky
  MadBoy_cp 289ecf7f9c Removed bin directory for Examples as it is no longer nessecary před 12 roky
  MadBoy_cp 305015e639 Fixed examples so that they work after Debug directory gets deleted (missing logo's). Images moved to proper location. před 12 roky
  MadBoy_cp 887d30dcb3 Code provided by andreasbotsikas from GIT repository: před 12 roky