50 Commits (1a76e6e44dda264537987b2841856356eb9ac7f7)

Autor SHA1 Mensagem Data
  coffeycathal_cp 1a76e6e44d Huge improvement to InsertDocument() efficienty. Using set operations to find the missing refs. 13 anos atrás
  dmitchern_cp 1f722091ff 1. override InsertTable(int rowCount, int columnCount) method in Table Cell because of bug. 13 anos atrás
  coffeycathal_cp 80b48d5434 You can now apply formatting to empty Paragraphs. A very interesting use case was noted by a post of stackoverflow.com 14 anos atrás
  coffeycathal_cp 592561975a Fixed typo in Enumerations. ColoumnWidth has now been renamed to ColumnWidth. 14 anos atrás
  coffeycathal_cp 59652d225b More testing yielded a case where the new inline Hyperlink support broke down. 14 anos atrás
  coffeycathal_cp 4d238d3c93 The get and set methods for Paragraph.Hyperlinks where broken. 14 anos atrás
  coffeycathal_cp c9469689b6 Added a patch provided by ArtFeel. By default the document language use to be English (Ireland). DocX now uses CurrentCulture to infer the correct language. You can know also specify a specific language. 14 anos atrás
  coffeycathal_cp 428d237114 DocX.cs: Added the Properties PageWidth and PageHeight. 14 anos atrás
  DragonFire_cp e37bcfe010 Fix Paragraph runs bag. 14 anos atrás
  DragonFire_cp c0f5ba0eed ApplyTemplate bag has been fixed. 14 anos atrás
  coffeycathal_cp 689f778abf Table.removeRow(int index) has been fixed. 14 anos atrás
  coffeycathal_cp fae1cfe176 Fixed a bug with ReplaceText. 15 anos atrás
  coffeycathal_cp 33a9b7bcf9 Fixed a bug with ReplaceText which was not preserving text formatting. 15 anos atrás
  coffeycathal_cp 4695789cc1 DocX no longer miss recognizes Shapes as Images. DocX does not yet support Shapes or Charts. 15 anos atrás
  coffeycathal_cp cd4dc19ae0 Fixed an issue with Paragraphs inside Tables not knowing which document they belong to. 15 anos atrás
  bdm_cp b97394809d Added FindUniqueByPattern and FindAllbyPattern. 15 anos atrás
  bdm_cp ae48e62a69 Fixed all warnings. Most were "Exception e" where "Exception" was sufficient, but some were "hiding" base methods that needed a "new" keyword. 15 anos atrás
  coffeycathal_cp f54ef25657 Fixed a bug with InsertParagraphAfterSelf and InsertParagraphBeforeSelf. 15 anos atrás
  coffeycathal_cp 68351622e7 Added basic support for PageNumber and PageCount place holders. 15 anos atrás
  coffeycathal_cp b2d74023ce After it is executed, RemoveText() deletes elements that have zero text length. This was removing elements which contained no text but still contained a drawing element such as a picture. 15 anos atrás
  coffeycathal_cp e36ca493b0 Added Examples Project. 15 anos atrás
  coffeycathal_cp 2cd24744f3 Worked on InsertHyperlink and AppendHyperlink. 15 anos atrás
  coffeycathal_cp 84323d8719 Worked on InsertPicture and AppendPicture. 15 anos atrás
  coffeycathal_cp 8aa52eff43 1) Strongly signed the project UnitTests. 15 anos atrás
  coffeycathal_cp 1a4beec19b Added Unit tests for Insert and Remove text. 15 anos atrás
  coffeycathal_cp 782cb374cd Added the function Paragraph.RemoveHyperlink(int index) 15 anos atrás
  coffeycathal_cp 9c23da0444 Removed the following from the Paragraph class. 15 anos atrás
  coffeycathal_cp 4569014c0e Added Unit tests for InsertText, RemoveText, ReplaceText and subsequently fixed many bugs. 15 anos atrás
  coffeycathal_cp 52ecd5f349 Rewrote the core behind (Insert and Remove)Text() functions. Most if not all issues with XElement splitting have been fixed by this changeset. 15 anos atrás
  coffeycathal_cp 37a584e15f Fixed a bug in Paragraph.AppendHyperlink(h) that caused any custom formatting to be applied to the runs before the Hyperlink instead of the Hyperlink itself. The below is now possible 15 anos atrás
  AndreyKovalenko_cp 68db5d6561 Added StyleName and FollowingTable properties for Paragraph 15 anos atrás
  coffeycathal_cp 0cda08a4e4 Updated DocX/Help/ReadMe.docx with information about building DocX using StrongNameKey.pfx 15 anos atrás
  coffeycathal_cp 950d116dfc Bug fixes and Extensions Flatten function 15 anos atrás
  coffeycathal_cp 25281f35d4 A work in progress 15 anos atrás
  coffeycathal_cp edba1e8939 This is DocX version 1.0.0.10. 15 anos atrás
  coffeycathal_cp e379f53cd8 Removed Rebuild[Images, Pictures, Tables, CustomProperties], this work is now done by getter functions, this is a much cleaner approach. 15 anos atrás
  coffeycathal_cp c98cec6d15 Bug fix: Fonts now work for non-standard characters such as ąęćłżźó in Polish. 15 anos atrás
  coffeycathal_cp d6b6ba64de DocX version 1.0.0.9 15 anos atrás
  coffeycathal_cp e23fec1ab3 Refactored 16 anos atrás
  coffeycathal_cp ab1d94278e DocX version 1.0.0.8 16 anos atrás
  coffeycathal_cp c01d8d428e Cathal: Added DocX (HeaderText & FooterText) properties 16 anos atrás
  coffeycathal_cp 11280e286b Added support for inserting PageBreaks by using one of the 4 new functions 16 anos atrás
  coffeycathal_cp 278d8161c5 16 anos atrás
  coffeycathal_cp 2450a15445 This is DocX v1.0.0.5 16 anos atrás
  coffeycathal_cp 7fa4cfc53d 16 anos atrás
  coffeycathal_cp 097c5b854d DocX v1.0.0.5 16 anos atrás
  coffeycathal_cp 1dfdfc17b7 Implementation refactored for consistency. Documentation (.chm) file added with lots of code examples. 16 anos atrás
  coffeycathal_cp 5cbb2f9a5c Contains a fix for Work Item: 2639. Thanks to JerryVienna for finding and reporting this issue. 17 anos atrás
  coffeycathal_cp 0ffcb45edf Added basic support for Images and Pictures. More information available on my blog http://cathalscorner.spaces.live.com/ 17 anos atrás
  coffeycathal_cp f25cfc2ef9 Fixed some minor bugs. Added the ability to create .docx files on the fly, and to insert text with custom formatting. 17 anos atrás