224 İşlemeler (72724be03e523c3f317fac5a0e40d05d61d4d7bc)
 

Yazar SHA1 Mesaj Tarih
  MadBoy_cp 72724be03e Version change to 1.0.0.19 to bind with Release 10 yıl önce
  MadBoy_cp eea7f2800b Resolved few compatibility issues (code wouldn't compile) with last patches regarding Tables. 10 yıl önce
  MadBoy_cp cedb05a396 Patch provided by LeyDaniel 10 yıl önce
  MadBoy_cp b5c6005cd6 Patch provided by SebastianDotNet 10 yıl önce
  MadBoy_cp 24c5385e0f Converted UnitTests from SomeOtherDevGuy and added them as Examples as well. 10 yıl önce
  MadBoy_cp 841065ae5c Patch provided by SomeOtherDevGuy 10 yıl önce
  MadBoy_cp 321c8b6779 Patch provided by SomeOtherDevGuy 10 yıl önce
  MadBoy_cp 204ad62d12 Change to add support for paragraph: 10 yıl önce
  MadBoy_cp c7cbf1c603 Support for height in the Tables (SetHeight, MinHeight) 10 yıl önce
  MadBoy_cp a9a5b65d0c Charts finally working in Word 2013. Fixes to crashes and axis issue. 10 yıl önce
  MadBoy_cp b1d5841001 Some small update to Examples for Charts 10 yıl önce
  MadBoy_cp 1d8b7da0b1 In certain cases CreatePicture resulted in a corrupted document when opened in Word 2013/2010. The reason was that the docPr id="" attribute was duplicated. A bookmark already had id="7". 10 yıl önce
  MadBoy_cp 7c8ea586f2 Two issues fixed (#13437 and #13438). 10 yıl önce
  MadBoy_cp 461cabe4c8 updated following function in formatting.cs 10 yıl önce
  MadBoy_cp 8f7dfa2081 Added Text orientation in table - provided by mbdijs 11 yıl önce
  MadBoy_cp 0f9151b784 Fix for Images are not getting displayed on mobile devices 11 yıl önce
  MadBoy_cp 4ec4d334c2 This patch adds the ability to access the text of Endnotes and Footnotes defined within a document, otherwise hidden behind an internal XDocument field. 11 yıl önce
  MadBoy_cp d1eda4f0c7 Previously created TableBorder class has an error in setting table border colors. The generated colors are invalid according to the DOCX specification. 11 yıl önce
  MadBoy_cp 372257a8ab Modifies InsertDocument, to update id's for OLE Objects - patch by benhysell 11 yıl önce
  MadBoy_cp e936b929c3 Updated version information 11 yıl önce
  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 11 yıl önce
  MadBoy_cp dcc091a6a7 Fixed: 11 yıl önce
  MadBoy_cp 3722687faa Quick Fix for Annika89 11 yıl önce
  MadBoy_cp 45cf41ad87 Added FileShare.Read flag to read only FileSteams. 11 yıl önce
  MadBoy_cp 3b00b4207d Changes to the merge_images method: 11 yıl önce
  MadBoy_cp 0ca2d4250b Fix for Resize FontSize of Paragraph crashes document, fix provided by tahansen 11 yıl önce
  MadBoy_cp a1d61d2fa2 Fix for CreatePicture provided by mstrewe 11 yıl önce
  MadBoy_cp 12cc7fb355 Odd and Even headers/footers fix. Patch provied by Annika89 11 yıl önce
  MadBoy_cp 5708b033d6 Fix for Document.FindAll and DocX.InsertTable out of range exception. 11 yıl önce
  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 yıl önce
  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 yıl önce
  MadBoy_cp f5a0bf02c1 Patch provided by lckuiper - bugfix for pictures in table 11 yıl önce
  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 yıl önce
  MadBoy_cp e1a8316e6c Target framework changed to 3.5 for backward compatibility with some slight changes for that to work. 12 yıl önce
  MadBoy_cp 64e10c9e0b Added support for opening and manipulating templates. Patch provided stimms 12 yıl önce
  MadBoy_cp 1da38e5672 Compiled documentation, upgraded documentation project 12 yıl önce
  MadBoy_cp 4d33d35bc8 This adds an extra check to prevent exceptions being thrown while using the InsertDocument method. 12 yıl önce
  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 yıl önce
  MadBoy_cp 432fd1dd8a Patch provided by Bartosz 12 yıl önce
  MadBoy_cp 3e98eccc8d Fixed CRLF ending for one file. 12 yıl önce
  MadBoy_cp 948554d5e7 Added missing file to UnitTests 12 yıl önce
  MadBoy_cp f80ab8c2aa FIx for "removing paragraphs from cell in table does not work" 12 yıl önce
  MadBoy_cp 80e4d759c3 Missing unit tests 12 yıl önce
  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 yıl önce
  MadBoy_cp eac20f3cda Added missing bookmark.cs, fixed CRLF endings 12 yıl önce
  MadBoy_cp 49e1db1d22 This patch is to add "nil" to table borders, this is different from "none" - see enumerations. 12 yıl önce
  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 yıl önce
  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 yıl önce
  MadBoy_cp 023338a877 Fix for: 12 yıl önce
  MadBoy_cp 51215a5d82 Added another example. DocumentMargins(); Shows how to change them for the whole document. 12 yıl önce